GetTenantResult

data class GetTenantResult(val createTime: String, val displayName: String, val googleGroupEmail: String, val googleGroupId: String, val name: String, val partnerMetadata: GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadataResponse, val updateTime: String)

Constructors

Link copied to clipboard
fun GetTenantResult(createTime: String, displayName: String, googleGroupEmail: String, googleGroupId: String, name: String, partnerMetadata: GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadataResponse, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Timestamp when the resource was created.

Link copied to clipboard

Optional. An arbitrary caller-provided name for the Tenant. Cannot exceed 64 characters.

Link copied to clipboard

Optional. Google group email to which the Tenant is enabled.

Link copied to clipboard

Optional. Google group ID to which the Tenant is enabled.

Link copied to clipboard

Unique resource name of the Tenant. The name is ignored when creating Tenant.

Link copied to clipboard

Optional. Metadata provided by the Partner associated with Tenant.

Link copied to clipboard

Timestamp when the resource was last modified.