maxModulusSize property

String? maxModulusSize
getter/setter pair

The maximum allowed RSA modulus size (inclusive), 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.

Optional.

Implementation

core.String? maxModulusSize;