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 `AnalyzeIamPolicyRequest` class is a request message for `AssetService.AnalyzeIamPolicy` within the `Google.Cloud.Asset.V1` namespace, used in the .NET environment."],["The webpage lists various versions of `AnalyzeIamPolicyRequest`, ranging from version 2.7.0 to 3.12.0, with 3.12.0 being the latest release."],["`AnalyzeIamPolicyRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes two constructors: a default constructor and one that takes another `AnalyzeIamPolicyRequest` object as a parameter, and contains properties such as `AnalysisQuery` and `ExecutionTimeout` for defining query parameters and timeout settings."],["The `AnalysisQuery` property of the class is required, and specifies an `IamPolicyAnalysisQuery` type, while the `ExecutionTimeout` property, which is optional, specifies a `Duration` type which allows a user to set a time limit for the execution of a query."]]],[]]