format property
The format of the key.
Output only. Possible string values are:
- "KEY_FORMAT_UNSPECIFIED" : No format has been specified. This is an invalid format and must not be used.
- "RSA_X509_PEM" : A RSA public key wrapped in an X.509v3 certificate ([RFC5280] ( https://www.ietf.org/rfc/rfc5280.txt)), encoded in base64, and wrapped in public certificate label.
Implementation
core.String? format;