privateKey property

String? privateKey
getter/setter pair

A value read into memory from a write-only private key file.

The private key file must be in PEM format. For security, only insert requests include this field.

Implementation

core.String? privateKey;