Class OidcRoleArgs
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.Identity
Assembly: Pulumi.Vault.dll
Syntax
public sealed class OidcRoleArgs : ResourceArgs
Constructors
View SourceOidcRoleArgs()
Declaration
public OidcRoleArgs()
Properties
View SourceKey
A configured named key, the key must already exist before tokens can be issued.
Declaration
public Input<string> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the OIDC Role to create.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Template
The template string to use for generating tokens. This may be in string-ified JSON or base64 format. See the documentation for the template format.
Declaration
public Input<string> Template { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ttl
TTL of the tokens generated against the role in number of seconds.
Declaration
public Input<int> Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |