diff --git a/dictionary.json b/dictionary.json index 799773ebe..5f966c9c8 100644 --- a/dictionary.json +++ b/dictionary.json @@ -4,9 +4,17 @@ "name": "dictionary", "attributes": { "admin_count": { - "caption": "Member of Privileged Group", + "caption": "Admin Count", + "type": "integer_t", "description": "Indicates that a given object is a member of a Privileged group in Active Directory.", - "requirement": "recommended" + "enum": { + "0": { + "caption": "Not Member" + }, + "1": { + "caption": "Member" + } + } }, "access_list": { "caption": "Access List",