public sealed class ApproveDecision : IMessage<ApproveDecision>, IEquatable<ApproveDecision>, IDeepCloneable<ApproveDecision>, IBufferMessage, IMessage
Reference documentation and code samples for the Access Approval v1 API class ApproveDecision.
A decision that has been made to approve access to a resource.
[[["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 document provides reference information for the `ApproveDecision` class within the Google Cloud Access Approval v1 API, specifically version 2.2.0, which is used to represent a decision to approve access to a resource."],["The `ApproveDecision` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the .NET environment."],["The class offers properties such as `ApproveTime`, `AutoApproved`, `ExpireTime`, `InvalidateTime`, and `SignatureInfo`, which provide detailed information regarding the approval decision, including the timing, whether it was automatic, its expiration, and any signature information."],["The document also includes a list of available versions for the ApproveDecision class, ranging from version 1.0.0 up to the latest version 2.5.0."],["The class offers two constructors, one default constructor and another that allows creation from an existing `ApproveDecision` object."]]],[]]