Service Data Type

Represents a service. For example, MDM (Mobile Device Management) is a service that can be associated with a user so that their devices can be managed.

Properties
Name Type Description
guid string The GUID of the service.
name string Service name.
displayName string Service display name.

Example

{
  "guid" : "f1c4a4e2-a1b6-4b6d-9276-086858eede0e",
  "name" : "mdm",
  "displayName" : "..."
}