A collection of entity instances.
Name | Type | Description |
---|---|---|
entityInstances | array of Entity instance | Collection of entity instances. |
Example
{ "entityInstances" : [ { "entityDefId" : "com.blackberry.mdm.common.entity.profile.DynamicsSecurityProfile", "entityInstanceId" : "87a528e7-1692-495c-8faa-4e44e8fabd39", "settings" : { "property1" : { }, "property2" : { } } }, { "entityDefId" : "...", "entityInstanceId" : "...", "settings" : { "property1" : { }, "property2" : { } } } ] }