public sealed class GetServiceAccountRequest : IMessage<GetServiceAccountRequest>, IEquatable<GetServiceAccountRequest>, IDeepCloneable<GetServiceAccountRequest>, IBufferMessage, IMessage
Required. 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.
[[["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 `GetServiceAccountRequest` class within the `Google.Cloud.Iam.Admin.V1` namespace, used to request information about a service account."],["The latest version of this request object is 2.4.0, with prior versions ranging back to 1.0.0 available as well, accessible via their respective links."],["`GetServiceAccountRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties `Name` (a string) and `ServiceAccountName` (a `ServiceAccountName` object), which specify the service account's resource name, using project ID and account details."],["Constructors for the class allow for creating an empty request or one based on another `GetServiceAccountRequest` instance."]]],[]]