Actions are the operations that actors can perform on resources, like "read", "write", or "delete". In Oso, actions are typically represented as strings and are crucial in defining permissions within policies.
"read"
"write"
"delete"