Configuration Manager Status Summary
data class ConfigurationManagerStatusSummary(val lastUpdatedAt: String, val status: ConfigurationManagerStatus? = null, val statusDetails: Map<String, String>? = null, val statusMessage: String? = null, val statusType: ConfigurationManagerStatusType)
Constructors
Link copied to clipboard
constructor(lastUpdatedAt: String, status: ConfigurationManagerStatus? = null, statusDetails: Map<String, String>? = null, statusMessage: String? = null, statusType: ConfigurationManagerStatusType)
Properties
Link copied to clipboard
The datetime stamp when the status was last updated.
Link copied to clipboard
The current status.
Link copied to clipboard
Details about the status.
Link copied to clipboard
When applicable, returns an informational message relevant to the current status and status type of the status summary object. We don't recommend implementing parsing logic around this value since the messages returned can vary in format.
Link copied to clipboard
The type of a status summary.