ScopeResponse

data class ScopeResponse(val azureResourceGraphQuery: String? = null, val scopeType: String? = null, val serverGroupId: String? = null)

Scope of the assessment.

Constructors

Link copied to clipboard
constructor(azureResourceGraphQuery: String? = null, scopeType: String? = null, serverGroupId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARG query.

Link copied to clipboard
val scopeType: String? = null

The scope type

Link copied to clipboard
val serverGroupId: String? = null

The server group arm id.