Cloud Organization API, REST: Group methods
Written by
Updated at May 26, 2023
A set of methods for managing groups.
JSON Representation
{
"id": "string",
"organizationId": "string",
"createdAt": "string",
"name": "string",
"description": "string"
}
Field | Description |
---|---|
id | string ID of the group. |
organizationId | string ID of the organization that the group belongs to. |
createdAt | string (date-time) Creation timestamp. String in RFC3339 text format. The range of possible values is from To work with values in this field, use the APIs described in the Protocol Buffers reference. In some languages, built-in datetime utilities do not support nanosecond precision (9 digits). |
name | string Name of the group. |
description | string Description of the group. |
Methods
Method | Description |
---|---|
create | Creates a group in the specified organization. |
delete | Deletes the specified group. |
get | Returns the specified Group resource. |
list | Retrieves the list of group resources. |
listAccessBindings | Lists access bindings for the specified group. |
listMembers | List group active members. |
listOperations | Lists operations for the specified group. |
setAccessBindings | Sets access bindings for the specified group. |
update | Updates the specified group. |
updateAccessBindings | Updates access bindings for the specified group. |
updateMembers | Update group members. |