public sealed class TroubleshootIamPolicyRequest : IMessage<TroubleshootIamPolicyRequest>, IEquatable<TroubleshootIamPolicyRequest>, IDeepCloneable<TroubleshootIamPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Policy Troubleshooter v1 API class TroubleshootIamPolicyRequest.
Request for
[TroubleshootIamPolicy][google.cloud.policytroubleshooter.v1.IamChecker.TroubleshootIamPolicy].
[[["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."],[[["The latest version of the `TroubleshootIamPolicyRequest` class is 2.5.0, and there are several previous versions available, ranging from 1.1.0 to 2.4.0."],["The `TroubleshootIamPolicyRequest` class is a request for the `TroubleshootIamPolicy` function within the Policy Troubleshooter v1 API, which helps in checking IAM policies."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The `TroubleshootIamPolicyRequest` class has two constructors: one default and one that takes another `TroubleshootIamPolicyRequest` as a parameter for copying, and it includes an `AccessTuple` property to set the values needed for the check."],["The `TroubleshootIamPolicyRequest` class inherits from `object` and its members include `GetHashCode()`, `GetType()`, and `ToString()`, all of which can be used in the context of the class."]]],[]]