WorkloadIdentityPoolProviderX509Args

data class WorkloadIdentityPoolProviderX509Args(val trustStore: Output<WorkloadIdentityPoolProviderX509TrustStoreArgs>) : ConvertibleToJava<WorkloadIdentityPoolProviderX509Args>

Constructors

Link copied to clipboard
constructor(trustStore: Output<WorkloadIdentityPoolProviderX509TrustStoreArgs>)

Properties

Link copied to clipboard

A Trust store, use this trust store as a wrapper to config the trust anchor and optional intermediate cas to help build the trust chain for the incoming end entity certificate. Follow the x509 guidelines to define those PEM encoded certs. Only 1 trust store is currently supported.

Functions

Link copied to clipboard
open override fun toJava(): WorkloadIdentityPoolProviderX509Args