google_api_cloud_resource_manager v0.28.2 GoogleApi.CloudResourceManager.V1.Model.Organization View Source
The root node in the resource hierarchy to which a particular entity's (e.g., company) resources belong.
Attributes
creationTime
(type:DateTime.t
, default:nil
) - Timestamp when the Organization was created. Assigned by the server.displayName
(type:String.t
, default:nil
) - A human-readable string that refers to the Organization in the GCP Console UI. 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.lifecycleState
(type:String.t
, default:nil
) - The organization's current lifecycle state. Assigned by the server.name
(type:String.t
, default:nil
) - 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".owner
(type:GoogleApi.CloudResourceManager.V1.Model.OrganizationOwner.t
, default:nil
) - The owner of this Organization. The owner should be specified on creation. Once set, it cannot be changed. This field is required.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.CloudResourceManager.V1.Model.Organization{ creationTime: DateTime.t(), displayName: String.t(), lifecycleState: String.t(), name: String.t(), owner: GoogleApi.CloudResourceManager.V1.Model.OrganizationOwner.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.