Group
Written by
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. |
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. |