AssignmentReportResponse

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)

Types

Link copied to clipboard
object Companion

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

End date and time of the guest configuration assignment compliance status check.

Link copied to clipboard
val id: String

ARM resource id of the report for the guest configuration assignment.

Link copied to clipboard

Type of report, Consistency or Initial

Link copied to clipboard

GUID that identifies the guest configuration assignment report under a subscription, resource group.

Link copied to clipboard

The list of resources for which guest configuration assignment compliance is checked.

Link copied to clipboard

Start date and time of the guest configuration assignment compliance status check.

Link copied to clipboard
val vm: VMInfoResponse? = null

Information about the VM.