public sealed class TroubleshootIamPolicyRequest : IMessage<TroubleshootIamPolicyRequest>, IEquatable<TroubleshootIamPolicyRequest>, IDeepCloneable<TroubleshootIamPolicyRequest>, IBufferMessage, IMessage
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 `TroubleshootIamPolicyRequest` class is a request object used for the `TroubleshootIamPolicy` method within the `Google.Cloud.PolicyTroubleshooter.V1` namespace."],["It's part of the `Google.Cloud.PolicyTroubleshooter.V1` assembly and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class can be constructed either with a default constructor or by providing another `TroubleshootIamPolicyRequest` instance to its copy constructor."],["It contains an `AccessTuple` property, used to check if a member has permission for a resource."],["Multiple versions are available, ranging from 1.1.0 to 2.5.0, with 2.5.0 being the latest version."]]],[]]