Show / Hide Table of Contents

Class OpenIdConnectProviderState

Inheritance
System.Object
InputArgs
ResourceArgs
OpenIdConnectProviderState
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.Aws.Iam
Assembly: Pulumi.Aws.dll
Syntax
public sealed class OpenIdConnectProviderState : ResourceArgs

Constructors

View Source

OpenIdConnectProviderState()

Declaration
public OpenIdConnectProviderState()

Properties

View Source

Arn

The ARN assigned by AWS for this provider.

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

ClientIdLists

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.