A collection of supported entity definitions.
Name | Type | Description |
---|---|---|
entityDefs | array of Entity definition | Collection of EntityDefs. |
Example
{ "entityDefs" : [ { "name" : "BlackBerry Dynamics", "entityDefId" : "com.blackberry.mdm.common.entity.profile.DynamicsSecurityProfile", "settings" : [ { "type" : "...", "name" : "description", "displayName" : "Enable Face ID from cold start", "osFamilies" : [ "Android", "..." ], "description" : "", "conditions" : [ { }, { } ] }, { "type" : "...", "name" : "...", "displayName" : "...", "osFamilies" : [ "...", "Android" ], "description" : "...", "conditions" : [ { }, { } ] } ] }, { "name" : "...", "entityDefId" : "...", "settings" : [ { "type" : "...", "name" : "...", "displayName" : "...", "osFamilies" : [ "...", "Android" ], "description" : "...", "conditions" : [ { }, { } ] }, { "type" : "...", "name" : "...", "displayName" : "...", "osFamilies" : [ "...", "Android" ], "description" : "...", "conditions" : [ { }, { } ] } ] } ] }