Properties
| name |
data type |
description |
| blackListPatterns
|
array of string
|
|
| disabled
|
boolean
|
|
| policies
|
object
|
|
| policiesEntries
|
array of PropertyEntry
|
|
| properties
|
object
|
|
| propertiesEntries
|
array of PropertyEntry
|
|
| proxyId
|
string
|
|
| sourceRepoId
|
string
|
|
| targetRepoId
|
string
|
|
| whiteListPatterns
|
array of string
|
|
Example
{
"propertiesEntries" : [ {
"key" : "...",
"value" : "..."
}, {
"key" : "...",
"value" : "..."
} ],
"proxyId" : "...",
"targetRepoId" : "...",
"disabled" : true,
"policies" : {
"property1" : "...",
"property2" : "..."
},
"whiteListPatterns" : [ "...", "..." ],
"policiesEntries" : [ {
"key" : "...",
"value" : "..."
}, {
"key" : "...",
"value" : "..."
} ],
"blackListPatterns" : [ "...", "..." ],
"sourceRepoId" : "...",
"properties" : {
"property1" : "...",
"property2" : "..."
}
}