trustedExternalTenants

@JvmName(name = "qkuvhbcikvxmnndq")
suspend fun trustedExternalTenants(value: Output<List<String>>)
@JvmName(name = "pfrxxsfqvkhysjbd")
suspend fun trustedExternalTenants(value: List<String>?)

Parameters

value

Specifies a list of tenant IDs that are trusted by the cluster. Default setting trusts all other tenants. Use trusted_external_tenants = ["*"] to explicitly allow all other tenants, trusted_external_tenants = ["MyTenantOnly"] for only your tenant or trusted_external_tenants = ["<tenantId1>", "<tenantIdx>"] to allow specific other tenants.

Note: In v3.0 of azurerm a new or updated Kusto Cluster will only allow your own tenant by default. Explicit configuration of this setting will change from trusted_external_tenants = ["MyTenantOnly"] to trusted_external_tenants = [].


@JvmName(name = "aywpuobkcuivfohe")
suspend fun trustedExternalTenants(vararg values: Output<String>)


@JvmName(name = "vghgurgpmavfeekv")
suspend fun trustedExternalTenants(values: List<Output<String>>)
@JvmName(name = "flhvjvlwyfxnaprj")
suspend fun trustedExternalTenants(vararg values: String)

Parameters

values

Specifies a list of tenant IDs that are trusted by the cluster. Default setting trusts all other tenants. Use trusted_external_tenants = ["*"] to explicitly allow all other tenants, trusted_external_tenants = ["MyTenantOnly"] for only your tenant or trusted_external_tenants = ["<tenantId1>", "<tenantIdx>"] to allow specific other tenants.

Note: In v3.0 of azurerm a new or updated Kusto Cluster will only allow your own tenant by default. Explicit configuration of this setting will change from trusted_external_tenants = ["MyTenantOnly"] to trusted_external_tenants = [].