Report Properties Response
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.
Constructors
Link copied to clipboard
constructor(complianceStatus: ReportComplianceStatusResponse, id: String, lastTriggerTime: String, nextTriggerTime: String, offerGuid: String? = null, provisioningState: String, reportName: String, resources: List<ResourceMetadataResponse>, status: String, subscriptions: List<String>, tenantId: String, timeZone: String, triggerTime: String)
Properties
Link copied to clipboard
Report compliance status.
Link copied to clipboard
Report last collection trigger time.
Link copied to clipboard
Report next collection trigger time.
Link copied to clipboard
Azure lifecycle management
Link copied to clipboard
Report name.
Link copied to clipboard
List of resource data.
Link copied to clipboard
List of subscription Ids.
Link copied to clipboard
Report collection trigger time.