Skip to main content

AclObjectIdentity

Description

ACL_OBJECT_IDENTITY stores information for each unique domain object instance in the system. Columns include the ID, a foreign key to the ACL_CLASS table, a unique identifier so we know the ACL_CLASS instance for which we provide information, the parent, a foreign key to the ACL_SID table to represent the owner of the domain object instance, and whether we allow ACL entries to inherit from any parent ACL. We have a single row for every domain object instance for which we store ACL permissions.

Properties

NameTypeDescriptionNotes
objectIdClassStringfully qualified class name of the secured object[optional]
objectIdIdentityUUIDUUID of the specific secured object instance[optional]
parentObjectIdUUIDUUID reference to parent AclObjectIdentity for hierarchical permissions[optional]
parentObjectAclObjectIdentity[optional]
ownerSidUUIDUUID reference to the AclSid that owns this object[optional]
entriesInheritingIntegerflag indicating whether ACL entries should inherit from parent (1=true, 0=false)[optional]
aclClassAclClass[optional]
aclClassIdUUIDUUID reference to the AclClass[optional]
aclEntriesList<AclEntry>the ACL entries that define permissions for this object[optional]
idUUIDUnique identifier for object in the system[optional]
ownerIdUUIDUUID of owner of the object in the system[optional]
createdDateOffsetDateTimeDate of object creation[optional]
keyHashStringData, including hash of the key(s) used to encrypt this record.[optional]
lastAccessedByIdUUIDLast user to access object[optional]
lastAccessedDateOffsetDateTimeTimestamp of last access of object[optional]
lastModifiedByIdUUIDUnique identifier for user who last modifed the object in the system[optional]
lastModifiedDateOffsetDateTimeDate of last object modification[optional]

Implemented Interfaces

  • Serializable

Generated Version Details

~value
GENERATOR VERSIONcom.valkyrlabs:ValkyrAI API 1.0.0-SNAPSHOT
API ARTIFACTcom.valkyrlabs.valkyrai-api.jar
GENERATOR VERSIONorg.openapitools.openapi-generator:7.5.0
GENERATOR CLASSorg.openapitools.codegen.languages.SpringCodegen
GENERATED DATE2025-08-11T09:38:12.618574-07:00[America/Los_Angeles]