Skip to content

o365License

Retrieve o365 licence details.

Arguments

Argument Type Description
resourceIds [UUID!] Rubrik Security Cloud IDs of the Microsoft 365 resources the caller is acting on. Optional. Used only to authorize the read against those objects instead of the Microsoft 365 inventory root; the license returned is always the caller's own account.

Returns

O365License!

Sample

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