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}ororganizations/{organization_id}.
- Domain string
The domain name of the Organization.
- Organization string
The name of the Organization in the form
{organization_id}ororganizations/{organization_id}.
- domain string
The domain name of the Organization.
- organization string
The name of the Organization in the form
{organization_id}ororganizations/{organization_id}.
- domain str
The domain name of the Organization.
- organization str
The name of the Organization in the form
{organization_id}ororganizations/{organization_id}.
GetOrganization Result
The following output properties are available:
- Create
Time string 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 stringId The Google for Work customer ID of the Organization.
- Domain string
- Id string
The provider-assigned unique ID for this managed resource.
- Lifecycle
State string The Organization’s current lifecycle state.
- Name string
The resource name of the Organization in the form
organizations/{organization_id}.- Org
Id string The Organization ID.
- Organization string
- Create
Time string 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 stringId The Google for Work customer ID of the Organization.
- Domain string
- Id string
The provider-assigned unique ID for this managed resource.
- Lifecycle
State string The Organization’s current lifecycle state.
- Name string
The resource name of the Organization in the form
organizations/{organization_id}.- Org
Id string The Organization ID.
- Organization string
- create
Time string 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 stringId The Google for Work customer ID of the Organization.
- domain string
- id string
The provider-assigned unique ID for this managed resource.
- lifecycle
State string The Organization’s current lifecycle state.
- name string
The resource name of the Organization in the form
organizations/{organization_id}.- org
Id 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_ strid 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-betaTerraform Provider.