Package version:

Report's properties.

Hierarchy

  • ReportProperties

Properties

complianceStatus?: ReportComplianceStatus

Report compliance status. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Report id in database. NOTE: This property will not be serialized. It can only be populated by the server.

lastTriggerTime?: Date

Report last collection trigger time. NOTE: This property will not be serialized. It can only be populated by the server.

nextTriggerTime?: Date

Report next collection trigger time. NOTE: This property will not be serialized. It can only be populated by the server.

offerGuid?: string

Report offer Guid.

provisioningState?: string

Azure lifecycle management NOTE: This property will not be serialized. It can only be populated by the server.

reportName?: string

Report name. NOTE: This property will not be serialized. It can only be populated by the server.

resources: ResourceMetadata[]

List of resource data.

status?: string

Report status. NOTE: This property will not be serialized. It can only be populated by the server.

subscriptions?: string[]

List of subscription Ids. NOTE: This property will not be serialized. It can only be populated by the server.

tenantId?: string

Report's tenant id. NOTE: This property will not be serialized. It can only be populated by the server.

timeZone: string

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".

triggerTime: Date

Report collection trigger time.

Generated using TypeDoc