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" : "..."
} ],
"sourceRepoId" : "...",
"policiesEntries" : [ {
"key" : "...",
"value" : "..."
}, {
"key" : "...",
"value" : "..."
} ],
"blackListPatterns" : [ "...", "..." ],
"policies" : {
"property1" : "...",
"property2" : "..."
},
"whiteListPatterns" : [ "...", "..." ],
"proxyId" : "...",
"properties" : {
"property1" : "...",
"property2" : "..."
},
"targetRepoId" : "...",
"disabled" : true
}