Documentation
    Preparing search index...

    Type Alias RbacAction

    RbacAction:
        | "READ"
        | "WRITE"
        | "CREATE"
        | "UPDATE"
        | "DELETE"
        | "EXECUTE"
        | "MANAGE"
        | "*"

    Semantic CRUD and management actions for business-level authorization. Decoupled from transport-level HTTP methods for maximum readability and business alignment.