UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

28 lines 1.83 kB
const prefix = 'tenant'; export default { ID_GET: `${prefix} id get`, INFO_GET: `${prefix} info get`, PEOPLE_PROFILECARDPROPERTY_ADD: `${prefix} people profilecardproperty add`, PEOPLE_PROFILECARDPROPERTY_GET: `${prefix} people profilecardproperty get`, PEOPLE_PROFILECARDPROPERTY_LIST: `${prefix} people profilecardproperty list`, PEOPLE_PROFILECARDPROPERTY_REMOVE: `${prefix} people profilecardproperty remove`, PEOPLE_PROFILECARDPROPERTY_SET: `${prefix} people profilecardproperty set`, PEOPLE_PRONOUNS_GET: `${prefix} people pronouns get`, PEOPLE_PRONOUNS_SET: `${prefix} people pronouns set`, REPORT_ACTIVEUSERCOUNTS: `${prefix} report activeusercounts`, REPORT_ACTIVEUSERDETAIL: `${prefix} report activeuserdetail`, REPORT_OFFICE365ACTIVATIONCOUNTS: `${prefix} report office365activationcounts`, REPORT_OFFICE365ACTIVATIONSUSERDETAIL: `${prefix} report office365activationsuserdetail`, REPORT_OFFICE365ACTIVATIONSUSERCOUNTS: `${prefix} report office365activationsusercounts`, REPORT_SERVICESUSERCOUNTS: `${prefix} report servicesusercounts`, REPORT_SETTINGS_GET: `${prefix} report settings get`, REPORT_SETTINGS_SET: `${prefix} report settings set`, SECURITY_ALERTS_LIST: `${prefix} security alerts list`, SERVICEANNOUNCEMENT_HEALTHISSUE_GET: `${prefix} serviceannouncement healthissue get`, SERVICEANNOUNCEMENT_HEALTH_GET: `${prefix} serviceannouncement health get`, SERVICEANNOUNCEMENT_HEALTH_LIST: `${prefix} serviceannouncement health list`, SERVICEANNOUNCEMENT_HEALTHISSUE_LIST: `${prefix} serviceannouncement healthissue list`, SERVICEANNOUNCEMENT_MESSAGE_GET: `${prefix} serviceannouncement message get`, SERVICEANNOUNCEMENT_MESSAGE_LIST: `${prefix} serviceannouncement message list` }; //# sourceMappingURL=commands.js.map