toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.migrate.kotlin.outputs
/
ScopeResponse
Scope
Response
data
class
ScopeResponse
(
val
azureResourceGraphQuery
:
String
?
=
null
,
val
scopeType
:
String
?
=
null
,
val
serverGroupId
:
String
?
=
null
)
Scope of the assessment.
Members
Constructors
Scope
Response
Link copied to clipboard
constructor
(
azureResourceGraphQuery
:
String
?
=
null
,
scopeType
:
String
?
=
null
,
serverGroupId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
azure
Resource
Graph
Query
Link copied to clipboard
val
azureResourceGraphQuery
:
String
?
=
null
The ARG query.
scope
Type
Link copied to clipboard
val
scopeType
:
String
?
=
null
The scope type
server
Group
Id
Link copied to clipboard
val
serverGroupId
:
String
?
=
null
The server group arm id.