objectIdClass | String | fully qualified class name of the secured object | [optional] |
objectIdIdentity | UUID | UUID of the specific secured object instance | [optional] |
parentObjectId | UUID | UUID reference to parent AclObjectIdentity for hierarchical permissions | [optional] |
parentObject | AclObjectIdentity | | [optional] |
ownerSid | UUID | UUID reference to the AclSid that owns this object | [optional] |
entriesInheriting | Integer | flag indicating whether ACL entries should inherit from parent (1=true, 0=false) | [optional] |
aclClass | AclClass | | [optional] |
aclClassId | UUID | UUID reference to the AclClass | [optional] |
aclEntries | List<AclEntry> | the ACL entries that define permissions for this object | [optional] |
id | UUID | Unique identifier for object in the system | [optional] |
ownerId | UUID | UUID of owner of the object in the system | [optional] |
createdDate | OffsetDateTime | Date of object creation | [optional] |
keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] |
lastAccessedById | UUID | Last user to access object | [optional] |
lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] |
lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] |
lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] |