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-03-21 UTC."],[[["This page details the `GetAccessApprovalServiceAccountMessage` class, which is used to request an Access Approval service account in the Google.Cloud.AccessApproval.V1 namespace."],["The `GetAccessApprovalServiceAccountMessage` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `Object`."],["The class has two constructors: a default constructor and a constructor that takes another `GetAccessApprovalServiceAccountMessage` object as a parameter."],["The class includes a `Name` property, which is a string representing the name of the AccessApprovalServiceAccount to retrieve."],["Multiple versions of this class are documented, ranging from version 1.0.0 to the latest version 2.5.0, with version 2.1.0 being the currently viewed version."]]],[]]