OBJECT

O365LicenseDetails

Description

The O365 license detail.

link GraphQL Schema definition

  • type O365LicenseDetails {
  • # The allowed m365 user license count.
  • allowedO365UserCount: Int!
  • # The license status.
  • disableLicense: Boolean!
  • # The M365 cloud type.
  • m365Cloud: M365Cloud!
  • # The Rubrik cloud type.
  • rubrikSaasCloud: O365AzureCloudType!
  • # Host type.
  • allowedHost: AzureHostType!
  • }