Show / Hide Table of Contents

Class GetRolesRoleResult

Inheritance
System.Object
GetRolesRoleResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Ram.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetRolesRoleResult

Fields

View Source

Arn

Resource descriptor of the role.

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

AssumeRolePolicyDocument

Authorization strategy of the role. This parameter is deprecated and replaced by document.

Declaration
public readonly string AssumeRolePolicyDocument
Field Value
Type Description
System.String
View Source

CreateDate

Creation date of the role.

Declaration
public readonly string CreateDate
Field Value
Type Description
System.String
View Source

Description

Description of the role.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

Document

Authorization strategy of the role.

Declaration
public readonly string Document
Field Value
Type Description
System.String
View Source

Id

Id of the role.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Name of the role.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

UpdateDate

Update date of the role.

Declaration
public readonly string UpdateDate
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.