Creates an Access Control List (ACL) record that secure parts of an application (sys_security_acl).
sys_security_acl
Configuration for the ACL record
https://docs.servicenow.com/csh?topicname=acl-api-now-ts.html&version=latest
Acl({ $id: Now.ID['incident_read'], type: 'record', table: 'incident', operation: 'read',}) Copy
Acl({ $id: Now.ID['incident_read'], type: 'record', table: 'incident', operation: 'read',})
Creates an Access Control List (ACL) record that secure parts of an application (
sys_security_acl).