From adb9cb47f275bc9847ec49f662390ce7e4bb2e7b Mon Sep 17 00:00:00 2001 From: aarshi Date: Wed, 7 Feb 2024 14:19:49 +0530 Subject: [PATCH] Expose attribute in AccessControl --- addons/models/0000-Area0/0010-base_model.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/addons/models/0000-Area0/0010-base_model.json b/addons/models/0000-Area0/0010-base_model.json index fc8b63917b..4bfd6db963 100644 --- a/addons/models/0000-Area0/0010-base_model.json +++ b/addons/models/0000-Area0/0010-base_model.json @@ -879,7 +879,7 @@ ], "description": "Atlan Type representing parent model for Persona, Purpose", "serviceType": "atlan", - "typeVersion": "1.3", + "typeVersion": "1.4", "attributeDefs": [ { "name": "isAccessControlEnabled", @@ -963,6 +963,17 @@ "isUnique": false, "skipScrubbing": true, "includeInNotification": false + }, + { + "name": "displayPreferences", + "typeName": "array", + "indexType": "STRING", + "cardinality": "SET", + "isIndexable": false, + "isOptional": true, + "isUnique": false, + "skipScrubbing": true, + "includeInNotification": false } ] },