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 webpage details the `QueryContent` class, a part of the `Google.Cloud.Asset.V1` namespace, for use within the Google Cloud Asset API, specifically for Saved Queries."],["This class is available in multiple versions, ranging from 2.7.0 up to the latest 3.12.0, and each version has its corresponding documentation link for the `QueryContent` class."],["The `QueryContent` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message management, equality comparisons, deep cloning, and buffer message handling."],["Key features of the `QueryContent` class include constructors for creating instances and the `IamPolicyAnalysisQuery` property, which is used for IAM Policy Analysis within the AssetService."],["The `QueryContentCase` property allows the selection of a `QueryContentOneofCase`, and each version has their respective query content, that can be seen via the links provided."]]],[]]