public sealed class AnalyzeIamPolicyRequest : IMessage<AnalyzeIamPolicyRequest>, IEquatable<AnalyzeIamPolicyRequest>, IDeepCloneable<AnalyzeIamPolicyRequest>, IBufferMessage, IMessage
A request message for [AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy].
Implements
IMessage<AnalyzeIamPolicyRequest>, IEquatable<AnalyzeIamPolicyRequest>, IDeepCloneable<AnalyzeIamPolicyRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
AnalyzeIamPolicyRequest()
public AnalyzeIamPolicyRequest()
AnalyzeIamPolicyRequest(AnalyzeIamPolicyRequest)
public AnalyzeIamPolicyRequest(AnalyzeIamPolicyRequest other)
Parameter | |
---|---|
Name | Description |
other | AnalyzeIamPolicyRequest |
Properties
AnalysisQuery
public IamPolicyAnalysisQuery AnalysisQuery { get; set; }
Required. The request query.
Property Value | |
---|---|
Type | Description |
IamPolicyAnalysisQuery |
ExecutionTimeout
public Duration ExecutionTimeout { get; set; }
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.
Default is empty.
Property Value | |
---|---|
Type | Description |
Duration |