@pnp/cli-microsoft365
Version:
Manage Microsoft 365 and SharePoint Framework projects on any platform
15 lines • 555 B
JavaScript
import PeriodBasedReport from '../../../base/PeriodBasedReport.js';
import commands from '../../commands.js';
class OneDriveReportActivityUserCountCommand extends PeriodBasedReport {
get name() {
return commands.REPORT_ACTIVITYUSERCOUNTS;
}
get usageEndpoint() {
return 'getOneDriveActivityUserCounts';
}
get description() {
return 'Gets the trend in the number of active OneDrive users';
}
}
export default new OneDriveReportActivityUserCountCommand();
//# sourceMappingURL=report-activityusercounts.js.map