Class OidcKeyAllowedClientIDArgs
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 OidcKeyAllowedClientIDArgs : ResourceArgs
Constructors
View SourceOidcKeyAllowedClientIDArgs()
Declaration
public OidcKeyAllowedClientIDArgs()
Properties
View SourceAllowedClientId
Client ID to allow usage with the OIDC named key
Declaration
public Input<string> AllowedClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KeyName
Name of the OIDC Key allow the Client ID.
Declaration
public Input<string> KeyName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |