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 aa58992 commit 0f6f32c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0f6f32c

Please sign in to comment.