Skip to content

Commit

Permalink
Feat: [ocsf#1122] - extend User, LDAP Person + cloud like AzureAd sup…
Browse files Browse the repository at this point in the history
…port added

- wip - status: LDAP person added + AD profile

initial shape

PR - expiration_time instead of account_expiry_time
  • Loading branch information
PavelJurka committed Jul 1, 2024
1 parent da5bea1 commit 670dec1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 0 additions & 5 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
"description": "The account object describes details about the account that was the source or target of the activity.",
"type": "account"
},
"account_expiry_time": {
"caption": "Account Expiry Time",
"type": "timestamp_t",
"description": "The time when the account expires."
},
"ack_reason": {
"caption": "Acknowledgement Reason",
"description": "An integer that provides a reason code or additional information about the acknowledgment result.",
Expand Down
8 changes: 5 additions & 3 deletions objects/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"description": "The user's account or the account associated with the user.",
"requirement": "optional"
},
"account_expiry_time": {
"requirement": "optional"
},
"bad_password_attempts": {
"requirement": "recommended"
},
Expand All @@ -32,6 +29,11 @@
"email_addr": {
"requirement": "optional"
},
"expiration_time": {
"requirement": "optional",
"caption": "User Account Expiration Time",
"description": "The time when the user account expires."
},
"full_name": {
"requirement": "optional"
},
Expand Down

0 comments on commit 670dec1

Please sign in to comment.