Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::Organization.
The root node in the resource hierarchy to which a particular entity's (a company, for example) resources belong.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the Organization was created.
#delete_time
def delete_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the Organization was requested for deletion.
#directory_customer_id
def directory_customer_id() -> ::String
Returns
- (::String) — Immutable. The G Suite / Workspace customer id used in the Directory API.
#directory_customer_id=
def directory_customer_id=(value) -> ::String
Parameter
- value (::String) — Immutable. The G Suite / Workspace customer id used in the Directory API.
Returns
- (::String) — Immutable. The G Suite / Workspace customer id used in the Directory API.
#display_name
def display_name() -> ::String
Returns
- (::String) — 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.
#etag
def etag() -> ::String
Returns
- (::String) — 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.
#name
def name() -> ::String
Returns
- (::String) — Output only. The resource name of the organization. This is the organization's relative path in the API. Its format is "organizations/[organization_id]". For example, "organizations/1234".
#state
def state() -> ::Google::Cloud::ResourceManager::V3::Organization::State
Returns
- (::Google::Cloud::ResourceManager::V3::Organization::State) — Output only. The organization's current lifecycle state.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the Organization was last modified.