GroupType class
The group type.
Constructors
Properties
- creationDate → DateTime?
-
The date the group was created.
final
- description → String?
-
A string containing the description of the group.
final
- groupName → String?
-
The name of the group.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastModifiedDate → DateTime?
-
The date the group was last modified.
final
- precedence → int?
-
A nonnegative integer value that specifies the precedence of this group
relative to the other groups that a user can belong to in the user pool. If
a user belongs to two or more groups, it is the group with the highest
precedence whose role ARN will be used in the
cognito:roles
andcognito:preferred_role
claims in the user's tokens. Groups with higherPrecedence
values take precedence over groups with lowerPrecedence
values or with nullPrecedence
values.final - roleArn → String?
-
The role ARN for the group.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userPoolId → String?
-
The user pool ID for the user pool.
final
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