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-03-21 UTC."],[[["This document provides reference information for the `ApproveDecision` class within the Google Cloud Access Approval v1 API, specifically version 2.3.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."],["Key properties of the `ApproveDecision` class include `ApproveTime`, `AutoApproved`, `ExpireTime`, `InvalidateTime`, and `SignatureInfo`, which detail the approval's timing, automation status, validity period, and digital signature information."],["The document offers a historical overview of the different versions, from 1.0.0 to the latest 2.5.0, in which the `ApproveDecision` class is implemented."]]],[]]