AssignmentReportResourceResponse

data class AssignmentReportResourceResponse(val complianceStatus: String, val properties: Any, val reasons: List<AssignmentReportResourceComplianceReasonResponse>? = null, val resourceId: String)

The guest configuration assignment resource.

Constructors

Link copied to clipboard
constructor(complianceStatus: String, properties: Any, reasons: List<AssignmentReportResourceComplianceReasonResponse>? = null, resourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A value indicating compliance status of the machine for the assigned guest configuration.

Link copied to clipboard

Properties of a guest configuration assignment resource.

Link copied to clipboard

Compliance reason and reason code for a resource.

Link copied to clipboard

Name of the guest configuration assignment resource setting.