ConnectionLinkPermissions Data Type

Implemented Interfaces
Serializable
Properties
name data type description
AllowAll boolean
ConnectionLinkPermission array of ConnectionLinkPermissionStructure

Example

{
  "AllowAll" : true,
  "ConnectionLinkPermission" : [ {
    "ConnectionLinkRef" : {
      "value" : "..."
    },
    "Allow" : true
  }, {
    "ConnectionLinkRef" : {
      "value" : "..."
    },
    "Allow" : true
  } ]
}