Class OpenIdConnectProviderArgs
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.Aws.Iam
Assembly: Pulumi.Aws.dll
Syntax
public sealed class OpenIdConnectProviderArgs : ResourceArgs
Constructors
View SourceOpenIdConnectProviderArgs()
Declaration
public OpenIdConnectProviderArgs()
Properties
View SourceClientIdLists
A list of client IDs (also known as audiences). When a mobile or web app registers with an OpenID Connect provider, they establish a value that identifies the application. (This is the value that's sent as the client_id parameter on OAuth requests.)
Declaration
public InputList<string> ClientIdLists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ThumbprintLists
A list of server certificate thumbprints for the OpenID Connect (OIDC) identity provider's server certificate(s).
Declaration
public InputList<string> ThumbprintLists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Url
The URL of the identity provider. Corresponds to the iss claim.
Declaration
public Input<string> Url { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |