Get Workload Identity Pool Provider X509Trust Store
data class GetWorkloadIdentityPoolProviderX509TrustStore(val intermediateCas: List<GetWorkloadIdentityPoolProviderX509TrustStoreIntermediateCa>, val trustAnchors: List<GetWorkloadIdentityPoolProviderX509TrustStoreTrustAnchor>)
Constructors
Link copied to clipboard
constructor(intermediateCas: List<GetWorkloadIdentityPoolProviderX509TrustStoreIntermediateCa>, trustAnchors: List<GetWorkloadIdentityPoolProviderX509TrustStoreTrustAnchor>)
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.
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.