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.
The public key to associate with the service account. Must be an RSA public
key that is wrapped in an X.509 v3 certificate. Include the first line,
-----BEGIN CERTIFICATE-----, and the last line,
-----END CERTIFICATE-----.
[[["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 document provides reference information for the `UploadServiceAccountKeyRequest` class within the Google Cloud Identity and Access Management (IAM) v1 API."],["The `UploadServiceAccountKeyRequest` class is designed for handling requests to upload a service account key, allowing specification of the service account's resource name and the public key data."],["The latest version documented is 2.4.0, with previous versions ranging back to 1.0.0, all versions documented within the same document."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various .NET functionalities."],["The `UploadServiceAccountKeyRequest` class has two constructors, one parameterless, and one taking another `UploadServiceAccountKeyRequest` object, to allow you to pass an existing object to the new object."]]],[]]