Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    An entry for the ACL

    interface ACLEntry {
        entity: GenericAccount;
        method?: SET;
        permissions: Permissions;
        principal: GenericAccount;
        target?: GenericAccount;
    }

    Hierarchy

    • Omit<ACLRow, "target">
      • ACLEntry
    Index

    Properties

    The account that this row is for

    method?: SET
    permissions: Permissions

    The permissions for which this row grants

    principal: GenericAccount

    The account that these permissions apply to