- Available Since
- 1.4-M1
Properties
| name |
data type |
description |
| order
|
number
|
Get the order of the proxy connectors. (0 means no order specified)
|
|
| blackListPatterns |
array of string
|
Method getBlackListPatterns. |
| disabled |
boolean
|
Get if the the repository proxy connector is disabled or not
. |
| policies |
object
|
Method getPolicies. |
| policiesEntries |
array of PropertyEntry
|
|
| properties |
object
|
Method getProperties. |
| propertiesEntries |
array of PropertyEntry
|
|
| proxyId |
string
|
Get the network proxy ID to use for this connector. |
| sourceRepoId |
string
|
Get the Repository Source for this connector. |
| targetRepoId |
string
|
Get the Repository Target for this connector. |
| whiteListPatterns |
array of string
|
Method getWhiteListPatterns. |
Example
{
"order" : 12345.0,
"blackListPatterns" : [ "...", "..." ],
"policies" : {
"property1" : "...",
"property2" : "..."
},
"properties" : {
"property1" : "...",
"property2" : "..."
},
"proxyId" : "...",
"sourceRepoId" : "...",
"targetRepoId" : "...",
"whiteListPatterns" : [ "...", "..." ],
"disabled" : true,
"policiesEntries" : [ {
"key" : "...",
"value" : "..."
}, {
"key" : "...",
"value" : "..."
} ],
"propertiesEntries" : [ {
"key" : "...",
"value" : "..."
}, {
"key" : "...",
"value" : "..."
} ]
}