Interface: IUserGroupSpec
Properties of a UserGroupSpec.
Implemented by
Properties
access
• Optional
access: null
| IAccess
The access assigned to the group.
cloudGroup
• Optional
cloudGroup: null
| ICloudGroupSpec
The specification for a Cloud group. Cloud groups can manage members using the add and remove member APIs.
displayName
• Optional
displayName: null
| string
The display name of the group.
googleGroup
• Optional
googleGroup: null
| IGoogleGroupSpec
The specification of the google group that this group is associated with.
scimGroup
• Optional
scimGroup: null
| ISCIMGroupSpec
The specification of the SCIM group that this group is associated with. SCIM groups cannot be created or deleted directly, but their access can be managed.