OBJECT
O365OrgInfo
Description
The O365 subscription status and ID info.
link GraphQL Schema definition
- type O365OrgInfo {
- # Polaris ID of O365 subscription.
- String! :
- # Provision status of O365 subscription.
- ProvisionStatus! :
- # Exchange colossus status.
- Boolean! :
- # Mailboxes compliant.
- Int! :
- # Mailboxes not compliant.
- Int! :
- # Onedrives compliant.
- Int! :
- # Onedrives not compliant.
- Int! :
- # Sharepoints compliant.
- Int! :
- # Sharepoints not compliant.
- Int! :
- # Teams compliant.
- Int! :
- # Teams not compliant.
- Int! :
- # Sharepoint Lists compliant.
- Int! :
- # Sharepoint Lists not compliant.
- Int! :
- # Compliance count for SharePoint site collections.
- Int! :
- # Out of compliance count for SharePoint site collections.
- Int! :
- }