contacts

@JvmName(name = "qfqmcddxgkkiwpjr")
suspend fun contacts(vararg values: Output<KeyVaultContactArgs>)


@JvmName(name = "uujmyipolcabrskq")
suspend fun contacts(value: Output<List<KeyVaultContactArgs>>)
@JvmName(name = "pnrxmvigtjnqdvxv")
suspend fun contacts(value: List<KeyVaultContactArgs>?)

Deprecated

As the `contact` property requires reaching out to the dataplane, to better support private endpoints and keyvaults with public network access disabled, new key vaults with the `contact` field defined in the configuration file will now be required to use the `azure.keyvault.CertificateContacts` resource instead of the exposed `contact` field in the key vault resource itself.

Parameters

value

@JvmName(name = "whivontoynoyivjt")
suspend fun contacts(values: List<Output<KeyVaultContactArgs>>)
@JvmName(name = "cavqambncyhdkdvr")
suspend fun contacts(vararg values: KeyVaultContactArgs)

Deprecated

As the `contact` property requires reaching out to the dataplane, to better support private endpoints and keyvaults with public network access disabled, new key vaults with the `contact` field defined in the configuration file will now be required to use the `azure.keyvault.CertificateContacts` resource instead of the exposed `contact` field in the key vault resource itself.

Parameters

values

@JvmName(name = "ufddeuwecgaqkqfe")
suspend fun contacts(argument: List<suspend KeyVaultContactArgsBuilder.() -> Unit>)
@JvmName(name = "pcuckplbeshlpwvj")
suspend fun contacts(vararg argument: suspend KeyVaultContactArgsBuilder.() -> Unit)
@JvmName(name = "djskquwdrkbilkji")
suspend fun contacts(argument: suspend KeyVaultContactArgsBuilder.() -> Unit)

Deprecated

As the `contact` property requires reaching out to the dataplane, to better support private endpoints and keyvaults with public network access disabled, new key vaults with the `contact` field defined in the configuration file will now be required to use the `azure.keyvault.CertificateContacts` resource instead of the exposed `contact` field in the key vault resource itself.

Parameters

argument