GetTenantResult

data class GetTenantResult(val externalId: String, val name: String)

Constructors

Link copied to clipboard
fun GetTenantResult(externalId: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Client side tenant identifier, used to uniquely identify the tenant. The maximum number of allowed characters is 255.

Link copied to clipboard

Required during tenant update. The resource name for a tenant. This is generated by the service when a tenant is created. The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".