Skip to content

Commit

Permalink
added organisation encryption model
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavya-egov committed Oct 3, 2023
1 parent 7a7b06f commit d8e9c08
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions data/pg/DataSecurity/SecurityPolicy.json
Expand Up @@ -465,6 +465,34 @@
}
],
"roleBasedDecryptionPolicy": []
},
{
"model": "Organisation",
"uniqueIdentifier": {
"name": "id",
"jsonPath": "/id"
},
"attributes": [
{
"name": "contactName",
"jsonPath": "contactName",
"patternId": "002",
"defaultVisibility": "PLAIN"
},
{
"name": "contactMobileNumber",
"jsonPath": "contactMobileNumber",
"patternId": "001",
"defaultVisibility": "PLAIN"
},
{
"name": "contactEmail",
"jsonPath": "contactEmail",
"patternId": "004",
"defaultVisibility": "PLAIN"
}
],
"roleBasedDecryptionPolicy": []
}
]
}

0 comments on commit d8e9c08

Please sign in to comment.