excludedEmailAddresses

@JvmName(name = "cgcddvtshylnwflf")
suspend fun excludedEmailAddresses(value: Output<List<String>>)
@JvmName(name = "vbmpepciifkbsgwh")
suspend fun excludedEmailAddresses(value: List<String>?)

Parameters

value

List of email addresses for which certificates are not allowed to be issued. Requires Vault version 1.19+.


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


@JvmName(name = "dcnprowircuengfn")
suspend fun excludedEmailAddresses(values: List<Output<String>>)
@JvmName(name = "jidbsacclahepano")
suspend fun excludedEmailAddresses(vararg values: String)

Parameters

values

List of email addresses for which certificates are not allowed to be issued. Requires Vault version 1.19+.