Workload Identity Pool Provider X509Trust Store
data class WorkloadIdentityPoolProviderX509TrustStore(val intermediateCas: List<WorkloadIdentityPoolProviderX509TrustStoreIntermediateCa>? = null, val trustAnchors: List<WorkloadIdentityPoolProviderX509TrustStoreTrustAnchor>)
Constructors
Link copied to clipboard
constructor(intermediateCas: List<WorkloadIdentityPoolProviderX509TrustStoreIntermediateCa>? = null, trustAnchors: List<WorkloadIdentityPoolProviderX509TrustStoreTrustAnchor>)
Properties
Link copied to clipboard
Set of intermediate CA certificates used for building the trust chain to trust anchor. IMPORTANT: Intermediate CAs are only supported when configuring x509 federation. Structure is documented below.
Link copied to clipboard
List of Trust Anchors to be used while performing validation against a given TrustStore. The incoming end entity's certificate must be chained up to one of the trust anchors here. Structure is documented below.