Interface: IGetUserGroupsRequest
cloudservice.v1.IGetUserGroupsRequest
Properties of a GetUserGroupsRequest.
Implemented by
Properties
displayName
• Optional displayName: null | string
Filter groups by the display name - optional.
googleGroup
• Optional googleGroup: null | IGoogleGroupFilter
Filter groups by the google group specification - optional.
namespace
• Optional namespace: null | string
Filter groups by the namespace they have access to - optional.
pageSize
• Optional pageSize: null | number
The requested size of the page to retrieve - optional. Cannot exceed 1000. Defaults to 100.
pageToken
• Optional pageToken: null | string
The page token if this is continuing from another response - optional.
scimGroup
• Optional scimGroup: null | ISCIMGroupFilter
Filter groups by the SCIM group specification - optional.