Skip to main content

Interface: $Properties

v1.UserGroupSpec.$Properties

Properties of a UserGroupSpec.

Hierarchy

Properties

access

Optional access: null | $Properties

The access assigned to the group.


cloudGroup

Optional cloudGroup: null | $Properties

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 | $Properties

The specification of the google group that this group is associated with.


groupType

Optional groupType: "googleGroup" | "scimGroup" | "cloudGroup"

UserGroupSpec groupType


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.