Cloud Organization API, gRPC: OrganizationService.Get
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
{
"organization_id": "string"
}
Field |
Description |
organization_id |
string Required field. ID of the Organization resource to return. |
Organization
{
"id": "string",
"created_at": "google.protobuf.Timestamp",
"name": "string",
"description": "string",
"title": "string",
"labels": "map<string, string>"
}
An Organization resource. For more information, see Organization.
Field |
Description |
id |
string ID of the organization. |
created_at |
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 |
object (map<string, string>) Resource labels as |