Interface: IUserGroupSpec
Properties of a UserGroupSpec.
Hierarchy
-
↳
IUserGroupSpec
Properties
access
• Optional access: null | $Properties
The access assigned to the group.
Inherited from
cloudGroup
• Optional cloudGroup: null | $Properties
The specification for a Cloud group. Cloud groups can manage members using the add and remove member APIs.
Inherited from
displayName
• Optional displayName: null | string
The display name of the group.
Inherited from
googleGroup
• Optional googleGroup: null | $Properties
The specification of the google group that this group is associated with.
Inherited from
groupType
• Optional groupType: "googleGroup" | "scimGroup" | "cloudGroup"
UserGroupSpec groupType
Inherited from
scimGroup
• Optional scimGroup: null | $Properties
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.