Service assignment Data Type

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

Properties
Name Type Description
service Service Service that is assigned.
status string Service assignment status

Example

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