Show / Hide Table of Contents

Class OidcKeyAllowedClientIDArgs

Inheritance
System.Object
InputArgs
ResourceArgs
OidcKeyAllowedClientIDArgs
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 OidcKeyAllowedClientIDArgs : ResourceArgs

Constructors

View Source

OidcKeyAllowedClientIDArgs()

Declaration
public OidcKeyAllowedClientIDArgs()

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.