Skip to main content

Interface: IGetUserGroupsRequest

cloudservice.v1.IGetUserGroupsRequest

Properties of a GetUserGroupsRequest.

Hierarchy

Properties

displayName

Optional displayName: null | string

Filter groups by the display name - optional.

Inherited from

$Properties.displayName


googleGroup

Optional googleGroup: null | $Properties

Filter groups by the google group specification - optional.

Inherited from

$Properties.googleGroup


namespace

Optional namespace: null | string

Filter groups by the namespace they have access to - optional.

Inherited from

$Properties.namespace


pageSize

Optional pageSize: null | number

The requested size of the page to retrieve - optional. Cannot exceed 1000. Defaults to 100.

Inherited from

$Properties.pageSize


pageToken

Optional pageToken: null | string

The page token if this is continuing from another response - optional.

Inherited from

$Properties.pageToken


scimGroup

Optional scimGroup: null | $Properties

Filter groups by the SCIM group specification - optional.

Inherited from

$Properties.scimGroup