AssignmentReportDetails interface
Details of the guest configuration assignment report.
Properties
| compliance |
A value indicating compliance status of the machine for the assigned guest configuration. |
| end |
End date and time of the guest configuration assignment compliance status check. |
| job |
GUID of the report. |
| operation |
Type of report, Consistency or Initial |
| resources | The list of resources for which guest configuration assignment compliance is checked. |
| start |
Start date and time of the guest configuration assignment compliance status check. |
Property Details
complianceStatus
A value indicating compliance status of the machine for the assigned guest configuration.
complianceStatus?: string
Property Value
string
endTime
End date and time of the guest configuration assignment compliance status check.
endTime?: Date
Property Value
Date
jobId
GUID of the report.
jobId?: string
Property Value
string
operationType
Type of report, Consistency or Initial
operationType?: string
Property Value
string
resources
The list of resources for which guest configuration assignment compliance is checked.
resources?: AssignmentReportResource[]
Property Value
startTime
Start date and time of the guest configuration assignment compliance status check.
startTime?: Date
Property Value
Date