Skip to main content

Interface: IUserGroupSpec

identity.v1.IUserGroupSpec

Properties of a UserGroupSpec.

Hierarchy

Properties

access

Optional access: null | $Properties

The access assigned to the group.

Inherited from

$Properties.access


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

$Properties.cloudGroup


displayName

Optional displayName: null | string

The display name of the group.

Inherited from

$Properties.displayName


googleGroup

Optional googleGroup: null | $Properties

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

Inherited from

$Properties.googleGroup


groupType

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

UserGroupSpec groupType

Inherited from

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

Inherited from

$Properties.scimGroup