Organization

The root node in the resource hierarchy to which a particular entity's resources belong. An organization is tied to a Google Workspace or Cloud Identity account. Organizations cannot be created or deleted through the API; they are automatically provisioned when a Google Workspace or Cloud Identity account is created.

API ManagementCloud ComputingInfrastructurePlatform as a Service

Properties

Name Type Description
name string The resource name of the organization in the form organizations/{organization_id}. Output only.
displayName string A human-readable string that refers to the organization in the Google Cloud Console. This field is output only and derived from the associated Google Workspace or Cloud Identity account.
directoryCustomerId string The unique identifier for the Google Workspace or Cloud Identity account associated with this organization. Output only.
state string The organization lifecycle state. Output only.
createTime string Timestamp when the organization was created. Output only.
updateTime string Timestamp when the organization was last modified. Output only.
deleteTime string Timestamp of when the delete request was sent. Output only.
etag string A checksum computed by the server based on the current value of the organization resource.
View JSON Schema on GitHub