GetSOrganization

data class GetSOrganization(val directoryCustomerId: String, val displayName: String, val lifecycleState: String, val name: String, val orgId: String)

Constructors

Link copied to clipboard
constructor(directoryCustomerId: String, displayName: String, lifecycleState: String, name: String, orgId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Google for Work customer ID of the Organization.

Link copied to clipboard

A human-readable string that refers to the Organization in the Google Cloud console. The string will be set to the primary domain (for example, "google.com") of the G Suite customer that owns the organization.

Link copied to clipboard

The Organization's current lifecycle state.

Link copied to clipboard

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

Link copied to clipboard

The Organization ID.