public sealed class QueryContent : IMessage<SavedQuery.Types.QueryContent>, IEquatable<SavedQuery.Types.QueryContent>, IDeepCloneable<SavedQuery.Types.QueryContent>, IBufferMessage, IMessage
public IamPolicyAnalysisQuery IamPolicyAnalysisQuery { get; set; }
An IAM Policy Analysis query, which could be used in
the
[AssetService.AnalyzeIamPolicy][google.cloud.asset.v1.AssetService.AnalyzeIamPolicy]
rpc or the
[AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning]
rpc.
[[["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 `QueryContent` class, a component of the `Google.Cloud.Asset.V1` namespace, specifically for use in .NET development."],["`QueryContent` is a sealed class, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling structured data and deep cloning operations."],["The class `QueryContent` represents the content of a query and can be instantiated using a default constructor or by providing another `QueryContent` instance."],["`QueryContent` has a property named `IamPolicyAnalysisQuery` of the type `IamPolicyAnalysisQuery`, which is used for defining an IAM policy analysis query."],["The current latest version documented is 3.12.0 with multiple versions being documented all the way to 2.7.0, showing the change logs of this class."]]],[]]