This interface defines virtual methods for each of the user-facing overload sets in IAMPolicyClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type IAMPolicyClient.
[[["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 webpage provides documentation for the `IAMPolicyConnection` class, which is part of the Google Cloud C++ client library for IAM (Identity and Access Management) version 1."],["The `IAMPolicyConnection` class defines virtual methods for user-facing overload sets found in the `IAMPolicyClient`, enabling users to implement custom behavior, particularly in testing scenarios."],["The latest release is version 2.37.0-rc, and a comprehensive history of versions is provided, including versions as far back as 2.11.0, each linking to its respective documentation."],["The `IAMPolicyConnection` class supports functions such as `SetIamPolicy`, `GetIamPolicy`, and `TestIamPermissions`, which manage policy settings and testing permissions, all represented as virtual methods within the class interface."],["Users can create a concrete `IAMPolicyConnection` instance using `MakeIAMPolicyConnection()`, or for mocking purposes, leverage `iam_v1_mocks::MockIAMPolicyConnection`."]]],[]]