Skip to main content

Interface: RuntimeReportClient

Defined in: src/reports/types.ts:4

Read-only SDK surface needed by the first product report.

Properties​

customerApps​

customerApps: Pick<ManagementClient["customerApps"], "list">

Defined in: src/reports/types.ts:14


dashboard​

dashboard: Pick<ManagementClient["dashboard"], "applicationsOverview" | "sessionsOverview" | "sessionsChart" | "topApplicationsViolations" | "applicationsViolationsTrend">

Defined in: src/reports/types.ts:5


profiles​

profiles: Pick<ManagementClient["profiles"], "list">

Defined in: src/reports/types.ts:13