Entity instance Data Type

An entity instance.

Properties
Name Type Description
entityDefId string The id of the Entity definition.
entityInstanceId string The id of the Entity instance.
settings map of object The map of settings (key-value pairs).

Example

{
  "entityDefId" : "com.blackberry.mdm.common.entity.profile.DynamicsSecurityProfile",
  "entityInstanceId" : "87a528e7-1692-495c-8faa-4e44e8fabd39",
  "settings" : {
    "property1" : { },
    "property2" : { }
  }
}