QueryContentArgs

data class QueryContentArgs(val iamPolicyAnalysisQuery: Output<IamPolicyAnalysisQueryArgs>? = null) : ConvertibleToJava<QueryContentArgs>

The query content.

Constructors

Link copied to clipboard
constructor(iamPolicyAnalysisQuery: Output<IamPolicyAnalysisQueryArgs>? = null)

Properties

Link copied to clipboard

An IAM Policy Analysis query, which could be used in the AssetService.AnalyzeIamPolicy RPC or the AssetService.AnalyzeIamPolicyLongrunning RPC.

Functions

Link copied to clipboard
open override fun toJava(): QueryContentArgs