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
@$pb.TagNumber(3)
$core.List<$core.int> get privateKeyData => $_getN(2);