public sealed class AnalyzeIamPolicyLongrunningRequest : IMessage<AnalyzeIamPolicyLongrunningRequest>, IEquatable<AnalyzeIamPolicyLongrunningRequest>, IDeepCloneable<AnalyzeIamPolicyLongrunningRequest>, IBufferMessage, IMessage
A request message for [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning].
[[["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 details the `AnalyzeIamPolicyLongrunningRequest` class within the `Google.Cloud.Asset.V1` namespace, used to make requests for long-running IAM policy analysis."],["The `AnalyzeIamPolicyLongrunningRequest` class is part of the Google.Cloud.Asset.V1.dll assembly and has been released in multiple versions, from 2.7.0 up to the latest 3.12.0."],["This class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class contains two key properties, `AnalysisQuery` of type `IamPolicyAnalysisQuery` for defining the analysis, and `OutputConfig` of type `IamPolicyAnalysisOutputConfig`, which specifies the output location of the results."],["The `AnalyzeIamPolicyLongrunningRequest` class has two constructors: one default constructor, and another that accepts an instance of `AnalyzeIamPolicyLongrunningRequest` to copy its values."]]],[]]