This interface defines virtual methods for each of the user-facing overload sets in AccessApprovalClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type AccessApprovalClient.
[[["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-05 UTC."],[[["This document outlines the `AccessApprovalConnection` object, which acts as an interface defining virtual methods for various operations within `AccessApprovalClient`, facilitating custom behavior in testing."],["The `AccessApprovalConnection` interface allows interaction with approval requests through methods like `ListApprovalRequests`, `GetApprovalRequest`, `ApproveApprovalRequest`, `DismissApprovalRequest`, and `InvalidateApprovalRequest`."],["This interface also manages access approval settings with methods such as `GetAccessApprovalSettings`, `UpdateAccessApprovalSettings`, and `DeleteAccessApprovalSettings`, while `GetAccessApprovalServiceAccount` is used to acquire specific service account details."],["The latest version is 2.37.0-rc, with numerous earlier versions also being available, starting from version 2.11.0."],["`MakeAccessApprovalConnection()` is the suggested method to create an instance of the `AccessApprovalConnection` and `MockAccessApprovalConnection` is used for mocking purposes."]]],[]]