Class RoleState
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.ResourceManager
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class RoleState : ResourceArgs
Constructors
View SourceRoleState()
Declaration
public RoleState()
Properties
View SourceArn
The resource descriptor of the role.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AssumeRolePolicyDocument
The content of the permissions strategy that plays a role.
Declaration
public Input<string> AssumeRolePolicyDocument { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CreateDate
Role creation time.
Declaration
public Input<string> CreateDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description of the Resource Manager role.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaxSessionDuration
Role maximum session time. Valid values: [3600-43200]. Default to 3600.
Declaration
public Input<int> MaxSessionDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RoleId
Declaration
public Input<string> RoleId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoleName
Role Name. The length is 1 ~ 64 characters, which can include English letters, numbers, dots "." and dashes "-".
Declaration
public Input<string> RoleName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UpdateDate
Role update time.
Declaration
public Input<string> UpdateDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |