Cloud Organization API, gRPC: OrganizationService.Get
Статья создана
Обновлена 17 октября 2024 г.
Returns the specified Organization resource.
To get the list of available Organization resources, make a List request.
gRPC request
rpc Get (GetOrganizationRequest) returns (Organization)
GetOrganizationRequest
{
"organizationId": "string"
}
Field |
Description |
organizationId |
string Required field. ID of the Organization resource to return. |
Organization
{
"id": "string",
"createdAt": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"title": "string",
"labels": "string"
}
An Organization resource. For more information, see Organization.
Field |
Description |
id |
string ID of the organization. |
createdAt |
Creation timestamp. |
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 |
string Resource labels as |