Show / Hide Table of Contents

Class IdentityPoolCognitoIdentityProvider

Inheritance
System.Object
IdentityPoolCognitoIdentityProvider
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.Cognito.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class IdentityPoolCognitoIdentityProvider

Fields

View Source

ClientId

The client ID for the Amazon Cognito Identity User Pool.

Declaration
public readonly string ClientId
Field Value
Type Description
System.String
View Source

ProviderName

The provider name for an Amazon Cognito Identity User Pool.

Declaration
public readonly string ProviderName
Field Value
Type Description
System.String
View Source

ServerSideTokenCheck

Whether server-side token validation is enabled for the identity provider’s token or not.

Declaration
public readonly bool? ServerSideTokenCheck
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.