GroupType class

The group type.

Constructors

GroupType({DateTime? creationDate, String? description, String? groupName, DateTime? lastModifiedDate, int? precedence, String? roleArn, String? userPoolId})
GroupType.fromJson(Map<String, dynamic> json)
factory

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 and cognito:preferred_role claims in the user's tokens. Groups with higher Precedence values take precedence over groups with lower Precedence values or with null Precedence 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