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 webpage details the `UploadServiceAccountKeyRequest` class, which is used for uploading service account keys within the Google Cloud IAM Admin V1 API."],["The `UploadServiceAccountKeyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffered message operations."],["The class includes two constructors, a default one and another that takes an existing `UploadServiceAccountKeyRequest` object for creating a copy."],["It offers two key properties: `Name`, representing the resource name of the service account, and `PublicKeyData`, which allows for the upload of a custom public key in X509_PEM format."],["The page provides version history and links to different versions of the documentation."]]],[]]