ScopeArgs

data class ScopeArgs(val azureResourceGraphQuery: Output<String>? = null, val scopeType: Output<Either<String, ScopeType>>? = null, val serverGroupId: Output<String>? = null) : ConvertibleToJava<ScopeArgs>

Scope of the assessment.

Constructors

Link copied to clipboard
constructor(azureResourceGraphQuery: Output<String>? = null, scopeType: Output<Either<String, ScopeType>>? = null, serverGroupId: Output<String>? = null)

Properties

Link copied to clipboard
val azureResourceGraphQuery: Output<String>? = null

The ARG query.

Link copied to clipboard
val scopeType: Output<Either<String, ScopeType>>? = null

The scope type

Link copied to clipboard
val serverGroupId: Output<String>? = null

The server group arm id.

Functions

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