Show / Hide Table of Contents

Class GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfigGetArgs

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

Constructors

View Source

GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfigGetArgs()

Declaration
public GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfigGetArgs()

Properties

View Source

AuthTtl

Number of milliseconds a token is valid after being authenticated.

Declaration
public Input<int> AuthTtl { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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

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

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