CaPoolIssuancePolicyAllowedKeyTypeArgs

data class CaPoolIssuancePolicyAllowedKeyTypeArgs(val ellipticCurve: Output<CaPoolIssuancePolicyAllowedKeyTypeEllipticCurveArgs>? = null, val rsa: Output<CaPoolIssuancePolicyAllowedKeyTypeRsaArgs>? = null) : ConvertibleToJava<CaPoolIssuancePolicyAllowedKeyTypeArgs>

Constructors

Link copied to clipboard
constructor(ellipticCurve: Output<CaPoolIssuancePolicyAllowedKeyTypeEllipticCurveArgs>? = null, rsa: Output<CaPoolIssuancePolicyAllowedKeyTypeRsaArgs>? = null)

Properties

Link copied to clipboard

Represents an allowed Elliptic Curve key type. Structure is documented below.

Link copied to clipboard

Describes an RSA key that may be used in a Certificate issued from a CaPool. Structure is documented below.

Functions

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