Resource: Organization
The root node in the resource hierarchy to which a particular entity's (e.g., company) resources belong.
JSON representation |
---|
{ "name": string, "organizationId": string, "displayName": string, "owner": { object ( |
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". |
organizationId |
An immutable id for the Organization that is assigned on creation. This should be omitted when creating a new Organization. This field is read-only. |
displayName |
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 G Suite customer that owns the organization. |
owner |
The owner of this Organization. The owner should be specified on creation. Once set, it cannot be changed. This field is required. |
creationTime |
Timestamp when the Organization was created. Assigned by the server. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
lifecycleState |
The organization's current lifecycle state. Assigned by the server. |
OrganizationOwner
The entity that owns an Organization. The lifetime of the Organization and all of its descendants are bound to the OrganizationOwner
. If the OrganizationOwner
is deleted, the Organization and all its descendants will be deleted.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field owner_oneof . The entity that owns an Organization. owner_oneof can be only one of the following: |
|
directoryCustomerId |
The G Suite customer id used in the Directory API. |
LifecycleState
Organization lifecycle states.
Enums | |
---|---|
LIFECYCLE_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. |
|
Lists Organization resources that are visible to the user and satisfy the specified filter. |
|
Sets the access control policy on an Organization resource. |
|
Returns permissions that a caller has on the specified Organization. |
(deprecated) |
Updates an Organization resource identified by the specified resource name. |