Trust Config Trust Store Args
data class TrustConfigTrustStoreArgs(val intermediateCas: Output<List<TrustConfigTrustStoreIntermediateCaArgs>>? = null, val trustAnchors: Output<List<TrustConfigTrustStoreTrustAnchorArgs>>? = null) : ConvertibleToJava<TrustConfigTrustStoreArgs>
Constructors
Link copied to clipboard
constructor(intermediateCas: Output<List<TrustConfigTrustStoreIntermediateCaArgs>>? = null, trustAnchors: Output<List<TrustConfigTrustStoreTrustAnchorArgs>>? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
List of Trust Anchors to be used while performing validation against a given TrustStore. Structure is documented below.