contacts

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

Parameters

value

One or more contact block as defined below.

Note: This field can only be set once user has managecontacts certificate permission.


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


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

Parameters

values

One or more contact block as defined below.

Note: This field can only be set once user has managecontacts certificate permission.


@JvmName(name = "otdefsvtoplkhjpn")
suspend fun contacts(argument: List<suspend KeyVaultContactArgsBuilder.() -> Unit>)
@JvmName(name = "tejyvlfjimtavrab")
suspend fun contacts(vararg argument: suspend KeyVaultContactArgsBuilder.() -> Unit)
@JvmName(name = "rdsylwyngplurayk")
suspend fun contacts(argument: suspend KeyVaultContactArgsBuilder.() -> Unit)

Parameters

argument

One or more contact block as defined below.

Note: This field can only be set once user has managecontacts certificate permission.