Skip to content

Commit

Permalink
Merge pull request #2379 from atlanhq/governance-preferences-attribut…
Browse files Browse the repository at this point in the history
…es-denyAssetFilters

[stag] DG-113 New attributes for Persona and Purpose preferences - only denyAssetFilters
  • Loading branch information
n5nk authored Sep 19, 2023
2 parents 1236f53 + 82db3c9 commit b06164d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion addons/models/0000-Area0/0010-base_model.json
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@
],
"description": "Atlan Type representing parent model for Persona, Purpose",
"serviceType": "atlan",
"typeVersion": "1.1",
"typeVersion": "1.2",
"attributeDefs": [
{
"name": "isAccessControlEnabled",
Expand Down Expand Up @@ -914,6 +914,16 @@
"skipScrubbing": true,
"includeInNotification": false
},
{
"name": "denyAssetFilters",
"typeName": "array<string>",
"cardinality": "SET",
"isIndexable": false,
"isOptional": true,
"isUnique": false,
"skipScrubbing": true,
"includeInNotification": false
},
{
"name": "channelLink",
"typeName": "string",
Expand Down

0 comments on commit b06164d

Please sign in to comment.