excludedUriDomains

@JvmName(name = "wqicpovkjnqtisab")
suspend fun excludedUriDomains(value: Output<List<String>>)
@JvmName(name = "vcslaqdnlvcjfcki")
suspend fun excludedUriDomains(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "anfjdcsqwahbmkow")
suspend fun excludedUriDomains(values: List<Output<String>>)
@JvmName(name = "cqvmmkpxgfudpbpg")
suspend fun excludedUriDomains(vararg values: String)

Parameters

values

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