public sealed class GetAccessApprovalServiceAccountMessage : IMessage<GetAccessApprovalServiceAccountMessage>, IEquatable<GetAccessApprovalServiceAccountMessage>, IDeepCloneable<GetAccessApprovalServiceAccountMessage>, IBufferMessage, IMessage
Request to get an Access Approval 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-04-17 UTC."],[[["This webpage details the `GetAccessApprovalServiceAccountMessage` class, which is used to request an Access Approval service account and is part of the `Google.Cloud.AccessApproval.V1` namespace."],["The `GetAccessApprovalServiceAccountMessage` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer manipulation."],["The latest version of this class is version 2.5.0, but there are several other versions available, ranging from 1.0.0 up to 2.4.0, all available for reference."],["It contains a Name property which is a string to retrieve the AccessApprovalServiceAccount."],["The `GetAccessApprovalServiceAccountMessage` class has two constructors, one default and another that takes another `GetAccessApprovalServiceAccountMessage` as a parameter."]]],[]]