RsaKeyType(mapping=None, *, ignore_unknown_fields=False, **kwargs)Describes an RSA key that may be used in a Certificate issued from a CaPool.
Attributes |
|
|---|---|
| Name | Description |
min_modulus_size |
int
Optional. The minimum allowed RSA modulus size (inclusive), in bits. If this is not set, or if set to zero, the service-level min RSA modulus size will continue to apply. |
max_modulus_size |
int
Optional. 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. |