Class GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfigGetArgs
Inheritance
System.Object
GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfigGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfigGetArgs : ResourceArgs
Constructors
View SourceGraphQLApiAdditionalAuthenticationProviderOpenidConnectConfigGetArgs()
Declaration
public GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfigGetArgs()
Properties
View SourceAuthTtl
Number of milliseconds a token is valid after being authenticated.
Declaration
public Input<int> AuthTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IatTtl
Number of milliseconds a token is valid after being issued to a user.
Declaration
public Input<int> IatTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Issuer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |