Show / Hide Table of Contents

Class Config.Types.AssumeRole

Inheritance
System.Object
Config.Types.AssumeRole
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
Assembly: Pulumi.AliCloud.dll
Syntax
public class AssumeRole

Properties

View Source

Policy

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

RoleArn

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

SessionExpiration

Declaration
public int? SessionExpiration { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

SessionName

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