Cloud Resource Manager v3 API - Class Organization (2.4.0)

public sealed class Organization : IMessage<Organization>, IEquatable<Organization>, IDeepCloneable<Organization>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Resource Manager v3 API class Organization.

The root node in the resource hierarchy to which a particular entity's (a company, for example) resources belong.

Inheritance

object > Organization

Namespace

Google.Cloud.ResourceManager.V3

Assembly

Google.Cloud.ResourceManager.V3.dll

Constructors

Organization()

public Organization()

Organization(Organization)

public Organization(Organization other)
Parameter
NameDescription
otherOrganization

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Timestamp when the Organization was created.

Property Value
TypeDescription
Timestamp

DeleteTime

public Timestamp DeleteTime { get; set; }

Output only. Timestamp when the Organization was requested for deletion.

Property Value
TypeDescription
Timestamp

DirectoryCustomerId

public string DirectoryCustomerId { get; set; }

Immutable. The G Suite / Workspace customer id used in the Directory API.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Output only. A human-readable string that refers to the organization in the Google Cloud Console. 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 Google Workspace customer that owns the organization.

Property Value
TypeDescription
string

Etag

public string Etag { get; set; }

Output only. A checksum computed by the server based on the current value of the Organization resource. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

Property Value
TypeDescription
string

HasDirectoryCustomerId

public bool HasDirectoryCustomerId { get; }

Gets whether the "directory_customer_id" field is set

Property Value
TypeDescription
bool

Name

public string Name { get; set; }

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".

Property Value
TypeDescription
string

OrganizationName

public OrganizationName OrganizationName { get; set; }

OrganizationName-typed view over the Name resource name property.

Property Value
TypeDescription
OrganizationName

OwnerCase

public Organization.OwnerOneofCase OwnerCase { get; }
Property Value
TypeDescription
OrganizationOwnerOneofCase

State

public Organization.Types.State State { get; set; }

Output only. The organization's current lifecycle state.

Property Value
TypeDescription
OrganizationTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Timestamp when the Organization was last modified.

Property Value
TypeDescription
Timestamp