name | data type | constraints | description |
---|---|---|---|
protectedEntities | array of NameAndGuid | required, max size: 2147483647, min size: 1 | |
periodic | boolean | required |
Example
{ "protectedEntities" : [ { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, { "guid" : "...", "name" : "..." } ], "periodic" : true }