Class OidcState
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 OidcState : ResourceArgs
Constructors
View SourceOidcState()
Declaration
public OidcState()
Properties
View SourceIssuer
Issuer URL to be used in the iss claim of the token. If not set, Vault's
api_addr will be used. The issuer is a case sensitive URL using the https scheme that contains
scheme, host, and optionally, port number and path components, but no query or fragment
components.
Declaration
public Input<string> Issuer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |