Package-level declarations

Types

Link copied to clipboard
data class GetReportResult(val id: String, val name: String, val properties: ReportPropertiesResponse, val systemData: SystemDataResponse, val type: String)

A class represent an AppComplianceAutomation report resource.

Link copied to clipboard
data class OverviewStatusResponse(val failedCount: Int? = null, val manualCount: Int? = null, val passedCount: Int? = null)

The overview of the compliance result for one report.

Link copied to clipboard

A list which includes all the compliance result for one report.

Link copied to clipboard
data class ReportPropertiesResponse(val complianceStatus: ReportComplianceStatusResponse, val id: String, val lastTriggerTime: String, val nextTriggerTime: String, val offerGuid: String? = null, val provisioningState: String, val reportName: String, val resources: List<ResourceMetadataResponse>, val status: String, val subscriptions: List<String>, val tenantId: String, val timeZone: String, val triggerTime: String)

Report's properties.

Link copied to clipboard
data class ResourceMetadataResponse(val resourceId: String, val resourceKind: String? = null, val resourceName: String? = null, val resourceType: String? = null, val tags: Map<String, String>? = null)

Single resource Id's metadata.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.