TrustStoreResponse

data class TrustStoreResponse(val intermediateCas: List<IntermediateCAResponse>, val trustAnchors: List<TrustAnchorResponse>)

Defines a trust store.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

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.