Show / Hide Table of Contents

Class GetAuthBackendRoleResult

Inheritance
System.Object
GetAuthBackendRoleResult
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.Vault.Kubernetes
Assembly: Pulumi.Vault.dll
Syntax
public sealed class GetAuthBackendRoleResult

Fields

View Source

Audience

(Optional) Audience claim to verify in the JWT.

Declaration
public readonly string Audience
Field Value
Type Description
System.String
View Source

Backend

Declaration
public readonly string Backend
Field Value
Type Description
System.String
View Source

BoundCidrs

Declaration
public readonly ImmutableArray<string> BoundCidrs
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

BoundServiceAccountNames

List of service account names able to access this role. If set to "" all names are allowed, both this and bound_service_account_namespaces can not be "".

Declaration
public readonly ImmutableArray<string> BoundServiceAccountNames
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

BoundServiceAccountNamespaces

List of namespaces allowed to access this role. If set to "" all namespaces are allowed, both this and bound_service_account_names can not be set to "".

Declaration
public readonly ImmutableArray<string> BoundServiceAccountNamespaces
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

MaxTtl

Declaration
public readonly int? MaxTtl
Field Value
Type Description
System.Nullable<System.Int32>
View Source

NumUses

Declaration
public readonly int? NumUses
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Period

Declaration
public readonly int? Period
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Policies

Declaration
public readonly ImmutableArray<string> Policies
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

RoleName

Declaration
public readonly string RoleName
Field Value
Type Description
System.String
View Source

TokenBoundCidrs

List of CIDR blocks; if set, specifies blocks of IP addresses which can authenticate successfully, and ties the resulting token to these blocks as well.

Declaration
public readonly ImmutableArray<string> TokenBoundCidrs
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

TokenExplicitMaxTtl

If set, will encode an explicit max TTL onto the token in number of seconds. This is a hard cap even if token_ttl and token_max_ttl would otherwise allow a renewal.

Declaration
public readonly int? TokenExplicitMaxTtl
Field Value
Type Description
System.Nullable<System.Int32>
View Source

TokenMaxTtl

The maximum lifetime for generated tokens in number of seconds. Its current value will be referenced at renewal time.

Declaration
public readonly int? TokenMaxTtl
Field Value
Type Description
System.Nullable<System.Int32>
View Source

TokenNoDefaultPolicy

If set, the default policy will not be set on generated tokens; otherwise it will be added to the policies set in token_policies.

Declaration
public readonly bool? TokenNoDefaultPolicy
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

TokenNumUses

The period, if any, in number of seconds to set on the token.

Declaration
public readonly int? TokenNumUses
Field Value
Type Description
System.Nullable<System.Int32>
View Source

TokenPeriod

(Optional) If set, indicates that the token generated using this role should never expire. The token should be renewed within the duration specified by this value. At each renewal, the token's TTL will be set to the value of this field. Specified in seconds.

Declaration
public readonly int? TokenPeriod
Field Value
Type Description
System.Nullable<System.Int32>
View Source

TokenPolicies

List of policies to encode onto generated tokens. Depending on the auth method, this list may be supplemented by user/group/other values.

Declaration
public readonly ImmutableArray<string> TokenPolicies
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

TokenTtl

The incremental lifetime for generated tokens in number of seconds. Its current value will be referenced at renewal time.

Declaration
public readonly int? TokenTtl
Field Value
Type Description
System.Nullable<System.Int32>
View Source

TokenType

The type of token that should be generated. Can be service, batch, or default to use the mount's tuned default (which unless changed will be service tokens). For token store roles, there are two additional possibilities: default-service and default-batch which specify the type to return unless the client requests a different type at generation time.

Declaration
public readonly string TokenType
Field Value
Type Description
System.String
View Source

Ttl

Declaration
public readonly int? Ttl
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.