intermediateCas

@JvmName(name = "lecrygyutsqhxwyg")
suspend fun intermediateCas(value: Output<List<IntermediateCAArgs>>)
@JvmName(name = "cgdlqnphvptwucuc")
suspend fun intermediateCas(value: List<IntermediateCAArgs>?)

Parameters

value

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


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


@JvmName(name = "okjcngcoqnctoowd")
suspend fun intermediateCas(values: List<Output<IntermediateCAArgs>>)
@JvmName(name = "taiyarshcyxlnwcc")
suspend fun intermediateCas(vararg values: IntermediateCAArgs)

Parameters

values

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


@JvmName(name = "axpwcymqjnhufbbj")
suspend fun intermediateCas(argument: List<suspend IntermediateCAArgsBuilder.() -> Unit>)
@JvmName(name = "bqwloehinnondtrc")
suspend fun intermediateCas(vararg argument: suspend IntermediateCAArgsBuilder.() -> Unit)
@JvmName(name = "ibabiodfvowbvduk")
suspend fun intermediateCas(argument: suspend IntermediateCAArgsBuilder.() -> Unit)

Parameters

argument

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