Show / Hide Table of Contents

Class RoleState

Inheritance
System.Object
InputArgs
ResourceArgs
RoleState
Inherited Members
ResourceArgs.Empty
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 Source

RoleState()

Declaration
public RoleState()

Properties

View Source

Arn

The resource descriptor of the role.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

CreateDate

Role creation time.

Declaration
public Input<string> CreateDate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

The description of the Resource Manager role.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

RoleId

Declaration
public Input<string> RoleId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

UpdateDate

Role update time.

Declaration
public Input<string> UpdateDate { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.