Assignment Report Response
data class AssignmentReportResponse(val assignment: AssignmentInfoResponse? = null, val complianceStatus: String, val endTime: String, val id: String, val operationType: String, val reportId: String, val resources: List<AssignmentReportResourceResponse>? = null, val startTime: String, val vm: VMInfoResponse? = null)
Constructors
Link copied to clipboard
constructor(assignment: AssignmentInfoResponse? = null, complianceStatus: String, endTime: String, id: String, operationType: String, reportId: String, resources: List<AssignmentReportResourceResponse>? = null, startTime: String, vm: VMInfoResponse? = null)
Properties
Link copied to clipboard
Configuration details of the guest configuration assignment.
Link copied to clipboard
A value indicating compliance status of the machine for the assigned guest configuration.
Link copied to clipboard
Type of report, Consistency or Initial
Link copied to clipboard
The list of resources for which guest configuration assignment compliance is checked.
Link copied to clipboard
Information about the VM.