[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
InlineConfigurationStatus1
Properties
configState
Optional
Defines the properties of the Config State.
Possible values are: SUCCESS , ERROR , WARNING
JSON Example
{
"configResults": [
{
"message": "...",
"state": "DEACTIVATING_MSP_TENANT"
},
{
"message": "...",
"state": "MSP_SERVICE_UNGATING_ERROR"
}
],
"configState": "SUCCESS",
"createTimestamp": 12345,
"updateTimestamp": 12345
}