Skip to content

Commit

Permalink
Merge pull request #2413 from atlanhq/governance-preferences-attributes
Browse files Browse the repository at this point in the history
[staging] DG-113 New attributes for Persona and Purpose preferences
  • Loading branch information
mehtaanshul authored Oct 19, 2023
2 parents 3df4b4d + 3b98408 commit 3935ae6
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 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.2",
"typeVersion": "1.3",
"attributeDefs": [
{
"name": "isAccessControlEnabled",
Expand Down Expand Up @@ -933,6 +933,36 @@
"isUnique": false,
"skipScrubbing": true,
"includeInNotification": false
},
{
"name": "denyAssetTypes",
"typeName": "array<string>",
"cardinality": "SET",
"isIndexable": false,
"isOptional": true,
"isUnique": false,
"skipScrubbing": true,
"includeInNotification": false
},
{
"name": "denyNavigationPages",
"typeName": "array<string>",
"cardinality": "SET",
"isIndexable": false,
"isOptional": true,
"isUnique": false,
"skipScrubbing": true,
"includeInNotification": false
},
{
"name": "defaultNavigation",
"typeName": "string",
"cardinality": "SINGLE",
"isIndexable": false,
"isOptional": true,
"isUnique": false,
"skipScrubbing": true,
"includeInNotification": false
}
]
},
Expand Down

0 comments on commit 3935ae6

Please sign in to comment.