Skip to content

Commit

Permalink
Expose attribute in AccessControl
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshi0301 committed Feb 7, 2024
1 parent 61c79ca commit adb9cb4
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 @@ -879,7 +879,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 @@ -963,6 +963,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 adb9cb4

Please sign in to comment.