keySpec property
The specifications for the key.
Required. Possible string values are:
- "KEY_SPEC_UNSPECIFIED" : No key specification specified.
- "RSA_2048" : A 2048 bit RSA key.
- "RSA_3072" : A 3072 bit RSA key.
- "RSA_4096" : A 4096 bit RSA key.
Implementation
core.String? keySpec;