privateKey property

String? privateKey
getter/setter pair

Unencrypted PEM encoded RSA private key.

This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- @InputOnly

Implementation

core.String? privateKey;