Skip to content

Commit

Permalink
feat: [ocsf#1122] - ldap - moved active directory sid objects to ad p…
Browse files Browse the repository at this point in the history
…rofile
  • Loading branch information
PavelJurka committed Oct 22, 2024
1 parent e9cc985 commit 2d89251
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions profiles/active_directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 2d89251

Please sign in to comment.