public sealed class SavedQuery.Types.QueryContent : IMessage<SavedQuery.Types.QueryContent>, IEquatable<SavedQuery.Types.QueryContent>, IDeepCloneable<SavedQuery.Types.QueryContent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class SavedQuery.Types.QueryContent.
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 provides documentation for the `SavedQuery.Types.QueryContent` class within the Google Cloud Asset Inventory v1 API, specifically version 3.11.0."],["The `QueryContent` class, which is the main focus, represents the content of a saved query and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists all available versions of the `QueryContent` class, ranging from the latest version, 3.12.0, down to version 2.7.0."],["`QueryContent` has a property called `IamPolicyAnalysisQuery`, which allows for an IAM Policy Analysis query that can be used in the `AssetService.AnalyzeIamPolicy` or the `AssetService.AnalyzeIamPolicyLongrunning` RPCs."],["There is also the `QueryContentCase` property which indicates which member of the \"oneof\" is currently populated."]]],[]]