ProxyConnectorRule Data Type

Available Since
1.4-M3
Properties
name data type description
pattern string
proxyConnectorRuleType ProxyConnectorRuleType
proxyConnectors array of ProxyConnector

Example

{
  "pattern" : "...",
  "proxyConnectorRuleType" : "WHITE_LIST",
  "proxyConnectors" : [ {
    "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" : "..."
    } ]
  }, {
    "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" : "..."
    } ]
  } ]
}