Groups
Deletes a group.
No content
Updates a group.
Updates the display name of the group.
Updates the Group description, if a value is provided.
Sets the Roles that are bound to this Group to the Roles (specified by their names), if provided.
Adds the users/principals (specified by their names) to this group, if provided.
Removes the users/principals (specified by their names) from this group, if provided. If members are specified in both add_members as well in here, removal wins.
Sets the members of this group to those users/principals (specified by their names) in an absolute fashion, if provided. Cannot be combined with the add_members or remove_members fields.
Patches metadata. It has the following semantics:
- Absent keys are left untouched;
- Null values are deleted;
- Non-null values are replaced.
Contains Users and Service accounts, and the Roles assigned to it.
Gets a group by its name.
Contains Users and Service accounts, and the Roles assigned to it.
Creates a new Group.
Sets the unique name of the new group. It must be a valid HQ resource name: it can only contain lowercase alphanumeric characters or hyphens; hyphens cannot appear at the end or start; the length is 63 characters at most.
Sets the display name of the new group. If not provided, the value of "name" will be used.
Sets the description of the new group.
Lists principal names (users, service accounts) to be member of this group.
Sets the Roles that are bound to this Group by name.
Allows attaching custom string key/values to resources. The following maxima apply:
- 50 keys/values;
- 40 bytes key length;
- 500 bytes value length.
Contains Users and Service accounts, and the Roles assigned to it.
Lists all groups
Contains a list of CompactGroups.
Last updated
Was this helpful?