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."],[[["The `UploadServiceAccountKeyRequest` class is used to send requests for uploading service account keys in the `Google.Cloud.Iam.Admin.V1` namespace."],["This class is part of the version 2.0.0 of the API and is implemented in the Google.Cloud.Iam.Admin.V1.dll assembly."],["The class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two main properties, `Name` which specifies the service account resource, and `PublicKeyData` which allows the client to provide their own public key data in X509_PEM format."],["The latest version available is `2.4.0`, and various previous versions are also accessible, including all the way back to version `1.0.0`."]]],[]]