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-03-21 UTC."],[[["This webpage details the `AnalyzeIamPolicyRequest` class within the `Google.Cloud.Asset.V1` namespace, serving as a request message for the `AssetService.AnalyzeIamPolicy` method."],["The page offers documentation for multiple versions of the `AnalyzeIamPolicyRequest` class, ranging from version 2.7.0 up to the latest version 3.12.0."],["`AnalyzeIamPolicyRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting detailed request functionality."],["The `AnalyzeIamPolicyRequest` class includes properties like `AnalysisQuery` and `ExecutionTimeout`, which allow users to specify the query and the execution time limit, respectively."],["The class has 2 constructors available, one default and one that accepts another `AnalyzeIamPolicyRequest` object as a parameter."]]],[]]