publicKeyData property

String? publicKeyData
getter/setter pair

The public key to associate with the service account.

Must be an RSA public key that is wrapped in an X.509 v3 certificate. Include the first line, -----BEGIN CERTIFICATE-----, and the last line, -----END CERTIFICATE-----.

Implementation

core.String? publicKeyData;