ReportProperties Class

Definition

Report's properties.

public class ReportProperties
type ReportProperties = class
Public Class ReportProperties
Inheritance
ReportProperties

Constructors

ReportProperties(String, DateTimeOffset, IEnumerable<ResourceMetadata>)

Initializes a new instance of ReportProperties.

Properties

ComplianceStatusM365

The Microsoft 365 certification name.

Id

Report id in database.

LastTriggerOn

Report last collection trigger time.

NextTriggerOn

Report next collection trigger time.

OfferGuid

Report offer Guid.

ProvisioningState

Azure lifecycle management.

ReportName

Report name.

Resources

List of resource data.

Status

Report status.

Subscriptions

List of subscription Ids.

TenantId

Report's tenant id.

TimeZone

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

TriggerOn

Report collection trigger time.

Applies to