diff --git a/dictionary.json b/dictionary.json
index f1570a176..8609bebd3 100644
--- a/dictionary.json
+++ b/dictionary.json
@@ -2629,9 +2629,9 @@
       "type": "boolean_t"
     },
     "is_privileged": {
-      "caption": "Member of Privileged Group",
-      "type": "boolean_t",
-      "description": "Indicates that a given object is a member of a Privileged group in Active Directory."
+      "caption": "Privileged User",
+      "description": "Indicated if the user is a privileged user",
+      "type": "boolean_t"
     },
     "is_remote": {
       "caption": "Remote",
diff --git a/profiles/active_directory.json b/profiles/active_directory.json
index aca003a06..909f8ff1d 100644
--- a/profiles/active_directory.json
+++ b/profiles/active_directory.json
@@ -5,6 +5,8 @@
   "name": "active_directory",
   "attributes": {
     "is_privileged": {
+      "caption": "Member of Privileged Group",
+      "description": "Indicates that a given object is a member of a Privileged group in Active Directory.",
       "requirement": "recommended"
     },
     "classification": {