TrustStoreArgs

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
fun TrustStoreArgs(intermediateCas: Output<List<IntermediateCAArgs>>? = null, trustAnchors: Output<List<TrustAnchorArgs>>? = null)

Functions

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

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
val trustAnchors: Output<List<TrustAnchorArgs>>? = null

List of Trust Anchors to be used while performing validation against a given TrustStore.