GetOrganization

Use this data source to get information about a Google Cloud Organization.

Using GetOrganization

function getOrganization(args: GetOrganizationArgs, opts?: InvokeOptions): Promise<GetOrganizationResult>
function  get_organization(domain=None, organization=None, opts=None)
func GetOrganization(ctx *Context, args *GetOrganizationArgs, opts ...InvokeOption) (*GetOrganizationResult, error)
public static class GetOrganization {
    public static Task<GetOrganizationResult> InvokeAsync(GetOrganizationArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Domain string

The domain name of the Organization.

Organization string

The name of the Organization in the form {organization_id} or organizations/{organization_id}.

Domain string

The domain name of the Organization.

Organization string

The name of the Organization in the form {organization_id} or organizations/{organization_id}.

domain string

The domain name of the Organization.

organization string

The name of the Organization in the form {organization_id} or organizations/{organization_id}.

domain str

The domain name of the Organization.

organization str

The name of the Organization in the form {organization_id} or organizations/{organization_id}.

GetOrganization Result

The following output properties are available:

CreateTime string

Timestamp when the Organization was created. A timestamp in RFC3339 UTC “Zulu” format, accurate to nanoseconds. Example: “2014-10-02T15:01:23.045123456Z”.

DirectoryCustomerId string

The Google for Work customer ID of the Organization.

Domain string
Id string

The provider-assigned unique ID for this managed resource.

LifecycleState string

The Organization’s current lifecycle state.

Name string

The resource name of the Organization in the form organizations/{organization_id}.

OrgId string

The Organization ID.

Organization string
CreateTime string

Timestamp when the Organization was created. A timestamp in RFC3339 UTC “Zulu” format, accurate to nanoseconds. Example: “2014-10-02T15:01:23.045123456Z”.

DirectoryCustomerId string

The Google for Work customer ID of the Organization.

Domain string
Id string

The provider-assigned unique ID for this managed resource.

LifecycleState string

The Organization’s current lifecycle state.

Name string

The resource name of the Organization in the form organizations/{organization_id}.

OrgId string

The Organization ID.

Organization string
createTime string

Timestamp when the Organization was created. A timestamp in RFC3339 UTC “Zulu” format, accurate to nanoseconds. Example: “2014-10-02T15:01:23.045123456Z”.

directoryCustomerId string

The Google for Work customer ID of the Organization.

domain string
id string

The provider-assigned unique ID for this managed resource.

lifecycleState string

The Organization’s current lifecycle state.

name string

The resource name of the Organization in the form organizations/{organization_id}.

orgId string

The Organization ID.

organization string
create_time str

Timestamp when the Organization was created. A timestamp in RFC3339 UTC “Zulu” format, accurate to nanoseconds. Example: “2014-10-02T15:01:23.045123456Z”.

directory_customer_id str

The Google for Work customer ID of the Organization.

domain str
id str

The provider-assigned unique ID for this managed resource.

lifecycle_state str

The Organization’s current lifecycle state.

name str

The resource name of the Organization in the form organizations/{organization_id}.

org_id str

The Organization ID.

organization str

Package Details

Repository
https://github.com/pulumi/pulumi-gcp
License
Apache-2.0
Notes
This Pulumi package is based on the google-beta Terraform Provider.