QueryContentArgs

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

The query content.

Constructors

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

Functions

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

Properties

Link copied to clipboard

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