Get desktop application:
View/edit binary Protocol Buffers messages
The service to manage groups in Users.
Create a new group.
The request of a Groups.Create RPC.
The group to create.
The response of a Groups.Create RPC.
The created group.
Delete a group.
The request of a Group.Delete RPC.
The group to delete.
The response of a Group.Delete RPC.
(message has no fields)
List groups.
The request of a Groups.List RPC.
Pagination options.
Search string.
The response of a Groups.List RPC.
list of groups.
total amount of groups.
Update group.
The request of a Groups.Update RPC.
The updates to apply.
The group id.
The response of a Groups.Update RPC.
(message has no fields)
Get group.
The request of a Groups.Get RPC.
The group id.
The response of a Groups.Get RPC
The group.
Add a member to a group.
Request for adding one or more members to a group.
The group to add members to.
The members to add.
Empty response for adding one or more members to a group.
(message has no fields)
Remove member from group.
Request for removing a member from a group.
The group to remove the member from.
The member to remove.
Empty response for removing a member from a group.
(message has no fields)
Get Group Members.
Reqyest for listing members of a group.
The group to list members of.
Pagination options.
Response for listing members of a group.
The members in the group.
The total amount of members in the group.
Get Groups.
Request for listing the groups a member is in.
The member to list groups for.
Pagination options.
Response for listing the groups a member is in.
The groups the member is in.
The total amount of groups the member is in.
Group is a named collection of users and service accounts with optional metadata.
Used in:
, , ,Unique name of the group.
Number of members.
Metadata of the group.
Creation time of the group.
Last update time of the group.
MemberID is a union of service account id and user id.
Used in:
, ,ID of a service account.
ID of a user.
An update msg for a group.
Used in:
,Update the unique group name.
Update or create a metadata entry.
Delete a metadata entry.