google_api_cloud_resource_manager v0.4.0 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 (DateTime.t): Timestamp when the Organization was created. Assigned by the server. @OutputOnly Defaults to: null.
  • displayName (String.t): 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. @OutputOnly Defaults to: null.
  • lifecycleState (String.t): The organization's current lifecycle state. Assigned by the server. @OutputOnly Defaults to: null.

    • Enum - one of [LIFECYCLE_STATE_UNSPECIFIED, ACTIVE, DELETE_REQUESTED]
  • name (String.t): 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". Defaults to: null.
  • owner (OrganizationOwner): The owner of this Organization. The owner should be specified on creation. Once set, it cannot be changed. This field is required. Defaults to: null.

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 Source
t() :: %GoogleApi.CloudResourceManager.V1.Model.Organization{
  creationTime: DateTime.t(),
  displayName: any(),
  lifecycleState: any(),
  name: any(),
  owner: GoogleApi.CloudResourceManager.V1.Model.OrganizationOwner.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.