ConfigMultiTenantArgs

data class ConfigMultiTenantArgs(val allowTenants: Output<Boolean>? = null, val defaultTenantLocation: Output<String>? = null) : ConvertibleToJava<ConfigMultiTenantArgs>

Constructors

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

Properties

Link copied to clipboard
val allowTenants: Output<Boolean>? = null

Whether this project can have tenants or not.

Link copied to clipboard
val defaultTenantLocation: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): ConfigMultiTenantArgs