Skip to main content

ICognitoIdentityGetIdentityPoolRolesResponse

Interface in AWS.CognitoIdentity

Interface for GetIdentityPoolRoles responses.

Ancestors

Properties

IdentityPoolId

property IdentityPoolId: string

The unique identifier for the identity pool in the format REGION:GUID.

RoleMappings

property RoleMappings: TDictionary<string, ICognitoIdentityRoleMapping>

Type: ICognitoIdentityRoleMapping

How users for a specified identity provider (IdP) are mapped to roles.

Roles

property Roles: TDictionary<string, string>

The map of roles associated with the identity pool.

Only authenticated and unauthenticated are currently supported.