CaPoolIssuancePolicyAllowedKeyTypeRsaArgs

data class CaPoolIssuancePolicyAllowedKeyTypeRsaArgs(val maxModulusSize: Output<String>? = null, val minModulusSize: Output<String>? = null) : ConvertibleToJava<CaPoolIssuancePolicyAllowedKeyTypeRsaArgs>

Constructors

constructor(maxModulusSize: Output<String>? = null, minModulusSize: Output<String>? = null)

Properties

Link copied to clipboard
val maxModulusSize: Output<String>? = null

The maximum allowed RSA modulus size, in bits. If this is not set, or if set to zero, the service will not enforce an explicit upper bound on RSA modulus sizes.

Link copied to clipboard
val minModulusSize: Output<String>? = null

The minimum allowed RSA modulus size, in bits. If this is not set, or if set to zero, the service-level min RSA modulus size will continue to apply.

Functions

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