public static interface Group.Builder extends SdkPojo, CopyableBuilder<Group.Builder,Group>
| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
displayName(String displayName)
Contains the group’s display name value.
|
Group.Builder |
groupId(String groupId)
The identifier for a group in the identity store.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGroup.Builder groupId(String groupId)
The identifier for a group in the identity store.
groupId - The identifier for a group in the identity store.Group.Builder displayName(String displayName)
Contains the group’s display name value. The length limit is 1,024 characters. This value can consist of
letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and
nonbreaking space in this attribute. The characters <>;:% are excluded. This value is
specified at the time the group is created and stored as an attribute of the group object in the identity
store.
displayName - Contains the group’s display name value. The length limit is 1,024 characters. This value can consist
of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space,
and nonbreaking space in this attribute. The characters <>;:% are excluded. This
value is specified at the time the group is created and stored as an attribute of the group object in
the identity store.Copyright © 2022. All rights reserved.