ConfigMultiTenant

data class ConfigMultiTenant(val allowTenants: Boolean? = null, val defaultTenantLocation: String? = null)

Constructors

Link copied to clipboard
constructor(allowTenants: Boolean? = null, defaultTenantLocation: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allowTenants: Boolean? = null

Whether this project can have tenants or not.

Link copied to clipboard

The default cloud parent org or folder that the tenant project should be created under. The parent resource name should be in the format of "/", such as "folders/123" or "organizations/456". If the value is not set, the tenant will be created under the same organization or folder as the agent project.