Resource: Organization
The root node in the resource hierarchy to which a particular entity's (a company, for example) resources belong.
JSON representation |
---|
{ "name": string, "displayName": string, "state": enum ( |
Fields | |
---|---|
name |
Output only. The resource name of the organization. This is the organization's relative path in the API. Its format is "organizations/[organizationId]". For example, "organizations/1234". |
displayName |
Output only. A human-readable string that refers to the organization in the Google Cloud Console. This string is set by the server and cannot be changed. The string will be set to the primary domain (for example, "google.com") of the Google Workspace customer that owns the organization. |
state |
Output only. The organization's current lifecycle state. |
createTime |
Output only. Timestamp when the Organization was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Timestamp when the Organization was last modified. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
deleteTime |
Output only. Timestamp when the Organization was requested for deletion. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
etag |
Output only. A checksum computed by the server based on the current value of the Organization resource. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. |
Union field The lifetime of the organization and all of its descendants are bound to the owner. If the owner is deleted, the organization and all its descendants will be deleted. |
|
directoryCustomerId |
Immutable. The G Suite / Workspace customer id used in the Directory API. |
State
Organization lifecycle states.
Enums | |
---|---|
STATE_UNSPECIFIED |
Unspecified state. This is only useful for distinguishing unset values. |
ACTIVE |
The normal and active state. |
DELETE_REQUESTED |
The organization has been marked for deletion by the user. |
Methods |
|
---|---|
|
Fetches an organization resource identified by the specified resource name. |
|
Gets the access control policy for an organization resource. |
|
Searches organization resources that are visible to the user and satisfy the specified filter. |
|
Sets the access control policy on an organization resource. |
|
Returns the permissions that a caller has on the specified organization. |