Skip to content

Commit

Permalink
DG-113 New attributes for Persona and Purpose preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbonte21 committed Sep 19, 2023
1 parent 5e4e562 commit de9186a
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.1",
"typeVersion": "1.3",
"attributeDefs": [
{
"name": "isAccessControlEnabled",
Expand Down Expand Up @@ -923,6 +923,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 de9186a

Please sign in to comment.