Cloud Organization API, REST: Organization methods
Статья создана
Обновлена 26 мая 2023 г.
A set of methods for managing Organization resources.
JSON Representation
{
"id": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"title": "string",
"labels": "object"
}
Field | Description |
---|---|
id | string ID of the organization. |
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 organization. 3-63 characters long. |
description | string Description of the organization. 0-256 characters long. |
title | string Display name of the organization. 0-256 characters long. |
labels | object Resource labels as |
Methods
Method | Description |
---|---|
get | Returns the specified Organization resource. |
list | Retrieves the list of Organization resources. |
listAccessBindings | Lists access bindings for the specified organization. |
listOperations | Lists operations for the specified organization. |
setAccessBindings | Sets access bindings for the specified organization. |
update | Updates the specified organization. |
updateAccessBindings | Updates access bindings for the specified organization. |