Skip to content

Commit

Permalink
feat: [ocsf#1122] - pushed back admin_count to be more consistent wit…
Browse files Browse the repository at this point in the history
…h AD api
  • Loading branch information
PavelJurka committed Oct 22, 2024
1 parent c6344f6 commit aa58992
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion profiles/active_directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aa58992

Please sign in to comment.