Config Multi Tenant Args
data class ConfigMultiTenantArgs(val allowTenants: Output<Boolean>? = null, val defaultTenantLocation: Output<String>? = null) : ConvertibleToJava<ConfigMultiTenantArgs>
Properties
Link copied to clipboard
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.