- Schema
- ns0.xsd
Properties
| name |
data type |
type |
namespace |
min/max occurs |
description |
| blackListPatterns
|
string
|
element
|
|
0/unbounded
|
|
| disabled
|
boolean
|
element
|
|
1/1
|
|
| policies
|
(custom)
|
element
|
|
0/1
|
|
| policiesEntries
|
propertyEntry
|
element
|
|
0/unbounded
|
|
| properties
|
(custom)
|
element
|
|
0/1
|
|
| propertiesEntries
|
propertyEntry
|
element
|
|
0/unbounded
|
|
| proxyId
|
string
|
element
|
|
0/1
|
|
| sourceRepoId
|
string
|
element
|
|
0/1
|
|
| targetRepoId
|
string
|
element
|
|
0/1
|
|
| whiteListPatterns
|
string
|
element
|
|
0/unbounded
|
|
Example
<a----->
<proxyId>...</proxyId>
<policies>...</policies>
<targetRepoId>...</targetRepoId>
<properties>...</properties>
<blackListPatterns>...</blackListPatterns>
<disabled>...</disabled>
<whiteListPatterns>...</whiteListPatterns>
<propertiesEntries>
<key>...</key>
<value>...</value>
</propertiesEntries>
<policiesEntries>
<key>...</key>
<value>...</value>
</policiesEntries>
<sourceRepoId>...</sourceRepoId>
</a----->