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 SourceArn
Resource descriptor of the role.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
CreateDate
Creation date of the role.
Declaration
public readonly string CreateDate
Field Value
| Type | Description |
|---|---|
| System.String |
Description
Description of the role.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Document
Authorization strategy of the role.
Declaration
public readonly string Document
Field Value
| Type | Description |
|---|---|
| System.String |
Id
Id of the role.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Name of the role.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
UpdateDate
Update date of the role.
Declaration
public readonly string UpdateDate
Field Value
| Type | Description |
|---|---|
| System.String |