GetIdentityPoolRolesResponse class
Returned in response to a successful GetIdentityPoolRoles
operation.
Constructors
-
GetIdentityPoolRolesResponse({String? identityPoolId, Map<
String, RoleMapping> ? roleMappings, Map<String, String> ? roles}) -
GetIdentityPoolRolesResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- identityPoolId → String?
-
An identity pool ID in the format REGION:GUID.
final
-
roleMappings
→ Map<
String, RoleMapping> ? -
How users for a specific identity provider are to mapped to roles. This is a
String-to-RoleMapping object map. The string identifies the identity
provider, for example, "graph.facebook.com" or
"cognito-idp.us-east-1.amazonaws.com/us-east-1_abcdefghi:app_client_id".
final
-
roles
→ Map<
String, String> ? -
The map of roles associated with this pool. Currently only authenticated and
unauthenticated roles are supported.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited