pulumi-azure-native-kotlin
2.14.0.0
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
)
Types
Constructors
Properties
Constructors
Automation
Rule
Property
Values
Changed
Condition
Response
Link copied to clipboard
fun
AutomationRulePropertyValuesChangedConditionResponse
(
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