Skip to content

Commit

Permalink
UM-4453 adding decryption for ObpsDailyCollectionReport
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanka-eGov committed Sep 6, 2022
1 parent 929546d commit d7fd41e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions data/pb/DataSecurity/SecurityPolicy.json
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,23 @@
"roleBasedDecryptionPolicy": [
]
},
{
"model": "ObpsDailyCollectionReport",
"uniqueIdentifier": {
"name": "uuid",
"jsonPath": "uuid"
},
"attributes": [
{
"name": "name",
"jsonPath": "name",
"patternId": "002",
"defaultVisibility": "PLAIN"
}
],
"roleBasedDecryptionPolicy": [
]
},
{
"model": "WnsReceiptRegisterReport",
"uniqueIdentifier": {
Expand Down

0 comments on commit d7fd41e

Please sign in to comment.