Show / Hide Table of Contents

Class AuthBackendRoleState

Inheritance
System.Object
InputArgs
ResourceArgs
AuthBackendRoleState
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.Vault.AliCloud
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendRoleState : ResourceArgs

Constructors

View Source

AuthBackendRoleState()

Declaration
public AuthBackendRoleState()

Properties

View Source

Arn

The role's arn.

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

Backend

Auth backend.

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

Role

Name of the role. Must correspond with the name of the role reflected in the arn.

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

TokenBoundCidrs

Specifies the blocks of IP addresses which are allowed to use the generated token

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

TokenExplicitMaxTtl

Generated Token's Explicit Maximum TTL in seconds

Declaration
public Input<int> TokenExplicitMaxTtl { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

TokenMaxTtl

The maximum lifetime of the generated token

Declaration
public Input<int> TokenMaxTtl { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

TokenNoDefaultPolicy

If true, the 'default' policy will not automatically be added to generated tokens

Declaration
public Input<bool> TokenNoDefaultPolicy { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

TokenNumUses

The maximum number of times a token may be used, a value of zero means unlimited

Declaration
public Input<int> TokenNumUses { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

TokenPeriod

Generated Token's Period

Declaration
public Input<int> TokenPeriod { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

TokenPolicies

Generated Token's Policies

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

TokenTtl

The initial ttl of the token to generate in seconds

Declaration
public Input<int> TokenTtl { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

TokenType

The type of token to generate, service or batch

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