AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
A user pool group. Contains details about the group and the way that it contributes to IAM role decisions with identity pools. Identity pools can make decisions about the IAM role to assign based on groups: users get credentials for the role associated with their highest-priority group.
Namespace: Amazon.CognitoIdentityProvider.Model
Assembly: AWSSDK.CognitoIdentityProvider.dll
Version: 3.x.y.z
public class GroupType
The GroupType type exposes the following members
Name | Description | |
---|---|---|
![]() |
GroupType() |
Name | Type | Description | |
---|---|---|---|
![]() |
CreationDate | System.DateTime |
Gets and sets the property CreationDate.
The date and time when the item was created. Amazon Cognito returns this timestamp
in UNIX epoch time format. Your SDK might render the output in a human-readable format
like ISO 8601 or a Java |
![]() |
Description | System.String |
Gets and sets the property Description. A friendly description of the group. |
![]() |
GroupName | System.String |
Gets and sets the property GroupName. The name of the group. |
![]() |
LastModifiedDate | System.DateTime |
Gets and sets the property LastModifiedDate.
The date and time when the item was modified. Amazon Cognito returns this timestamp
in UNIX epoch time format. Your SDK might render the output in a human-readable format
like ISO 8601 or a Java |
![]() |
Precedence | System.Int32 |
Gets and sets the property Precedence.
A non-negative integer value that specifies the precedence of this group relative
to the other groups that a user can belong to in the user pool. Zero is the highest
precedence value. Groups with lower
Two groups can have the same
The default |
![]() |
RoleArn | System.String |
Gets and sets the property RoleArn.
The ARN of the IAM role associated with the group. If a group has the highest priority
of a user's groups, users who authenticate with an identity pool get credentials for
the |
![]() |
UserPoolId | System.String |
Gets and sets the property UserPoolId. The ID of the user pool that contains the group. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5