toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.appcomplianceautomation.kotlin.outputs
/
StatusItemResponse
Status
Item
Response
data
class
StatusItemResponse
(
val
statusName
:
String
?
=
null
,
val
statusValue
:
String
?
=
null
)
Single status.
Members
Constructors
Status
Item
Response
Link copied to clipboard
constructor
(
statusName
:
String
?
=
null
,
statusValue
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
status
Name
Link copied to clipboard
val
statusName
:
String
?
=
null
Status name - e.g. "Active", "Failed".
status
Value
Link copied to clipboard
val
statusValue
:
String
?
=
null
Status value. e.g. "100", or "100%".