GetReportResult

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)

Types

Link copied to clipboard
object Companion

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

List of report error codes.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Report last collection trigger time.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Report next collection trigger time.

Link copied to clipboard
val offerGuid: String? = null

A list of comma-separated offerGuids indicates a series of offerGuids that map to the report. For example, "00000000-0000-0000-0000-000000000001,00000000-0000-0000-0000-000000000002" and "00000000-0000-0000-0000-000000000003".

Link copied to clipboard

Azure lifecycle management

Link copied to clipboard

List of resource data.

Link copied to clipboard

Report status.

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

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"