intermediateCas

@JvmName(name = "hctbsradbxhiofvu")
suspend fun intermediateCas(value: Output<List<TrustConfigTrustStoreIntermediateCaArgs>>)
@JvmName(name = "uwiiscsvammjkxdp")
suspend fun intermediateCas(value: List<TrustConfigTrustStoreIntermediateCaArgs>?)

Parameters

value

Set of intermediate CA certificates used for the path building phase of chain validation. The field is currently not supported if trust config is used for the workload certificate feature. Structure is documented below.


@JvmName(name = "dcjpbdkjnsptnayl")
suspend fun intermediateCas(vararg values: Output<TrustConfigTrustStoreIntermediateCaArgs>)


@JvmName(name = "nhntyywvvbficnvc")
suspend fun intermediateCas(values: List<Output<TrustConfigTrustStoreIntermediateCaArgs>>)
@JvmName(name = "vegvfgtpmyiqxyhs")
suspend fun intermediateCas(vararg values: TrustConfigTrustStoreIntermediateCaArgs)

Parameters

values

Set of intermediate CA certificates used for the path building phase of chain validation. The field is currently not supported if trust config is used for the workload certificate feature. Structure is documented below.


@JvmName(name = "pmlpkkkhrxkmmcix")
suspend fun intermediateCas(argument: List<suspend TrustConfigTrustStoreIntermediateCaArgsBuilder.() -> Unit>)
@JvmName(name = "jloywajcyyprbucs")
suspend fun intermediateCas(vararg argument: suspend TrustConfigTrustStoreIntermediateCaArgsBuilder.() -> Unit)
@JvmName(name = "vmviixtoaooldyom")
suspend fun intermediateCas(argument: suspend TrustConfigTrustStoreIntermediateCaArgsBuilder.() -> Unit)

Parameters

argument

Set of intermediate CA certificates used for the path building phase of chain validation. The field is currently not supported if trust config is used for the workload certificate feature. Structure is documented below.