Get Report Result
data class GetReportResult(val azureApiVersion: String, val certRecords: List<CertSyncRecordResponse>, val complianceStatus: ReportComplianceStatusResponse, val errors: List<String>, val id: String, val lastTriggerTime: String, val name: String, val nextTriggerTime: String, val offerGuid: String? = null, val provisioningState: String, val resources: List<ResourceMetadataResponse>, val status: String, val storageInfo: StorageInfoResponse? = null, val subscriptions: List<String>, val systemData: SystemDataResponse, val tenantId: String, val timeZone: String, val triggerTime: String, val type: String)
A class represent an AppComplianceAutomation report resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, certRecords: List<CertSyncRecordResponse>, complianceStatus: ReportComplianceStatusResponse, errors: List<String>, id: String, lastTriggerTime: String, name: String, nextTriggerTime: String, offerGuid: String? = null, provisioningState: String, resources: List<ResourceMetadataResponse>, status: String, storageInfo: StorageInfoResponse? = null, subscriptions: List<String>, systemData: SystemDataResponse, tenantId: String, timeZone: String, triggerTime: String, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
List of synchronized certification records.
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
List of resource data.
Link copied to clipboard
The information of 'bring your own storage' binding to the report
Link copied to clipboard
List of subscription Ids.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Report collection trigger time.