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-14 UTC."],[[["This document outlines the `AccessApprovalConnection` interface, which defines virtual methods for the user-facing overload sets in `AccessApprovalClient`, allowing for custom behavior injection during testing."],["The latest version available for reference is `2.37.0-rc`, with a full history of versions including `2.36.0` to `2.11.0` being listed as well."],["`AccessApprovalConnection` includes various virtual methods for managing approval requests, such as `ListApprovalRequests`, `GetApprovalRequest`, `ApproveApprovalRequest`, `DismissApprovalRequest`, and `InvalidateApprovalRequest`."],["The interface also provides virtual methods for managing access approval settings and service accounts, like `GetAccessApprovalSettings`, `UpdateAccessApprovalSettings`, `DeleteAccessApprovalSettings`, and `GetAccessApprovalServiceAccount`."],["To create an instance of this interface you must use the function `MakeAccessApprovalConnection()`, and for testing purposes you can mock this object with `MockAccessApprovalConnection`."]]],[]]