Class GraphQLApiOpenidConnectConfig
Inheritance
System.Object
GraphQLApiOpenidConnectConfig
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.AppSync.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GraphQLApiOpenidConnectConfig
Fields
View SourceAuthTtl
Number of milliseconds a token is valid after being authenticated.
Declaration
public readonly int? AuthTtl
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ClientId
Client identifier of the Relying party at the OpenID identity provider. This identifier is typically obtained when the Relying party is registered with the OpenID identity provider. You can specify a regular expression so the AWS AppSync can validate against multiple client identifiers at a time.
Declaration
public readonly string ClientId
Field Value
| Type | Description |
|---|---|
| System.String |
IatTtl
Number of milliseconds a token is valid after being issued to a user.
Declaration
public readonly int? IatTtl
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Issuer
Issuer for the OpenID Connect configuration. The issuer returned by discovery MUST exactly match the value of iss in the ID Token.
Declaration
public readonly string Issuer
Field Value
| Type | Description |
|---|---|
| System.String |