user_groups

Protocol buffer definition for user_groups

sift/user_groups/v2/user_groups.proto

AddUserToUserGroupRequest

FieldTypeLabelDescription
user_group_idstring
user_idstring

AddUserToUserGroupResponse

CreateUserGroupRequest

FieldTypeLabelDescription
user_groupUserGroup

CreateUserGroupResponse

FieldTypeLabelDescription
user_groupUserGroup

DeleteUserGroupRequest

FieldTypeLabelDescription
user_group_idstring

DeleteUserGroupResponse

GetUserGroupRequest

FieldTypeLabelDescription
user_group_idstring

GetUserGroupResponse

FieldTypeLabelDescription
user_groupUserGroup

GetUserGroupsForAssetsRequest

FieldTypeLabelDescription
asset_idsstringrepeated

GetUserGroupsForAssetsResponse

FieldTypeLabelDescription
user_groupsUserGrouprepeated
rolessift.roles.v2.Rolerepeated

ListUserGroupsRequest

FieldTypeLabelDescription
page_sizeuint32The maximum number of user groups to return. The service may return fewer than this value. If unspecified, at most 50 will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_tokenstringA page token, received from a previous ListUserGroups call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListUserGroups must match the call that provided the page token. | | filter | string | | A Common Expression Language (CEL, https://github.com/google/cel-spec) filter string. Available tag variables are: - name | | order_by | string | | How to order the retrieved user groups. Formatted as a comma-separated string i.e. "FIELD_NAME[ desc],...". Available fields to order_by are: - created_date - modified_date |

ListUserGroupsResponse

FieldTypeLabelDescription
user_groupsUserGrouprepeated
next_page_tokenstringA token, which can be sent as page_token to retrieve the next page. If this field is empty, there are no subsequent pages.

RemoveUserFromUserGroupRequest

FieldTypeLabelDescription
user_group_idstring
user_idstring

RemoveUserFromUserGroupResponse

UpdateUserGroupRequest

FieldTypeLabelDescription
user_groupUserGroup
update_maskgoogle.protobuf.FieldMaskThe list of fields to update.

UpdateUserGroupResponse

FieldTypeLabelDescription
user_groupUserGroup

UpdateUserUserGroupsRequest

FieldTypeLabelDescription
user_idstring
user_group_idsstringrepeated

UpdateUserUserGroupsResponse

UserGroup

FieldTypeLabelDescription
user_group_idstring
namestring
role_idstring
is_defaultbool
resourcesUserGroup.Resource
user_idsstringrepeated

UserGroup.Resource

FieldTypeLabelDescription
asset_idsstringrepeated
all_assetsbool

UserGroupService