public sealed class GetServiceAccountKeyRequest : IMessage<GetServiceAccountKeyRequest>, IEquatable<GetServiceAccountKeyRequest>, IDeepCloneable<GetServiceAccountKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Identity and Access Management (IAM) v1 API class GetServiceAccountKeyRequest.
Required. The resource name of the service account key in the following format:
projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{key}.
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.
[[["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 `GetServiceAccountKeyRequest` class within the Google Cloud IAM Admin v1 API, specifically version 2.2.0."],["`GetServiceAccountKeyRequest` is a class used to request a service account key by its ID, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `KeyName`, `Name`, and `PublicKeyType`, which are used to specify the key resource and the format of the requested public key, amongst other things."],["The latest available version for this class is 2.4.0, and the documentation provides links to older versions for reference, starting from version 1.0.0, allowing users to access previous versions of the API."],["The class `GetServiceAccountKeyRequest` is contained within the namespace `Google.Cloud.Iam.Admin.V1`, and is found in the `Google.Cloud.Iam.Admin.V1.dll` assembly."]]],[]]