ReportPropertiesResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Report compliance status.

Link copied to clipboard
val id: String

Report id in database.

Link copied to clipboard

Report last collection trigger time.

Link copied to clipboard

Report next collection trigger time.

Link copied to clipboard
val offerGuid: String? = null

Report offer Guid.

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

Report status.

Link copied to clipboard

List of subscription Ids.

Link copied to clipboard

Report's tenant id.

Link copied to clipboard

Report collection trigger time's time zone, the available list can be obtained by executing "Get-TimeZone -ListAvailable" in PowerShell. An example of valid timezone id is "Pacific Standard Time".

Link copied to clipboard

Report collection trigger time.