Trust Store Args
data class TrustStoreArgs(val intermediateCas: Output<List<IntermediateCAArgs>>? = null, val trustAnchors: Output<List<TrustAnchorArgs>>? = null) : ConvertibleToJava<TrustStoreArgs>
Defines a trust store.
Constructors
Link copied to clipboard
constructor(intermediateCas: Output<List<IntermediateCAArgs>>? = null, trustAnchors: Output<List<TrustAnchorArgs>>? = 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 TrustConfig is used for the workload certificate feature.
Link copied to clipboard
List of Trust Anchors to be used while performing validation against a given TrustStore.