GroupState class
Input properties used for looking up and filtering Group resources.
Constructors
-
GroupState({Input<
String?> ? disabledDate, Input<String?> ? email, Input<String?> ? enabledDate, Input<String?> ? groupId, Input<String?> ? name, Input<String?> ? organizationId, Input<String?> ? region, Input<String?> ? state}) -
Creates a new GroupState.
disabledDateTimestamp when the group was disabled from WorkMail use.emailPrimary email address used to register the group with WorkMail.enabledDateTimestamp when the group was enabled for WorkMail use.groupIdIdentifier of the group.hiddenFromGlobalAddressListWhether to hide the group from the global address list.nameName of the group.organizationIdIdentifier of the WorkMail organization where the group is managed.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.stateCurrent WorkMail state of the group.const -
GroupState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
disabledDate
→ Input<
String?> ? -
Timestamp when the group was disabled from WorkMail use.
final
-
email
→ Input<
String?> ? -
Primary email address used to register the group with WorkMail.
final
-
enabledDate
→ Input<
String?> ? -
Timestamp when the group was enabled for WorkMail use.
final
-
groupId
→ Input<
String?> ? -
Identifier of the group.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
Whether to hide the group from the global address list.
final
-
name
→ Input<
String?> ? -
Name of the group.
final
-
organizationId
→ Input<
String?> ? -
Identifier of the WorkMail organization where the group is managed.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
state
→ Input<
String?> ? -
Current WorkMail state of the group.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited