ocspServersOverrides

@JvmName(name = "cnygcnyvibcshjwg")
suspend fun ocspServersOverrides(value: Output<List<String>>)
@JvmName(name = "prhwpiayicpuweey")
suspend fun ocspServersOverrides(value: List<String>?)

Parameters

value

: A comma-separated list of OCSP server addresses. If unset, the OCSP server is determined from the AuthorityInformationAccess extension on the certificate being inspected. Requires Vault version 1.13+.


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


@JvmName(name = "qckugimiebdoldhq")
suspend fun ocspServersOverrides(values: List<Output<String>>)
@JvmName(name = "aeraxvmmgqlxaims")
suspend fun ocspServersOverrides(vararg values: String)

Parameters

values

: A comma-separated list of OCSP server addresses. If unset, the OCSP server is determined from the AuthorityInformationAccess extension on the certificate being inspected. Requires Vault version 1.13+.