Class IdentityProviderState
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class IdentityProviderState : ResourceArgs
Constructors
View SourceIdentityProviderState()
Declaration
public IdentityProviderState()
Properties
View SourceAttributeMapping
The map of attribute mapping of user pool attributes. AttributeMapping in AWS API documentation
Declaration
public InputMap<string> AttributeMapping { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
IdpIdentifiers
The list of identity providers.
Declaration
public InputList<string> IdpIdentifiers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
ProviderDetails
The map of identity details, such as access token
Declaration
public InputMap<object> ProviderDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
ProviderName
The provider name
Declaration
public Input<string> ProviderName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProviderType
The provider type. See AWS API for valid values
Declaration
public Input<string> ProviderType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UserPoolId
The user pool id
Declaration
public Input<string> UserPoolId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |