Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [ocsf#1122] - ldap - moved active directory sid objects to ad p…
Browse files Browse the repository at this point in the history
…rofile
PavelJurka committed Oct 16, 2024
1 parent bf0dc5e commit 8e15535
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
@@ -2607,9 +2607,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",
2 changes: 2 additions & 0 deletions profiles/active_directory.json
Original file line number Diff line number Diff line change
@@ -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": {

0 comments on commit 8e15535

Please sign in to comment.