Skip to content

Commit

Permalink
Merge pull request #2835 from atlanhq/geat/PLT-749
Browse files Browse the repository at this point in the history
Expose `displayPreferences`  attribute in AccessControl
  • Loading branch information
aarshi0301 authored Feb 7, 2024
2 parents 4ceeb64 + adb9cb4 commit 41d3dff
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion addons/models/0000-Area0/0010-base_model.json
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@
],
"description": "Atlan Type representing parent model for Persona, Purpose",
"serviceType": "atlan",
"typeVersion": "1.3",
"typeVersion": "1.4",
"attributeDefs": [
{
"name": "isAccessControlEnabled",
Expand Down Expand Up @@ -984,6 +984,17 @@
"isUnique": false,
"skipScrubbing": true,
"includeInNotification": false
},
{
"name": "displayPreferences",
"typeName": "array<string>",
"indexType": "STRING",
"cardinality": "SET",
"isIndexable": false,
"isOptional": true,
"isUnique": false,
"skipScrubbing": true,
"includeInNotification": false
}
]
},
Expand Down

0 comments on commit 41d3dff

Please sign in to comment.