ocsf-schema
ocsf-schema copied to clipboard
ldap_person Object Improvements
Some input we gathered regarding the new ldap_person object (which replaces the Person profile via #813:
-
There are a few required attributes from the 3 LDAP classes we would want to make sure we have covered, and the attribute names should match:
ldap_dnshould be shortened todnldap_cnshould be shortened tocn- LDAP (
sn) surname is not in the current object. Since it is a key LDAP object, it should be added.
-
employee_uidisuidin LDAP- OCSF uses uid too, maybe that can be shortened within the object
- Or we could have
ldap_personextend_entityso we pick upnameanduid)
-
given_namewhich isgivenNamein LDAP- on this one, I'm not sure switching to camel-case would be a good practice to do, but adding it so we do not forget it was raised.