toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.securityinsights.kotlin.outputs
/
AutomationRulePropertyValuesChangedConditionResponse
Automation
Rule
Property
Values
Changed
Condition
Response
data
class
AutomationRulePropertyValuesChangedConditionResponse
(
val
changeType
:
String
?
=
null
,
val
operator
:
String
?
=
null
,
val
propertyName
:
String
?
=
null
,
val
propertyValues
:
List
<
String
>
?
=
null
)
Members
Constructors
Automation
Rule
Property
Values
Changed
Condition
Response
Link copied to clipboard
constructor
(
changeType
:
String
?
=
null
,
operator
:
String
?
=
null
,
propertyName
:
String
?
=
null
,
propertyValues
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
change
Type
Link copied to clipboard
val
changeType
:
String
?
=
null
operator
Link copied to clipboard
val
operator
:
String
?
=
null
property
Name
Link copied to clipboard
val
propertyName
:
String
?
=
null
property
Values
Link copied to clipboard
val
propertyValues
:
List
<
String
>
?
=
null