blob: 67b218e08f4197f38b56b79225af20900a32cc30 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Ranger REST API: TagPolicies</title>
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<!--custom css for these pages-->
<link rel="stylesheet" href="css/enunciate.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#apinav">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Ranger REST API: TagPolicies</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="resources.html">Resources</a></li>
<li><a href="data.html">Data Types</a></li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-sm-3 col-md-2 sidebar" id="apinav">
<ul class="nav nav-sidebar">
<li class="text-right"><a href="#top"><small>Back to Top</small></a></li>
</ul>
</div>
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
<ol class="breadcrumb" id="top">
<li class="active dropdown"><a href="index.html">Home</a></li>
<li class="active dropdown"><a href="syntax_json.html">JSON</a></li>
<li class="dropdown"><a href="json_TagPolicies.html">TagPolicies</a></li>
</ol>
<h1 class="page-header">TagPolicies <small>Data Type</small></h1>
<p></p>
<dl class="dl-horizontal">
</dl>
<table class="table datatype-properties">
<caption>Properties</caption>
<thead>
<tr>
<th>name</th>
<th>data type</th>
<th>description</th>
</tr>
</thead>
<tbody>
<tr>
<td> <span id="prop-policyUpdateTime" class="property-name">policyUpdateTime</span>
</td>
<td> <span class="datatype-reference">number
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-serviceConfig" class="property-name">serviceConfig</span>
</td>
<td> <span class="datatype-reference">map of string
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-policyVersion" class="property-name">policyVersion</span>
</td>
<td> <span class="datatype-reference">number
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-auditMode" class="property-name">auditMode</span>
</td>
<td> <span class="datatype-reference">string
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-serviceId" class="property-name">serviceId</span>
</td>
<td> <span class="datatype-reference">number
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-serviceName" class="property-name">serviceName</span>
</td>
<td> <span class="datatype-reference">string
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-serviceDef" class="property-name">serviceDef</span>
</td>
<td> <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a>
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-policies" class="property-name">policies</span>
</td>
<td> <span class="datatype-reference">array of <a href="json_RangerPolicy.html">RangerPolicy</a>
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
</tbody>
</table>
<p class="lead">Example</p>
<pre class="prettyprint language-js example">{
&quot;policyUpdateTime&quot; : 12345,
&quot;serviceConfig&quot; : {
&quot;property1&quot; : &quot;...&quot;,
&quot;property2&quot; : &quot;...&quot;
},
&quot;policyVersion&quot; : 12345,
&quot;auditMode&quot; : &quot;...&quot;,
&quot;serviceId&quot; : 12345,
&quot;serviceName&quot; : &quot;...&quot;,
&quot;serviceDef&quot; : {
&quot;accessTypes&quot; : [ {
&quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;name&quot; : &quot;...&quot;,
&quot;label&quot; : &quot;...&quot;,
&quot;itemId&quot; : 12345,
&quot;rbKeyLabel&quot; : &quot;...&quot;
}, {
&quot;impliedGrants&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;name&quot; : &quot;...&quot;,
&quot;label&quot; : &quot;...&quot;,
&quot;itemId&quot; : 12345,
&quot;rbKeyLabel&quot; : &quot;...&quot;
} ],
&quot;label&quot; : &quot;...&quot;,
&quot;rbKeyLabel&quot; : &quot;...&quot;,
&quot;dataMaskDef&quot; : {
&quot;maskTypes&quot; : [ { }, { } ],
&quot;accessTypes&quot; : [ { }, { } ],
&quot;resources&quot; : [ { }, { } ]
},
&quot;resources&quot; : [ {
&quot;recursiveSupported&quot; : true,
&quot;label&quot; : &quot;...&quot;,
&quot;excludesSupported&quot; : true,
&quot;parent&quot; : &quot;...&quot;,
&quot;matcher&quot; : &quot;...&quot;,
&quot;type&quot; : &quot;...&quot;,
&quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;lookupSupported&quot; : true,
&quot;isValidLeaf&quot; : true,
&quot;matcherOptions&quot; : {
&quot;property1&quot; : &quot;...&quot;,
&quot;property2&quot; : &quot;...&quot;
},
&quot;name&quot; : &quot;...&quot;,
&quot;rbKeyLabel&quot; : &quot;...&quot;,
&quot;mandatory&quot; : true,
&quot;validationMessage&quot; : &quot;...&quot;,
&quot;level&quot; : 12345,
&quot;itemId&quot; : 12345,
&quot;uiHint&quot; : &quot;...&quot;,
&quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
&quot;description&quot; : &quot;...&quot;,
&quot;validationRegEx&quot; : &quot;...&quot;,
&quot;rbKeyDescription&quot; : &quot;...&quot;
}, {
&quot;recursiveSupported&quot; : true,
&quot;label&quot; : &quot;...&quot;,
&quot;excludesSupported&quot; : true,
&quot;parent&quot; : &quot;...&quot;,
&quot;matcher&quot; : &quot;...&quot;,
&quot;type&quot; : &quot;...&quot;,
&quot;accessTypeRestrictions&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;lookupSupported&quot; : true,
&quot;isValidLeaf&quot; : true,
&quot;matcherOptions&quot; : {
&quot;property1&quot; : &quot;...&quot;,
&quot;property2&quot; : &quot;...&quot;
},
&quot;name&quot; : &quot;...&quot;,
&quot;rbKeyLabel&quot; : &quot;...&quot;,
&quot;mandatory&quot; : true,
&quot;validationMessage&quot; : &quot;...&quot;,
&quot;level&quot; : 12345,
&quot;itemId&quot; : 12345,
&quot;uiHint&quot; : &quot;...&quot;,
&quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
&quot;description&quot; : &quot;...&quot;,
&quot;validationRegEx&quot; : &quot;...&quot;,
&quot;rbKeyDescription&quot; : &quot;...&quot;
} ],
&quot;options&quot; : {
&quot;property1&quot; : &quot;...&quot;,
&quot;property2&quot; : &quot;...&quot;
},
&quot;rowFilterDef&quot; : {
&quot;accessTypes&quot; : [ { }, { } ],
&quot;resources&quot; : [ { }, { } ]
},
&quot;description&quot; : &quot;...&quot;,
&quot;policyConditions&quot; : [ {
&quot;uiHint&quot; : &quot;...&quot;,
&quot;description&quot; : &quot;...&quot;,
&quot;itemId&quot; : 12345,
&quot;name&quot; : &quot;...&quot;,
&quot;validationRegEx&quot; : &quot;...&quot;,
&quot;label&quot; : &quot;...&quot;,
&quot;rbKeyLabel&quot; : &quot;...&quot;,
&quot;evaluatorOptions&quot; : {
&quot;property1&quot; : &quot;...&quot;,
&quot;property2&quot; : &quot;...&quot;
},
&quot;validationMessage&quot; : &quot;...&quot;,
&quot;evaluator&quot; : &quot;...&quot;,
&quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
&quot;rbKeyDescription&quot; : &quot;...&quot;
}, {
&quot;uiHint&quot; : &quot;...&quot;,
&quot;description&quot; : &quot;...&quot;,
&quot;itemId&quot; : 12345,
&quot;name&quot; : &quot;...&quot;,
&quot;validationRegEx&quot; : &quot;...&quot;,
&quot;label&quot; : &quot;...&quot;,
&quot;rbKeyLabel&quot; : &quot;...&quot;,
&quot;evaluatorOptions&quot; : {
&quot;property1&quot; : &quot;...&quot;,
&quot;property2&quot; : &quot;...&quot;
},
&quot;validationMessage&quot; : &quot;...&quot;,
&quot;evaluator&quot; : &quot;...&quot;,
&quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
&quot;rbKeyDescription&quot; : &quot;...&quot;
} ],
&quot;implClass&quot; : &quot;...&quot;,
&quot;displayName&quot; : &quot;...&quot;,
&quot;name&quot; : &quot;...&quot;,
&quot;contextEnrichers&quot; : [ {
&quot;name&quot; : &quot;...&quot;,
&quot;itemId&quot; : 12345,
&quot;enricherOptions&quot; : {
&quot;property1&quot; : &quot;...&quot;,
&quot;property2&quot; : &quot;...&quot;
},
&quot;enricher&quot; : &quot;...&quot;
}, {
&quot;name&quot; : &quot;...&quot;,
&quot;itemId&quot; : 12345,
&quot;enricherOptions&quot; : {
&quot;property1&quot; : &quot;...&quot;,
&quot;property2&quot; : &quot;...&quot;
},
&quot;enricher&quot; : &quot;...&quot;
} ],
&quot;enums&quot; : [ {
&quot;name&quot; : &quot;...&quot;,
&quot;defaultIndex&quot; : 12345,
&quot;elements&quot; : [ { }, { } ],
&quot;itemId&quot; : 12345
}, {
&quot;name&quot; : &quot;...&quot;,
&quot;defaultIndex&quot; : 12345,
&quot;elements&quot; : [ { }, { } ],
&quot;itemId&quot; : 12345
} ],
&quot;rbKeyDescription&quot; : &quot;...&quot;,
&quot;configs&quot; : [ {
&quot;rbKeyDescription&quot; : &quot;...&quot;,
&quot;subType&quot; : &quot;...&quot;,
&quot;rbKeyLabel&quot; : &quot;...&quot;,
&quot;defaultValue&quot; : &quot;...&quot;,
&quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
&quot;label&quot; : &quot;...&quot;,
&quot;name&quot; : &quot;...&quot;,
&quot;description&quot; : &quot;...&quot;,
&quot;itemId&quot; : 12345,
&quot;mandatory&quot; : true,
&quot;validationRegEx&quot; : &quot;...&quot;,
&quot;validationMessage&quot; : &quot;...&quot;,
&quot;type&quot; : &quot;...&quot;,
&quot;uiHint&quot; : &quot;...&quot;
}, {
&quot;rbKeyDescription&quot; : &quot;...&quot;,
&quot;subType&quot; : &quot;...&quot;,
&quot;rbKeyLabel&quot; : &quot;...&quot;,
&quot;defaultValue&quot; : &quot;...&quot;,
&quot;rbKeyValidationMessage&quot; : &quot;...&quot;,
&quot;label&quot; : &quot;...&quot;,
&quot;name&quot; : &quot;...&quot;,
&quot;description&quot; : &quot;...&quot;,
&quot;itemId&quot; : 12345,
&quot;mandatory&quot; : true,
&quot;validationRegEx&quot; : &quot;...&quot;,
&quot;validationMessage&quot; : &quot;...&quot;,
&quot;type&quot; : &quot;...&quot;,
&quot;uiHint&quot; : &quot;...&quot;
} ],
&quot;createTime&quot; : 12345,
&quot;id&quot; : 12345,
&quot;updatedBy&quot; : &quot;...&quot;,
&quot;version&quot; : 12345,
&quot;createdBy&quot; : &quot;...&quot;,
&quot;guid&quot; : &quot;...&quot;,
&quot;updateTime&quot; : 12345,
&quot;isEnabled&quot; : true
},
&quot;policies&quot; : [ {
&quot;denyExceptions&quot; : [ {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
} ],
&quot;allowExceptions&quot; : [ {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
} ],
&quot;validitySchedules&quot; : [ {
&quot;recurrences&quot; : [ { }, { } ],
&quot;startTime&quot; : &quot;...&quot;,
&quot;timeZone&quot; : &quot;...&quot;,
&quot;endTime&quot; : &quot;...&quot;
}, {
&quot;recurrences&quot; : [ { }, { } ],
&quot;startTime&quot; : &quot;...&quot;,
&quot;timeZone&quot; : &quot;...&quot;,
&quot;endTime&quot; : &quot;...&quot;
} ],
&quot;policyPriority&quot; : 12345,
&quot;policyType&quot; : 12345,
&quot;isAuditEnabled&quot; : true,
&quot;zoneName&quot; : &quot;...&quot;,
&quot;denyPolicyItems&quot; : [ {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
} ],
&quot;service&quot; : &quot;...&quot;,
&quot;resources&quot; : {
&quot;property1&quot; : {
&quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;isRecursive&quot; : true,
&quot;isExcludes&quot; : true
},
&quot;property2&quot; : {
&quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;isRecursive&quot; : true,
&quot;isExcludes&quot; : true
}
},
&quot;dataMaskPolicyItems&quot; : [ {
&quot;dataMaskInfo&quot; : { },
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;dataMaskInfo&quot; : { },
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
} ],
&quot;rowFilterPolicyItems&quot; : [ {
&quot;rowFilterInfo&quot; : { },
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;rowFilterInfo&quot; : { },
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
} ],
&quot;policyItems&quot; : [ {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
} ],
&quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;resourceSignature&quot; : &quot;...&quot;,
&quot;isDenyAllElse&quot; : true,
&quot;name&quot; : &quot;...&quot;,
&quot;serviceType&quot; : &quot;...&quot;,
&quot;description&quot; : &quot;...&quot;,
&quot;conditions&quot; : [ {
&quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;type&quot; : &quot;...&quot;
}, {
&quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;type&quot; : &quot;...&quot;
} ],
&quot;options&quot; : {
&quot;property1&quot; : { },
&quot;property2&quot; : { }
},
&quot;createTime&quot; : 12345,
&quot;id&quot; : 12345,
&quot;updatedBy&quot; : &quot;...&quot;,
&quot;version&quot; : 12345,
&quot;createdBy&quot; : &quot;...&quot;,
&quot;guid&quot; : &quot;...&quot;,
&quot;updateTime&quot; : 12345,
&quot;isEnabled&quot; : true
}, {
&quot;denyExceptions&quot; : [ {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
} ],
&quot;allowExceptions&quot; : [ {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
} ],
&quot;validitySchedules&quot; : [ {
&quot;recurrences&quot; : [ { }, { } ],
&quot;startTime&quot; : &quot;...&quot;,
&quot;timeZone&quot; : &quot;...&quot;,
&quot;endTime&quot; : &quot;...&quot;
}, {
&quot;recurrences&quot; : [ { }, { } ],
&quot;startTime&quot; : &quot;...&quot;,
&quot;timeZone&quot; : &quot;...&quot;,
&quot;endTime&quot; : &quot;...&quot;
} ],
&quot;policyPriority&quot; : 12345,
&quot;policyType&quot; : 12345,
&quot;isAuditEnabled&quot; : true,
&quot;zoneName&quot; : &quot;...&quot;,
&quot;denyPolicyItems&quot; : [ {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
} ],
&quot;service&quot; : &quot;...&quot;,
&quot;resources&quot; : {
&quot;property1&quot; : {
&quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;isRecursive&quot; : true,
&quot;isExcludes&quot; : true
},
&quot;property2&quot; : {
&quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;isRecursive&quot; : true,
&quot;isExcludes&quot; : true
}
},
&quot;dataMaskPolicyItems&quot; : [ {
&quot;dataMaskInfo&quot; : { },
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;dataMaskInfo&quot; : { },
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
} ],
&quot;rowFilterPolicyItems&quot; : [ {
&quot;rowFilterInfo&quot; : { },
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;rowFilterInfo&quot; : { },
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
} ],
&quot;policyItems&quot; : [ {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ { }, { } ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;conditions&quot; : [ { }, { } ],
&quot;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
} ],
&quot;policyLabels&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;resourceSignature&quot; : &quot;...&quot;,
&quot;isDenyAllElse&quot; : true,
&quot;name&quot; : &quot;...&quot;,
&quot;serviceType&quot; : &quot;...&quot;,
&quot;description&quot; : &quot;...&quot;,
&quot;conditions&quot; : [ {
&quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;type&quot; : &quot;...&quot;
}, {
&quot;values&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;type&quot; : &quot;...&quot;
} ],
&quot;options&quot; : {
&quot;property1&quot; : { },
&quot;property2&quot; : { }
},
&quot;createTime&quot; : 12345,
&quot;id&quot; : 12345,
&quot;updatedBy&quot; : &quot;...&quot;,
&quot;version&quot; : 12345,
&quot;createdBy&quot; : &quot;...&quot;,
&quot;guid&quot; : &quot;...&quot;,
&quot;updateTime&quot; : 12345,
&quot;isEnabled&quot; : true
} ]
}</pre>
<footer class="footer">
<div class="container">
<p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p>
</div>
</footer>
</div>
</div>
</div>
<!-- JavaScript placed at the end of the document so the pages load faster. -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Bootstrap core JavaScript
================================================== -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ -->
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js" type="text/javascript"></script>
<script>
$(function() {
$(".clickable-row").click(function() {
window.document.location = $(this).data("href");
});
$('[data-toggle="tooltip"]').tooltip()
});
</script>
</body>
</html>