diff --git a/dictionary.json b/dictionary.json index 636ca610c..6b067c537 100644 --- a/dictionary.json +++ b/dictionary.json @@ -3,6 +3,11 @@ "description": "The Attribute Dictionary defines attributes and includes references to the events and objects in which they are used.", "name": "dictionary", "attributes": { + "admin_count": { + "caption": "Member of Privileged Group", + "description": "Indicates that a given object is a member of a Privileged group in Active Directory.", + "requirement": "recommended" + }, "access_list": { "caption": "Access List", "description": "The list of requested access rights.", diff --git a/profiles/active_directory.json b/profiles/active_directory.json index 909f8ff1d..499097d43 100644 --- a/profiles/active_directory.json +++ b/profiles/active_directory.json @@ -4,7 +4,7 @@ "caption": "Active Directory", "name": "active_directory", "attributes": { - "is_privileged": { + "admin_count": { "caption": "Member of Privileged Group", "description": "Indicates that a given object is a member of a Privileged group in Active Directory.", "requirement": "recommended"