public sealed class AnalyzeIamPolicyRequest : IMessage<AnalyzeIamPolicyRequest>, IEquatable<AnalyzeIamPolicyRequest>, IDeepCloneable<AnalyzeIamPolicyRequest>, IBufferMessage, IMessage
A request message for [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy].
Optional. Amount of time executable has to complete. See JSON representation of
Duration.
If this field is set with a value less than the RPC deadline, and the
execution of your query hasn't finished in the specified
execution timeout, you will get a response with partial result.
Otherwise, your query's execution will continue until the RPC deadline.
If it's not finished until then, you will get a DEADLINE_EXCEEDED error.
[[["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-04-17 UTC."],[[["The latest version of the `AnalyzeIamPolicyRequest` documentation is 3.12.0, but this page specifically details version 2.10.0."],["`AnalyzeIamPolicyRequest` is a request message used for analyzing IAM policies within the Google Cloud Asset service, inheriting from `Object` and implementing several interfaces."],["The class provides two constructors: a default constructor `AnalyzeIamPolicyRequest()` and an overloaded constructor `AnalyzeIamPolicyRequest(AnalyzeIamPolicyRequest other)` for cloning."],["The class includes two key properties: `AnalysisQuery` of type `IamPolicyAnalysisQuery`, which is a required field, and `ExecutionTimeout` of type `Duration`, which is an optional field for setting execution time limits."],["There are multiple version of this class provided, starting from version 2.7.0 up to the latest version 3.12.0, which can be accessed via their respective hyperlinks."]]],[]]