Skip to content

o365License

Retrieve o365 licence details.

Returns

O365License!

Sample

query {
  o365License
}
{}
{
  "data": {
    "o365License": {
      "licenseDetails": {
        "allowedHost": "CUSTOMER_HOST",
        "allowedO365UserCount": 0,
        "disableLicense": true,
        "m365Cloud": "COMMERCIAL",
        "rubrikSaasCloud": "PUBLIC"
      }
    }
  }
}