OBJECT
O365LicenseDetails
Description
The O365 license detail.
link GraphQL Schema definition
- type O365LicenseDetails {
- # Host type.
- : AzureHostType!
- # The allowed m365 user license count.
- : Int!
- # The license status.
- : Boolean!
- # The M365 cloud type.
- : M365Cloud!
- # The Rubrik cloud type.
- : O365AzureCloudType!
- }