{{!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --}}
Policy ID :   {{#if repositoryType}} {{/if}}
Added
Deleted
{{#if collection.length}}
Policy Details :

Fields

    {{#each collection}}
  1. {{./this.attributes.attributeName}}
  2. {{/each}}

Old Value

    {{#each collection}} {{#compare ./this.attributes.previousValue "eq" ''}}
  1. --
  2. {{else}}
  3. {{{highlightForPlugableServiceModel ./this.attributes.newValue ./this.attributes.previousValue 'old' ./this.attributes.type}}}
  4. {{/compare}} {{/each}}

New Value

    {{#each collection}} {{#compare ./this.attributes.newValue "eq" ''}}
  1. --
  2. {{else}}
  3. {{{highlightForPlugableServiceModel ./this.attributes.newValue ./this.attributes.previousValue 'new' ./this.attributes.type}}}
  4. {{/compare}} {{/each}}
{{/if}} {{#if oldPolicyItems}}
Allow PolicyItems :

Old Value

{{#each oldPolicyItems}}
    {{#ifCond this.users '||' this.groups }}
  1. Groups: {{#if_eq this.groups compare=0}} <empty> {{else}} {{#each this.groups}} {{this}}, {{/each}} {{/if_eq}}
  2. Users: {{#if_eq this.users compare=0}} <empty> {{else}} {{#each this.users}} {{this}}, {{/each}} {{/if_eq}}
  3. Permissions: {{#each this.permissions}} {{this}} , {{/each}}
  4. {{#if this.conditions}}
  5. Conditions: {{#each this.conditions}} {{this.type}} : [{{this.values}}], {{/each}}
  6. {{/if}}
  7. Delegate Admin: {{this.delegateAdmin}}
  8. {{else}}
  9. <empty>
  10. {{/ifCond}}

{{/each}}

New Value

{{#each newPolicyItems}}
    {{#ifCond this.users '||' this.groups}}
  1. Groups: {{#if_eq this.groups compare=0}} <empty> {{else}} {{#each this.groups}} {{this}}, {{/each}} {{/if_eq}}
  2. Users: {{#if_eq this.users compare=0}} <empty> {{else}} {{#each this.users}} {{this}}, {{/each}} {{/if_eq}}
  3. Permissions: {{#each this.permissions}} {{this}} , {{/each}}
  4. {{#if this.conditions}}
  5. Conditions: {{#each this.conditions}} {{this.type}} : [{{this.values}}], {{/each}}
  6. {{/if}}
  7. Delegate Admin: {{this.delegateAdmin}}
  8. {{else}}
  9. <empty>
  10. {{/ifCond}}

{{/each}}
{{/if}} {{#if oldAllowExceptionPolicyItems}}
Allow Exception PolicyItems :

Old Value

{{#each oldAllowExceptionPolicyItems}}
    {{#ifCond this.users '||' this.groups}}
  1. Groups: {{#if_eq this.groups compare=0}} <empty> {{else}} {{#each this.groups}} {{this}}, {{/each}} {{/if_eq}}
  2. Users: {{#if_eq this.users compare=0}} <empty> {{else}} {{#each this.users}} {{this}}, {{/each}} {{/if_eq}}
  3. Permissions: {{#each this.permissions}} {{this}} , {{/each}}
  4. {{#if this.conditions}}
  5. Conditions: {{#each this.conditions}} {{this.type}} : [{{this.values}}], {{/each}}
  6. {{/if}}
  7. Delegate Admin: {{this.delegateAdmin}}
  8. {{else}}
  9. <empty>
  10. {{/ifCond}}

{{/each}}

New Value

{{#each newAllowExceptionPolicyItems}}
    {{#ifCond this.users '||' this.groups}}
  1. Groups: {{#if_eq this.groups compare=0}} <empty> {{else}} {{#each this.groups}} {{this}}, {{/each}} {{/if_eq}}
  2. Users: {{#if_eq this.users compare=0}} <empty> {{else}} {{#each this.users}} {{this}}, {{/each}} {{/if_eq}}
  3. Permissions: {{#each this.permissions}} {{this}} , {{/each}}
  4. {{#if this.conditions}}
  5. Conditions: {{#each this.conditions}} {{this.type}} : [{{this.values}}], {{/each}}
  6. {{/if}}
  7. Delegate Admin: {{this.delegateAdmin}}
  8. {{else}}
  9. <empty>
  10. {{/ifCond}}

{{/each}}
{{/if}} {{#if oldDenyPolicyItems}}
Deny PolicyItems :

Old Value

{{#each oldDenyPolicyItems}}
    {{#ifCond this.users '||' this.groups}}
  1. Groups: {{#if_eq this.groups compare=0}} <empty> {{else}} {{#each this.groups}} {{this}}, {{/each}} {{/if_eq}}
  2. Users: {{#if_eq this.users compare=0}} <empty> {{else}} {{#each this.users}} {{this}}, {{/each}} {{/if_eq}}
  3. Permissions: {{#each this.permissions}} {{this}} , {{/each}}
  4. {{#if this.conditions}}
  5. Conditions: {{#each this.conditions}} {{this.type}} : [{{this.values}}], {{/each}}
  6. {{/if}}
  7. Delegate Admin: {{this.delegateAdmin}}
  8. {{else}}
  9. <empty>
  10. {{/ifCond}}

{{/each}}

New Value

{{#each newDenyPolicyItems}}
    {{#ifCond this.users '||' this.groups}}
  1. Groups: {{#if_eq this.groups compare=0}} <empty> {{else}} {{#each this.groups}} {{this}}, {{/each}} {{/if_eq}}
  2. Users: {{#if_eq this.users compare=0}} <empty> {{else}} {{#each this.users}} {{this}}, {{/each}} {{/if_eq}}
  3. Permissions: {{#each this.permissions}} {{this}} , {{/each}}
  4. {{#if this.conditions}}
  5. Conditions: {{#each this.conditions}} {{this.type}} : [{{this.values}}], {{/each}}
  6. {{/if}}
  7. Delegate Admin: {{this.delegateAdmin}}
  8. {{else}}
  9. <empty>
  10. {{/ifCond}}

{{/each}}
{{/if}} {{#if oldDenyExceptionPolicyItems}}
Deny Exception PolicyItems :

Old Value

{{#each oldDenyExceptionPolicyItems}}
    {{#ifCond this.users '||' this.groups}}
  1. Groups: {{#if_eq this.groups compare=0}} <empty> {{else}} {{#each this.groups}} {{this}}, {{/each}} {{/if_eq}}
  2. Users: {{#if_eq this.users compare=0}} <empty> {{else}} {{#each this.users}} {{this}}, {{/each}} {{/if_eq}}
  3. Permissions: {{#each this.permissions}} {{this}} , {{/each}}
  4. {{#if this.conditions}}
  5. Conditions: {{#each this.conditions}} {{this.type}} : [{{this.values}}], {{/each}}
  6. {{/if}}
  7. Delegate Admin: {{this.delegateAdmin}}
  8. {{else}}
  9. <empty>
  10. {{/ifCond}}

{{/each}}

New Value

{{#each newDenyExceptionPolicyItems}}
    {{#ifCond this.users '||' this.groups}}
  1. Groups: {{#if_eq this.groups compare=0}} <empty> {{else}} {{#each this.groups}} {{this}}, {{/each}} {{/if_eq}}
  2. Users: {{#if_eq this.users compare=0}} <empty> {{else}} {{#each this.users}} {{this}}, {{/each}} {{/if_eq}}
  3. Permissions: {{#each this.permissions}} {{this}} , {{/each}}
  4. {{#if this.conditions}}
  5. Conditions: {{#each this.conditions}} {{this.type}} : [{{this.values}}], {{/each}}
  6. {{/if}}
  7. Delegate Admin: {{this.delegateAdmin}}
  8. {{else}}
  9. <empty>
  10. {{/ifCond}}

{{/each}}
{{/if}} {{#if oldMaskPolicyItems}}
Masking Policy Items :

Old Value

{{#each oldMaskPolicyItems}}
    {{#ifCond this.users '||' this.groups}}
  1. Groups: {{#if_eq this.groups compare=0}} <empty> {{else}} {{#each this.groups}} {{this}}, {{/each}} {{/if_eq}}
  2. Users: {{#if_eq this.users compare=0}} <empty> {{else}} {{#each this.users}} {{this}}, {{/each}} {{/if_eq}}
  3. Accesses: {{#each this.accesses}} {{this.type}} , {{/each}}
  4. {{#if this.dataMaskInfo}}
  5. Data Mask Types: {{this.dataMaskInfo.dataMaskType}} ,
  6. {{/if}} {{else}}
  7. <empty>
  8. {{/ifCond}}

{{/each}}

New Value

{{#each newMaskPolicyItems}}
    {{#ifCond this.users '||' this.groups}}
  1. Groups: {{#if_eq this.groups compare=0}} <empty> {{else}} {{#each this.groups}} {{this}}, {{/each}} {{/if_eq}}
  2. Users: {{#if_eq this.users compare=0}} <empty> {{else}} {{#each this.users}} {{this}}, {{/each}} {{/if_eq}}
  3. Accesses: {{#each this.accesses}} {{this.type}} , {{/each}}
  4. {{#if this.dataMaskInfo}}
  5. Data Mask Types: {{this.dataMaskInfo.dataMaskType}} ,
  6. {{/if}} {{else}}
  7. <empty>
  8. {{/ifCond}}

{{/each}}
{{/if}} {{#if oldRowFilterPolicyItems}}
Row Level Filter Policy Items :

Old Value

{{#each oldRowFilterPolicyItems}}
    {{#ifCond this.users '||' this.groups}}
  1. Groups: {{#if_eq this.groups compare=0}} <empty> {{else}} {{#each this.groups}} {{this}}, {{/each}} {{/if_eq}}
  2. Users: {{#if_eq this.users compare=0}} <empty> {{else}} {{#each this.users}} {{this}}, {{/each}} {{/if_eq}}
  3. Accesses: {{#each this.accesses}} {{this.type}} , {{/each}}
  4. {{#if this.rowFilterInfo}}
  5. Row Level Filter: {{this.rowFilterInfo.filterExpr}} ,
  6. {{/if}} {{else}}
  7. <empty>
  8. {{/ifCond}}

{{/each}}

New Value

{{#each newRowFilterPolicyItems}}
    {{#ifCond this.users '||' this.groups}}
  1. Groups: {{#if_eq this.groups compare=0}} <empty> {{else}} {{#each this.groups}} {{this}}, {{/each}} {{/if_eq}}
  2. Users: {{#if_eq this.users compare=0}} <empty> {{else}} {{#each this.users}} {{this}}, {{/each}} {{/if_eq}}
  3. Accesses: {{#each this.accesses}} {{this.type}} , {{/each}}
  4. {{#if this.rowFilterInfo}}
  5. Row Level Filter: {{this.rowFilterInfo.filterExpr}} ,
  6. {{/if}} {{else}}
  7. <empty>
  8. {{/ifCond}}

{{/each}}
{{/if}}