privateKeyData property
The private key data.
Only provided in CreateServiceAccountKey
responses. Make sure to keep
the private key data secure because it allows for the assertion of the
service account identity. When base64 decoded, the private key data can be
used to authenticate with Google API client libraries and with gcloud auth
activate-service-account.
Implementation
core.String? privateKeyData;