TrustAnchorSourceArgs

data class TrustAnchorSourceArgs(val sourceData: Output<Either<TrustAnchorSourceData0PropertiesArgs, TrustAnchorSourceData1PropertiesArgs>>? = null, val sourceType: Output<TrustAnchorType>? = null) : ConvertibleToJava<TrustAnchorSourceArgs>

Constructors

Link copied to clipboard
constructor(sourceData: Output<Either<TrustAnchorSourceData0PropertiesArgs, TrustAnchorSourceData1PropertiesArgs>>? = null, sourceType: Output<TrustAnchorType>? = null)

Properties

Link copied to clipboard

A union object representing the data field of the TrustAnchor depending on its type

Link copied to clipboard
val sourceType: Output<TrustAnchorType>? = null

The type of the TrustAnchor.

Functions

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