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 documentation page covers the `UploadServiceAccountKeyRequest` class within the Google Cloud IAM Admin v1 API, specifically version 2.2.0, and shows other versions that have been released."],["The `UploadServiceAccountKeyRequest` class is used to create requests for uploading service account keys, implementing interfaces for messages, equality checks, deep cloning, and buffer message handling."],["This class inherits from `object` and it provides properties to specify the service account's resource name (`Name`) and the public key data (`PublicKeyData`), for the service account key upload."],["The document provides access to the reference documentation for this class, and lists the constructor details, properties, inherited members, namespace and assembly."],["The latest version of the `UploadServiceAccountKeyRequest` class available is version 2.4.0."]]],[]]