Modified: ranger/site/trunk/apidocs/json_TagPolicies.html URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_TagPolicies.html?rev=1864664&r1=1864663&r2=1864664&view=diff ============================================================================== --- ranger/site/trunk/apidocs/json_TagPolicies.html (original) +++ ranger/site/trunk/apidocs/json_TagPolicies.html Wed Aug 7 18:15:52 2019 @@ -79,18 +79,18 @@ </thead> <tbody> <tr> - <td> <span id="prop-policyVersion" class="property-name">policyVersion</span> + <td> <span id="prop-policies" class="property-name">policies</span> </td> - <td> <span class="datatype-reference">number + <td> <span class="datatype-reference">array of <a href="json_RangerPolicy.html">RangerPolicy</a> </span> </td> <td> <span class="property-description"></span> </td> </tr> <tr> - <td> <span id="prop-serviceId" class="property-name">serviceId</span> + <td> <span id="prop-serviceDef" class="property-name">serviceDef</span> </td> - <td> <span class="datatype-reference">number + <td> <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a> </span> </td> <td> <span class="property-description"></span> @@ -106,16 +106,16 @@ </td> </tr> <tr> - <td> <span id="prop-policies" class="property-name">policies</span> + <td> <span id="prop-serviceId" class="property-name">serviceId</span> </td> - <td> <span class="datatype-reference">array of <a href="json_RangerPolicy.html">RangerPolicy</a> + <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> <span id="prop-serviceName" class="property-name">serviceName</span> </td> <td> <span class="datatype-reference">string </span> @@ -124,7 +124,7 @@ </td> </tr> <tr> - <td> <span id="prop-serviceName" class="property-name">serviceName</span> + <td> <span id="prop-auditMode" class="property-name">auditMode</span> </td> <td> <span class="datatype-reference">string </span> @@ -133,9 +133,9 @@ </td> </tr> <tr> - <td> <span id="prop-serviceDef" class="property-name">serviceDef</span> + <td> <span id="prop-policyVersion" class="property-name">policyVersion</span> </td> - <td> <span class="datatype-reference"><a href="json_RangerServiceDef.html">RangerServiceDef</a> + <td> <span class="datatype-reference">number </span> </td> <td> <span class="property-description"></span> @@ -147,445 +147,388 @@ <p class="lead">Example</p> <pre class="prettyprint language-js example">{ - "policyVersion" : 12345, - "serviceId" : 12345, - "policyUpdateTime" : 12345, "policies" : [ { - "zoneName" : "...", - "policyLabels" : [ "...", "..." ], - "denyPolicyItems" : [ { - "users" : [ "...", "..." ], + "resourceSignature" : "...", + "description" : "...", + "rowFilterPolicyItems" : [ { + "rowFilterInfo" : { }, "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] }, { - "users" : [ "...", "..." ], + "rowFilterInfo" : { }, "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] } ], - "resources" : { - "property1" : { - "isRecursive" : true, - "values" : [ "...", "..." ], - "isExcludes" : true - }, - "property2" : { - "isRecursive" : true, - "values" : [ "...", "..." ], - "isExcludes" : true - } - }, - "description" : "...", "policyItems" : [ { - "users" : [ "...", "..." ], "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] }, { - "users" : [ "...", "..." ], "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] - } ], - "validitySchedules" : [ { - "timeZone" : "...", - "endTime" : "...", - "recurrences" : [ { }, { } ], - "startTime" : "..." - }, { - "timeZone" : "...", - "endTime" : "...", - "recurrences" : [ { }, { } ], - "startTime" : "..." + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] } ], - "isAuditEnabled" : true, - "policyPriority" : 12345, - "service" : "...", + "policyType" : 12345, "allowExceptions" : [ { - "users" : [ "...", "..." ], "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] }, { - "users" : [ "...", "..." ], "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] - } ], - "conditions" : [ { - "type" : "...", - "values" : [ "...", "..." ] - }, { - "type" : "...", - "values" : [ "...", "..." ] + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] } ], + "service" : "...", "denyExceptions" : [ { - "users" : [ "...", "..." ], "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], - "delegateAdmin" : true, - "conditions" : [ { }, { } ] - }, { "users" : [ "...", "..." ], - "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] - } ], - "rowFilterPolicyItems" : [ { - "rowFilterInfo" : { }, - "users" : [ "...", "..." ], - "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], + "conditions" : [ { }, { } ], "roles" : [ "...", "..." ], - "delegateAdmin" : true, - "conditions" : [ { }, { } ] + "groups" : [ "...", "..." ] }, { - "rowFilterInfo" : { }, - "users" : [ "...", "..." ], "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] } ], - "name" : "...", - "resourceSignature" : "...", + "conditions" : [ { + "values" : [ "...", "..." ], + "type" : "..." + }, { + "values" : [ "...", "..." ], + "type" : "..." + } ], + "policyPriority" : 12345, + "serviceType" : "...", + "policyLabels" : [ "...", "..." ], + "isDenyAllElse" : true, "dataMaskPolicyItems" : [ { "dataMaskInfo" : { }, - "users" : [ "...", "..." ], "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] }, { "dataMaskInfo" : { }, - "users" : [ "...", "..." ], "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], - "delegateAdmin" : true, - "conditions" : [ { }, { } ] - } ], - "options" : { - "property1" : { }, - "property2" : { } - }, - "policyType" : 12345, - "serviceType" : "...", - "version" : 12345, - "createdBy" : "...", - "updatedBy" : "...", - "id" : 12345, - "guid" : "...", - "updateTime" : 12345, - "isEnabled" : true, - "createTime" : 12345 - }, { - "zoneName" : "...", - "policyLabels" : [ "...", "..." ], - "denyPolicyItems" : [ { "users" : [ "...", "..." ], - "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] - }, { - "users" : [ "...", "..." ], - "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], + "conditions" : [ { }, { } ], "roles" : [ "...", "..." ], - "delegateAdmin" : true, - "conditions" : [ { }, { } ] + "groups" : [ "...", "..." ] + } ], + "validitySchedules" : [ { + "recurrences" : [ { }, { } ], + "timeZone" : "...", + "endTime" : "...", + "startTime" : "..." + }, { + "recurrences" : [ { }, { } ], + "timeZone" : "...", + "endTime" : "...", + "startTime" : "..." } ], "resources" : { "property1" : { - "isRecursive" : true, "values" : [ "...", "..." ], + "isRecursive" : true, "isExcludes" : true }, "property2" : { - "isRecursive" : true, "values" : [ "...", "..." ], + "isRecursive" : true, "isExcludes" : true } }, - "description" : "...", - "policyItems" : [ { - "users" : [ "...", "..." ], + "denyPolicyItems" : [ { "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] }, { - "users" : [ "...", "..." ], "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] - } ], - "validitySchedules" : [ { - "timeZone" : "...", - "endTime" : "...", - "recurrences" : [ { }, { } ], - "startTime" : "..." - }, { - "timeZone" : "...", - "endTime" : "...", - "recurrences" : [ { }, { } ], - "startTime" : "..." + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] } ], + "zoneName" : "...", + "options" : { + "property1" : { }, + "property2" : { } + }, + "name" : "...", "isAuditEnabled" : true, - "policyPriority" : 12345, - "service" : "...", - "allowExceptions" : [ { - "users" : [ "...", "..." ], + "version" : 12345, + "createTime" : 12345, + "isEnabled" : true, + "createdBy" : "...", + "guid" : "...", + "id" : 12345, + "updatedBy" : "...", + "updateTime" : 12345 + }, { + "resourceSignature" : "...", + "description" : "...", + "rowFilterPolicyItems" : [ { + "rowFilterInfo" : { }, "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] }, { - "users" : [ "...", "..." ], + "rowFilterInfo" : { }, "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] - } ], - "conditions" : [ { - "type" : "...", - "values" : [ "...", "..." ] - }, { - "type" : "...", - "values" : [ "...", "..." ] + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] } ], - "denyExceptions" : [ { - "users" : [ "...", "..." ], + "policyItems" : [ { "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] }, { - "users" : [ "...", "..." ], "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] } ], - "rowFilterPolicyItems" : [ { - "rowFilterInfo" : { }, - "users" : [ "...", "..." ], + "policyType" : 12345, + "allowExceptions" : [ { "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] }, { - "rowFilterInfo" : { }, + "accesses" : [ { }, { } ], "users" : [ "...", "..." ], + "delegateAdmin" : true, + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] + } ], + "service" : "...", + "denyExceptions" : [ { "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], + "users" : [ "...", "..." ], + "delegateAdmin" : true, + "conditions" : [ { }, { } ], "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] + }, { + "accesses" : [ { }, { } ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] } ], - "name" : "...", - "resourceSignature" : "...", + "conditions" : [ { + "values" : [ "...", "..." ], + "type" : "..." + }, { + "values" : [ "...", "..." ], + "type" : "..." + } ], + "policyPriority" : 12345, + "serviceType" : "...", + "policyLabels" : [ "...", "..." ], + "isDenyAllElse" : true, "dataMaskPolicyItems" : [ { "dataMaskInfo" : { }, - "users" : [ "...", "..." ], "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], - "roles" : [ "...", "..." ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] }, { "dataMaskInfo" : { }, + "accesses" : [ { }, { } ], "users" : [ "...", "..." ], + "delegateAdmin" : true, + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] + } ], + "validitySchedules" : [ { + "recurrences" : [ { }, { } ], + "timeZone" : "...", + "endTime" : "...", + "startTime" : "..." + }, { + "recurrences" : [ { }, { } ], + "timeZone" : "...", + "endTime" : "...", + "startTime" : "..." + } ], + "resources" : { + "property1" : { + "values" : [ "...", "..." ], + "isRecursive" : true, + "isExcludes" : true + }, + "property2" : { + "values" : [ "...", "..." ], + "isRecursive" : true, + "isExcludes" : true + } + }, + "denyPolicyItems" : [ { "accesses" : [ { }, { } ], - "groups" : [ "...", "..." ], + "users" : [ "...", "..." ], + "delegateAdmin" : true, + "conditions" : [ { }, { } ], "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] + }, { + "accesses" : [ { }, { } ], + "users" : [ "...", "..." ], "delegateAdmin" : true, - "conditions" : [ { }, { } ] + "conditions" : [ { }, { } ], + "roles" : [ "...", "..." ], + "groups" : [ "...", "..." ] } ], + "zoneName" : "...", "options" : { "property1" : { }, "property2" : { } }, - "policyType" : 12345, - "serviceType" : "...", + "name" : "...", + "isAuditEnabled" : true, "version" : 12345, + "createTime" : 12345, + "isEnabled" : true, "createdBy" : "...", - "updatedBy" : "...", - "id" : 12345, "guid" : "...", - "updateTime" : 12345, - "isEnabled" : true, - "createTime" : 12345 + "id" : 12345, + "updatedBy" : "...", + "updateTime" : 12345 } ], - "auditMode" : "...", - "serviceName" : "...", "serviceDef" : { "enums" : [ { + "name" : "...", "defaultIndex" : 12345, - "elements" : [ { }, { } ], "itemId" : 12345, - "name" : "..." + "elements" : [ { }, { } ] }, { + "name" : "...", "defaultIndex" : 12345, - "elements" : [ { }, { } ], "itemId" : 12345, - "name" : "..." + "elements" : [ { }, { } ] } ], + "rbKeyLabel" : "...", + "dataMaskDef" : { + "resources" : [ { }, { } ], + "accessTypes" : [ { }, { } ], + "maskTypes" : [ { }, { } ] + }, + "label" : "...", + "description" : "...", "name" : "...", + "rbKeyDescription" : "...", "contextEnrichers" : [ { "enricherOptions" : { "property1" : "...", "property2" : "..." }, - "itemId" : 12345, "enricher" : "...", - "name" : "..." + "name" : "...", + "itemId" : 12345 }, { "enricherOptions" : { "property1" : "...", "property2" : "..." }, - "itemId" : 12345, "enricher" : "...", - "name" : "..." + "name" : "...", + "itemId" : 12345 } ], - "options" : { - "property1" : "...", - "property2" : "..." - }, - "resources" : [ { - "validationMessage" : "...", - "label" : "...", - "excludesSupported" : true, - "uiHint" : "...", - "isValidLeaf" : true, - "type" : "...", - "level" : 12345, - "description" : "...", - "rbKeyDescription" : "...", - "recursiveSupported" : true, - "lookupSupported" : true, - "rbKeyLabel" : "...", - "matcher" : "...", - "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", - "mandatory" : true, - "parent" : "...", + "implClass" : "...", + "policyConditions" : [ { "name" : "...", - "accessTypeRestrictions" : [ "...", "..." ], - "itemId" : 12345, - "matcherOptions" : { + "description" : "...", + "evaluatorOptions" : { "property1" : "...", "property2" : "..." - } - }, { + }, "validationMessage" : "...", - "label" : "...", - "excludesSupported" : true, - "uiHint" : "...", - "isValidLeaf" : true, - "type" : "...", - "level" : 12345, - "description" : "...", - "rbKeyDescription" : "...", - "recursiveSupported" : true, - "lookupSupported" : true, - "rbKeyLabel" : "...", - "matcher" : "...", "rbKeyValidationMessage" : "...", "validationRegEx" : "...", - "mandatory" : true, - "parent" : "...", - "name" : "...", - "accessTypeRestrictions" : [ "...", "..." ], - "itemId" : 12345, - "matcherOptions" : { - "property1" : "...", - "property2" : "..." - } - } ], - "accessTypes" : [ { - "name" : "...", "label" : "...", + "uiHint" : "...", "itemId" : 12345, "rbKeyLabel" : "...", - "impliedGrants" : [ "...", "..." ] + "rbKeyDescription" : "...", + "evaluator" : "..." }, { "name" : "...", - "label" : "...", - "itemId" : 12345, - "rbKeyLabel" : "...", - "impliedGrants" : [ "...", "..." ] - } ], - "rbKeyDescription" : "...", - "description" : "...", - "rbKeyLabel" : "...", - "label" : "...", - "dataMaskDef" : { - "accessTypes" : [ { }, { } ], - "resources" : [ { }, { } ], - "maskTypes" : [ { }, { } ] - }, - "policyConditions" : [ { - "label" : "...", - "uiHint" : "...", - "name" : "...", + "description" : "...", "evaluatorOptions" : { "property1" : "...", "property2" : "..." }, - "description" : "...", - "itemId" : 12345, - "rbKeyDescription" : "...", + "validationMessage" : "...", "rbKeyValidationMessage" : "...", "validationRegEx" : "...", - "rbKeyLabel" : "...", - "evaluator" : "...", - "validationMessage" : "..." - }, { "label" : "...", "uiHint" : "...", - "name" : "...", - "evaluatorOptions" : { - "property1" : "...", - "property2" : "..." - }, - "description" : "...", "itemId" : 12345, + "rbKeyLabel" : "...", "rbKeyDescription" : "...", - "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", + "evaluator" : "..." + } ], + "accessTypes" : [ { + "name" : "...", + "rbKeyLabel" : "...", + "label" : "...", + "impliedGrants" : [ "...", "..." ], + "itemId" : 12345 + }, { + "name" : "...", "rbKeyLabel" : "...", - "evaluator" : "...", - "validationMessage" : "..." + "label" : "...", + "impliedGrants" : [ "...", "..." ], + "itemId" : 12345 } ], "rowFilterDef" : { "resources" : [ { }, { } ], @@ -593,45 +536,104 @@ }, "configs" : [ { "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", - "mandatory" : true, + "rbKeyDescription" : "...", + "description" : "...", + "itemId" : 12345, + "validationMessage" : "...", "label" : "...", - "rbKeyLabel" : "...", + "name" : "...", "type" : "...", - "subType" : "...", - "rbKeyDescription" : "...", + "mandatory" : true, "defaultValue" : "...", - "description" : "...", + "rbKeyLabel" : "...", + "subType" : "...", "uiHint" : "...", - "name" : "...", - "itemId" : 12345, - "validationMessage" : "..." + "validationRegEx" : "..." }, { "rbKeyValidationMessage" : "...", - "validationRegEx" : "...", - "mandatory" : true, + "rbKeyDescription" : "...", + "description" : "...", + "itemId" : 12345, + "validationMessage" : "...", "label" : "...", - "rbKeyLabel" : "...", + "name" : "...", "type" : "...", - "subType" : "...", - "rbKeyDescription" : "...", + "mandatory" : true, "defaultValue" : "...", - "description" : "...", + "rbKeyLabel" : "...", + "subType" : "...", "uiHint" : "...", + "validationRegEx" : "..." + } ], + "resources" : [ { + "lookupSupported" : true, + "rbKeyValidationMessage" : "...", + "validationMessage" : "...", + "itemId" : 12345, + "isValidLeaf" : true, + "matcher" : "...", + "excludesSupported" : true, "name" : "...", + "rbKeyLabel" : "...", + "recursiveSupported" : true, + "description" : "...", + "level" : 12345, + "uiHint" : "...", + "label" : "...", + "accessTypeRestrictions" : [ "...", "..." ], + "matcherOptions" : { + "property1" : "...", + "property2" : "..." + }, + "parent" : "...", + "validationRegEx" : "...", + "rbKeyDescription" : "...", + "type" : "...", + "mandatory" : true + }, { + "lookupSupported" : true, + "rbKeyValidationMessage" : "...", + "validationMessage" : "...", "itemId" : 12345, - "validationMessage" : "..." + "isValidLeaf" : true, + "matcher" : "...", + "excludesSupported" : true, + "name" : "...", + "rbKeyLabel" : "...", + "recursiveSupported" : true, + "description" : "...", + "level" : 12345, + "uiHint" : "...", + "label" : "...", + "accessTypeRestrictions" : [ "...", "..." ], + "matcherOptions" : { + "property1" : "...", + "property2" : "..." + }, + "parent" : "...", + "validationRegEx" : "...", + "rbKeyDescription" : "...", + "type" : "...", + "mandatory" : true } ], - "implClass" : "...", + "options" : { + "property1" : "...", + "property2" : "..." + }, "version" : 12345, + "createTime" : 12345, + "isEnabled" : true, "createdBy" : "...", - "updatedBy" : "...", - "id" : 12345, "guid" : "...", - "updateTime" : 12345, - "isEnabled" : true, - "createTime" : 12345 - } + "id" : 12345, + "updatedBy" : "...", + "updateTime" : 12345 + }, + "policyUpdateTime" : 12345, + "serviceId" : 12345, + "serviceName" : "...", + "auditMode" : "...", + "policyVersion" : 12345 }</pre> <footer class="footer">
Modified: ranger/site/trunk/apidocs/json_ValidityInterval.html URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_ValidityInterval.html?rev=1864664&r1=1864663&r2=1864664&view=diff ============================================================================== --- ranger/site/trunk/apidocs/json_ValidityInterval.html (original) +++ ranger/site/trunk/apidocs/json_ValidityInterval.html Wed Aug 7 18:15:52 2019 @@ -79,7 +79,7 @@ </thead> <tbody> <tr> - <td> <span id="prop-hours" class="property-name">hours</span> + <td> <span id="prop-days" class="property-name">days</span> </td> <td> <span class="datatype-reference">number </span> @@ -97,7 +97,7 @@ </td> </tr> <tr> - <td> <span id="prop-days" class="property-name">days</span> + <td> <span id="prop-hours" class="property-name">hours</span> </td> <td> <span class="datatype-reference">number </span> @@ -111,9 +111,9 @@ <p class="lead">Example</p> <pre class="prettyprint language-js example">{ - "hours" : 12345, + "days" : 12345, "minutes" : 12345, - "days" : 12345 + "hours" : 12345 }</pre> <footer class="footer"> Modified: ranger/site/trunk/apidocs/json_XXDBBase.html URL: http://svn.apache.org/viewvc/ranger/site/trunk/apidocs/json_XXDBBase.html?rev=1864664&r1=1864663&r2=1864664&view=diff ============================================================================== --- ranger/site/trunk/apidocs/json_XXDBBase.html (original) +++ ranger/site/trunk/apidocs/json_XXDBBase.html Wed Aug 7 18:15:52 2019 @@ -69,7 +69,7 @@ <dt>Abstract Type</dt> <dd></dd> <dt>Subtypes</dt> - <dd><a href="json_XXPolicyItemGroupPerm.html">XXPolicyItemGroupPerm</a>, <a href="json_XXPolicyConditionDef.html">XXPolicyConditionDef</a>, <a href="json_XXSecurityZoneRefTagService.html">XXSecurityZoneRefTagService</a>, <a href="json_XXTagResourceMap.html">XXTagResourceMap</a>, <a href="json_XXPolicyLabelMap.html">XXPolicyLabelMap</a>, <a href="json_XXPolicyItemCondition.html">XXPolicyItemCondition</a>, <a href="json_XXPolicyRefDataMaskType.html">XXPolicyRefDataMaskType</a>, <a href="json_XXPolicyBase.html">XXPolicyBase</a>, <a href="json_XXTag.html">XXTag</a>, <a href="json_XXPolicyResource.html">XXPolicyResource</a>, <a href="json_XXAccessTypeDef.html">XXAccessTypeDef</a>, <a href="json_XXPolicyLabel.html">XXPolicyLabel</a>, <a href="json_XXRoleBase.html">XXRoleBase</a>, <a href="json_XXGlobalState.html">XXGlobalState</a>, <a href="json_XXServiceConfigDef.html">XXServiceConfigDef</a>, <a href="json_XXAsset.html">XXAsset</a>, <a href="json_XXRoleRefUser.html">XXRoleRefUser </a>, <a href="json_XXPolicyRefCondition.html">XXPolicyRefCondition</a>, <a href="json_XXPolicy.html">XXPolicy</a>, <a href="json_XXAccessTypeDefGrants.html">XXAccessTypeDefGrants</a>, <a href="json_XXSecurityZone.html">XXSecurityZone</a>, <a href="json_XXServiceDefWithAssignedId.html">XXServiceDefWithAssignedId</a>, <a href="json_XXPolicyRefResource.html">XXPolicyRefResource</a>, <a href="json_XXGlobalStateBase.html">XXGlobalStateBase</a>, <a href="json_XXUser.html">XXUser</a>, <a href="json_XXPolicyRefRole.html">XXPolicyRefRole</a>, <a href="json_XXTagAttribute.html">XXTagAttribute</a>, <a href="json_XXContextEnricherDef.html">XXContextEnricherDef</a>, <a href="json_XXServiceConfigMap.html">XXServiceConfigMap</a>, <a href="json_XXServiceDefBase.html">XXServiceDefBase</a>, <a href="json_XXServiceWithAssignedId.html">XXServiceWithAssignedId</a>, <a href="json_XXTagAttributeDef.html">XXTagAttributeDef</a>, <a href="json_XXGroupPermission.html">XXGroupPermission</a>, <a href="json_XXS ecurityZoneBase.html">XXSecurityZoneBase</a>, <a href="json_XXPermMap.html">XXPermMap</a>, <a href="json_XXPortalUserRole.html">XXPortalUserRole</a>, <a href="json_XXEnumElementDef.html">XXEnumElementDef</a>, <a href="json_XXServiceBase.html">XXServiceBase</a>, <a href="json_XXServiceResource.html">XXServiceResource</a>, <a href="json_XXGroup.html">XXGroup</a>, <a href="json_XXRoleRefRole.html">XXRoleRefRole</a>, <a href="json_XXRole.html">XXRole</a>, <a href="json_XXServiceResourceElement.html">XXServiceResourceElement</a>, <a href="json_XXGroupUser.html">XXGroupUser</a>, <a href="json_XXAccessAudit.html">XXAccessAudit</a>, <a href="json_XXCredentialStore.html">XXCredentialStore</a>, <a href="json_XXPolicyRefUser.html">XXPolicyRefUser</a>, <a href="json_XXPolicyRefAccessType.html">XXPolicyRefAccessType</a>, <a href="json_XXUgsyncAuditInfo.html">XXUgsyncAuditInfo</a>, <a href="json_XXDataMaskTypeDef.html">XXDataMaskTypeDef</a>, <a href="json_XXTagDef.html">XXTagDef</a>, <a href="jso n_XXPolicyWithAssignedId.html">XXPolicyWithAssignedId</a>, <a href="json_XXPolicyItemRowFilterInfo.html">XXPolicyItemRowFilterInfo</a>, <a href="json_XXEnumDef.html">XXEnumDef</a>, <a href="json_XXSecurityZoneRefUser.html">XXSecurityZoneRefUser</a>, <a href="json_XXUserPermission.html">XXUserPermission</a>, <a href="json_XXPolicyItemDataMaskInfo.html">XXPolicyItemDataMaskInfo</a>, <a href="json_XXServiceResourceElementValue.html">XXServiceResourceElementValue</a>, <a href="json_XXSecurityZoneRefResource.html">XXSecurityZoneRefResource</a>, <a href="json_XXPolicyExportAudit.html">XXPolicyExportAudit</a>, <a href="json_XXTrxLog.html">XXTrxLog</a>, <a href="json_XXAuthSession.html">XXAuthSession</a>, <a href="json_XXSecurityZoneRefGroup.html">XXSecurityZoneRefGroup</a>, <a href="json_XXAccessAuditV4.html">XXAccessAuditV4</a>, <a href="json_XXResourceDef.html">XXResourceDef</a>, <a href="json_XXAccessAuditV5.html">XXAccessAuditV5</a>, <a href="json_XXRoleRefGroup.html">XXRoleRefGroup</a >, <a href="json_XXSecurityZoneRefService.html">XXSecurityZoneRefService</a>, ><a href="json_XXAuditMap.html">XXAuditMap</a>, <a >href="json_XXPolicyRefGroup.html">XXPolicyRefGroup</a>, <a >href="json_XXPortalUser.html">XXPortalUser</a>, <a >href="json_XXAccessAuditBase.html">XXAccessAuditBase</a>, <a >href="json_XXPolicyResourceMap.html">XXPolicyResourceMap</a>, <a >href="json_XXModuleDef.html">XXModuleDef</a>, <a >href="json_XXServiceDef.html">XXServiceDef</a>, <a >href="json_XXService.html">XXService</a>, <a >href="json_XXResource.html">XXResource</a>, <a >href="json_XXPolicyItemUserPerm.html">XXPolicyItemUserPerm</a>, <a >href="json_XXGroupGroup.html">XXGroupGroup</a>, <a >href="json_XXPolicyItem.html">XXPolicyItem</a>, <a >href="json_XXPolicyItemAccess.html">XXPolicyItemAccess</a></dd> + <dd><a href="json_XXPolicyItemGroupPerm.html">XXPolicyItemGroupPerm</a>, <a href="json_XXPolicyConditionDef.html">XXPolicyConditionDef</a>, <a href="json_XXSecurityZoneRefTagService.html">XXSecurityZoneRefTagService</a>, <a href="json_XXTagResourceMap.html">XXTagResourceMap</a>, <a href="json_XXPolicyLabelMap.html">XXPolicyLabelMap</a>, <a href="json_XXPolicyItemCondition.html">XXPolicyItemCondition</a>, <a href="json_XXPolicyRefDataMaskType.html">XXPolicyRefDataMaskType</a>, <a href="json_XXPolicyBase.html">XXPolicyBase</a>, <a href="json_XXTag.html">XXTag</a>, <a href="json_XXPolicyResource.html">XXPolicyResource</a>, <a href="json_XXAccessTypeDef.html">XXAccessTypeDef</a>, <a href="json_XXPolicyLabel.html">XXPolicyLabel</a>, <a href="json_XXRoleBase.html">XXRoleBase</a>, <a href="json_XXGlobalState.html">XXGlobalState</a>, <a href="json_XXServiceConfigDef.html">XXServiceConfigDef</a>, <a href="json_XXAsset.html">XXAsset</a>, <a href="json_XXRoleRefUser.html">XXRoleRefUser </a>, <a href="json_XXPolicyRefCondition.html">XXPolicyRefCondition</a>, <a href="json_XXPolicy.html">XXPolicy</a>, <a href="json_XXAccessTypeDefGrants.html">XXAccessTypeDefGrants</a>, <a href="json_XXSecurityZone.html">XXSecurityZone</a>, <a href="json_XXServiceDefWithAssignedId.html">XXServiceDefWithAssignedId</a>, <a href="json_XXPolicyRefResource.html">XXPolicyRefResource</a>, <a href="json_XXGlobalStateBase.html">XXGlobalStateBase</a>, <a href="json_XXUser.html">XXUser</a>, <a href="json_XXPolicyRefRole.html">XXPolicyRefRole</a>, <a href="json_XXTagAttribute.html">XXTagAttribute</a>, <a href="json_XXContextEnricherDef.html">XXContextEnricherDef</a>, <a href="json_XXServiceConfigMap.html">XXServiceConfigMap</a>, <a href="json_XXServiceDefBase.html">XXServiceDefBase</a>, <a href="json_XXServiceWithAssignedId.html">XXServiceWithAssignedId</a>, <a href="json_XXTagAttributeDef.html">XXTagAttributeDef</a>, <a href="json_XXGroupPermission.html">XXGroupPermission</a>, <a href="json_XXS ecurityZoneBase.html">XXSecurityZoneBase</a>, <a href="json_XXPermMap.html">XXPermMap</a>, <a href="json_XXPortalUserRole.html">XXPortalUserRole</a>, <a href="json_XXEnumElementDef.html">XXEnumElementDef</a>, <a href="json_XXServiceBase.html">XXServiceBase</a>, <a href="json_XXServiceResource.html">XXServiceResource</a>, <a href="json_XXGroup.html">XXGroup</a>, <a href="json_XXRoleRefRole.html">XXRoleRefRole</a>, <a href="json_XXRole.html">XXRole</a>, <a href="json_XXServiceResourceElement.html">XXServiceResourceElement</a>, <a href="json_XXGroupUser.html">XXGroupUser</a>, <a href="json_XXAccessAudit.html">XXAccessAudit</a>, <a href="json_XXCredentialStore.html">XXCredentialStore</a>, <a href="json_XXPolicyRefUser.html">XXPolicyRefUser</a>, <a href="json_XXPolicyRefAccessType.html">XXPolicyRefAccessType</a>, <a href="json_XXUgsyncAuditInfo.html">XXUgsyncAuditInfo</a>, <a href="json_XXDataMaskTypeDef.html">XXDataMaskTypeDef</a>, <a href="json_XXTagDef.html">XXTagDef</a>, <a href="jso n_XXPolicyWithAssignedId.html">XXPolicyWithAssignedId</a>, <a href="json_XXEnumDef.html">XXEnumDef</a>, <a href="json_XXPolicyItemRowFilterInfo.html">XXPolicyItemRowFilterInfo</a>, <a href="json_XXSecurityZoneRefUser.html">XXSecurityZoneRefUser</a>, <a href="json_XXUserPermission.html">XXUserPermission</a>, <a href="json_XXPolicyItemDataMaskInfo.html">XXPolicyItemDataMaskInfo</a>, <a href="json_XXServiceResourceElementValue.html">XXServiceResourceElementValue</a>, <a href="json_XXPolicyExportAudit.html">XXPolicyExportAudit</a>, <a href="json_XXSecurityZoneRefResource.html">XXSecurityZoneRefResource</a>, <a href="json_XXTrxLog.html">XXTrxLog</a>, <a href="json_XXAuthSession.html">XXAuthSession</a>, <a href="json_XXSecurityZoneRefGroup.html">XXSecurityZoneRefGroup</a>, <a href="json_XXAccessAuditV4.html">XXAccessAuditV4</a>, <a href="json_XXResourceDef.html">XXResourceDef</a>, <a href="json_XXAccessAuditV5.html">XXAccessAuditV5</a>, <a href="json_XXRoleRefGroup.html">XXRoleRefGroup</a >, <a href="json_XXSecurityZoneRefService.html">XXSecurityZoneRefService</a>, ><a href="json_XXAuditMap.html">XXAuditMap</a>, <a >href="json_XXPolicyRefGroup.html">XXPolicyRefGroup</a>, <a >href="json_XXPortalUser.html">XXPortalUser</a>, <a >href="json_XXAccessAuditBase.html">XXAccessAuditBase</a>, <a >href="json_XXPolicyResourceMap.html">XXPolicyResourceMap</a>, <a >href="json_XXModuleDef.html">XXModuleDef</a>, <a >href="json_XXServiceDef.html">XXServiceDef</a>, <a >href="json_XXService.html">XXService</a>, <a >href="json_XXResource.html">XXResource</a>, <a >href="json_XXPolicyItemUserPerm.html">XXPolicyItemUserPerm</a>, <a >href="json_XXGroupGroup.html">XXGroupGroup</a>, <a >href="json_XXPolicyItem.html">XXPolicyItem</a>, <a >href="json_XXPolicyItemAccess.html">XXPolicyItemAccess</a></dd> </dl> <table class="table datatype-properties">
