Show / Hide Table of Contents

Class OidcKeyAllowedClientIDState

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

Constructors

View Source

OidcKeyAllowedClientIDState()

Declaration
public OidcKeyAllowedClientIDState()

Properties

View Source

AllowedClientId

Client ID to allow usage with the OIDC named key

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

KeyName

Name of the OIDC Key allow the Client ID.

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