| name | data type | description |
|---|---|---|
| ConnectionLinkPermission | array of ConnectionLinkPermissionStructure | |
| AllowAll | boolean |
Example
{
"ConnectionLinkPermission" : [ {
"ConnectionLinkRef" : {
"value" : "..."
},
"Allow" : true
}, {
"ConnectionLinkRef" : {
"value" : "..."
},
"Allow" : true
} ],
"AllowAll" : true
}