The resource name of the service account in the following format:
projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}.
Using - as a wildcard for the PROJECT_ID will infer the project from
the account. The ACCOUNT value can be the email address or the
unique_id of the service account.
A field that allows clients to upload their own public key. If set,
use this public key data to create a service account key for given
service account.
Please note, the expected format for this field is X509_PEM.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `UploadServiceAccountKeyRequest` class, which is used to represent a request to upload a service account key."],["The `UploadServiceAccountKeyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used with various Protobuf functionalities."],["It has two constructors: a default constructor and a constructor that takes another `UploadServiceAccountKeyRequest` object to copy its values."],["The class has two key properties: `Name`, which specifies the service account's resource name, and `PublicKeyData`, which contains the public key data in X509_PEM format to create the service account key."],["The documentation includes details about the class's inheritance hierarchy, implemented interfaces, constructors, and properties, as well as the available versions of the request class."]]],[]]