Licensed Service Data Type

A licensed service

Properties
Name Type Description
id string The service identifier
name string The service name
description string The service description
inGracePeriod boolean true if the service is in grace period, false otherwise
gracePeriodDaysRemaining number Value indicating grace days remaining. Available only if inGracePeriod is true
compliant boolean true if the service is in compliance, false otherwise
activatedFeatures array of string List of features activated by the license
complianceStateDescription string The compliance state description
complianceStateDescriptionDetails string Compliance state description details

Example

{
  "id" : "watchdox.blackberry.com",
  "name" : "BlackBerry Workspaces",
  "description" : "BlackBerry Workspaces",
  "inGracePeriod" : true,
  "gracePeriodDaysRemaining" : 15,
  "compliant" : true,
  "activatedFeatures" : [ "MDM_CONTROLS", "enterprise.watchdox.blackberry.com" ],
  "complianceStateDescription" : "In compliance",
  "complianceStateDescriptionDetails" : "This service is in compliance."
}