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-04-17 UTC."],[[["The latest version of the `SavedQuery.Types.QueryContent` is 3.12.0, with previous versions ranging back to 2.7.0 available for reference."],["`QueryContent` is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and represents the query content within the Google Cloud Asset API."],["`QueryContent` class includes properties such as `IamPolicyAnalysisQuery` and `QueryContentCase` which are used for analyzing IAM policies."],["The `QueryContent` class has two constructors: a default constructor and one that accepts another `QueryContent` object for initialization."],["This page covers the `QueryContent` class under the namespace `Google.Cloud.Asset.V1`, within the `Google.Cloud.Asset.V1.dll` assembly, detailing its structure and methods."]]],[]]