Show / Hide Table of Contents

Class GetOrganizationResult

Inheritance
System.Object
GetOrganizationResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Organizations
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetOrganizationResult

Fields

View Source

CreateTime

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

Declaration
public readonly string CreateTime
Field Value
Type Description
System.String
View Source

DirectoryCustomerId

The Google for Work customer ID of the Organization.

Declaration
public readonly string DirectoryCustomerId
Field Value
Type Description
System.String
View Source

Domain

Declaration
public readonly string Domain
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

LifecycleState

The Organization's current lifecycle state.

Declaration
public readonly string LifecycleState
Field Value
Type Description
System.String
View Source

Name

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

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Organization

Declaration
public readonly string Organization
Field Value
Type Description
System.String
View Source

OrgId

The Organization ID.

Declaration
public readonly string OrgId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.