type property
The file format of the generated key data. Possible string values are:
- "googleCredentials" : Google Credentials File format.
- "pkcs12" : PKCS12 format. The password for the PKCS12 file is 'notasecret'. For more information, see https://tools.ietf.org/html/rfc7292. The data for keys of this type are base64 encoded according to RFC 4648 Section 4. See http://tools.ietf.org/html/rfc4648#section-4.
Implementation
core.String? type;