blob: 5bb0e9d32a293107df6877d08ea687c5e8818557 [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: RangerPolicy</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: RangerPolicy</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_RangerPolicy.html">RangerPolicy</a></li>
</ol>
<h1 class="page-header">RangerPolicy <small>Data Type</small></h1>
<p></p>
<dl class="dl-horizontal">
<dt>Subtypes</dt>
<dd><a href="json_RangerAuditPolicy.html">RangerAuditPolicy</a></dd>
</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-denyExceptions" class="property-name">denyExceptions</span>
</td>
<td> <span class="datatype-reference">array of <a href="json_RangerPolicyItem.html">RangerPolicyItem</a>
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-allowExceptions" class="property-name">allowExceptions</span>
</td>
<td> <span class="datatype-reference">array of <a href="json_RangerPolicyItem.html">RangerPolicyItem</a>
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-validitySchedules" class="property-name">validitySchedules</span>
</td>
<td> <span class="datatype-reference">array of <a href="json_RangerValiditySchedule.html">RangerValiditySchedule</a>
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-policyPriority" class="property-name">policyPriority</span>
</td>
<td> <span class="datatype-reference">number
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-policyType" class="property-name">policyType</span>
</td>
<td> <span class="datatype-reference">number
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-isAuditEnabled" class="property-name">isAuditEnabled</span>
</td>
<td> <span class="datatype-reference">boolean
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-zoneName" class="property-name">zoneName</span>
</td>
<td> <span class="datatype-reference">string
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-denyPolicyItems" class="property-name">denyPolicyItems</span>
</td>
<td> <span class="datatype-reference">array of <a href="json_RangerPolicyItem.html">RangerPolicyItem</a>
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-service" class="property-name">service</span>
</td>
<td> <span class="datatype-reference">string
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-resources" class="property-name">resources</span>
</td>
<td> <span class="datatype-reference">map of <a href="json_RangerPolicyResource.html">RangerPolicyResource</a>
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-dataMaskPolicyItems" class="property-name">dataMaskPolicyItems</span>
</td>
<td> <span class="datatype-reference">array of <a href="json_RangerDataMaskPolicyItem.html">RangerDataMaskPolicyItem</a>
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-rowFilterPolicyItems" class="property-name">rowFilterPolicyItems</span>
</td>
<td> <span class="datatype-reference">array of <a href="json_RangerRowFilterPolicyItem.html">RangerRowFilterPolicyItem</a>
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-policyItems" class="property-name">policyItems</span>
</td>
<td> <span class="datatype-reference">array of <a href="json_RangerPolicyItem.html">RangerPolicyItem</a>
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-policyLabels" class="property-name">policyLabels</span>
</td>
<td> <span class="datatype-reference">array of string
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-resourceSignature" class="property-name">resourceSignature</span>
</td>
<td> <span class="datatype-reference">string
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-isDenyAllElse" class="property-name">isDenyAllElse</span>
</td>
<td> <span class="datatype-reference">boolean
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-name" class="property-name">name</span>
</td>
<td> <span class="datatype-reference">string
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-serviceType" class="property-name">serviceType</span>
</td>
<td> <span class="datatype-reference">string
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-description" class="property-name">description</span>
</td>
<td> <span class="datatype-reference">string
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-conditions" class="property-name">conditions</span>
</td>
<td> <span class="datatype-reference">array of <a href="json_RangerPolicyItemCondition.html">RangerPolicyItemCondition</a>
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
<tr>
<td> <span id="prop-options" class="property-name">options</span>
</td>
<td> <span class="datatype-reference">map of object
</span>
</td>
<td> <span class="property-description"></span>
</td>
</tr>
</tbody>
<tr>
<td colspan="3"><h5 class="text-muted">Properties inherited from <a href="json_RangerBaseModelObject.html">RangerBaseModelObject</a></h5></td>
</tr>
<tbody>
<tr>
<td><span class="property-name">createTime</span></td>
<td><span class="datatype-reference">number
</span></td>
<td><span class="property-description"></span></td>
</tr>
<tr>
<td><span class="property-name">id</span></td>
<td><span class="datatype-reference">number
</span></td>
<td><span class="property-description"></span></td>
</tr>
<tr>
<td><span class="property-name">updatedBy</span></td>
<td><span class="datatype-reference">string
</span></td>
<td><span class="property-description"></span></td>
</tr>
<tr>
<td><span class="property-name">version</span></td>
<td><span class="datatype-reference">number
</span></td>
<td><span class="property-description"></span></td>
</tr>
<tr>
<td><span class="property-name">createdBy</span></td>
<td><span class="datatype-reference">string
</span></td>
<td><span class="property-description"></span></td>
</tr>
<tr>
<td><span class="property-name">guid</span></td>
<td><span class="datatype-reference">string
</span></td>
<td><span class="property-description"></span></td>
</tr>
<tr>
<td><span class="property-name">updateTime</span></td>
<td><span class="datatype-reference">number
</span></td>
<td><span class="property-description"></span></td>
</tr>
<tr>
<td><span class="property-name">isEnabled</span></td>
<td><span class="datatype-reference">boolean
</span></td>
<td><span class="property-description"></span></td>
</tr>
</tbody>
</table>
<p class="lead">Example</p>
<pre class="prettyprint language-js example">{
&quot;denyExceptions&quot; : [ {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
}, {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
} ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&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;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
}, {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
} ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&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;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
} ],
&quot;allowExceptions&quot; : [ {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
}, {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
} ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&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;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
}, {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
} ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&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;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
} ],
&quot;validitySchedules&quot; : [ {
&quot;recurrences&quot; : [ {
&quot;interval&quot; : { },
&quot;schedule&quot; : { }
}, {
&quot;interval&quot; : { },
&quot;schedule&quot; : { }
} ],
&quot;startTime&quot; : &quot;...&quot;,
&quot;timeZone&quot; : &quot;...&quot;,
&quot;endTime&quot; : &quot;...&quot;
}, {
&quot;recurrences&quot; : [ {
&quot;interval&quot; : { },
&quot;schedule&quot; : { }
}, {
&quot;interval&quot; : { },
&quot;schedule&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;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
}, {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
} ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&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;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
}, {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
} ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&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;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;dataMaskType&quot; : &quot;...&quot;,
&quot;valueExpr&quot; : &quot;...&quot;,
&quot;conditionExpr&quot; : &quot;...&quot;
},
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
}, {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
} ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&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;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;dataMaskInfo&quot; : {
&quot;dataMaskType&quot; : &quot;...&quot;,
&quot;valueExpr&quot; : &quot;...&quot;,
&quot;conditionExpr&quot; : &quot;...&quot;
},
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
}, {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
} ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&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;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
} ],
&quot;rowFilterPolicyItems&quot; : [ {
&quot;rowFilterInfo&quot; : {
&quot;filterExpr&quot; : &quot;...&quot;
},
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
}, {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
} ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&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;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;rowFilterInfo&quot; : {
&quot;filterExpr&quot; : &quot;...&quot;
},
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
}, {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
} ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&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;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
} ],
&quot;policyItems&quot; : [ {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
}, {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
} ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&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;roles&quot; : [ &quot;...&quot;, &quot;...&quot; ]
}, {
&quot;groups&quot; : [ &quot;...&quot;, &quot;...&quot; ],
&quot;accesses&quot; : [ {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
}, {
&quot;type&quot; : &quot;...&quot;,
&quot;isAllowed&quot; : true
} ],
&quot;delegateAdmin&quot; : true,
&quot;users&quot; : [ &quot;...&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;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>