Ca Pool Issuance Policy Allowed Key Type Rsa Args
data class CaPoolIssuancePolicyAllowedKeyTypeRsaArgs(val maxModulusSize: Output<String>? = null, val minModulusSize: Output<String>? = null) : ConvertibleToJava<CaPoolIssuancePolicyAllowedKeyTypeRsaArgs>
Properties
Link copied to clipboard
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
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.