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

    Update an ACL for an account

    interface ACLUpdate {
        entity: GenericAccount;
        method: AdjustMethod;
        permissions: null | Permissions;
        principal: GenericAccount;
        target?: GenericAccount;
    }

    Hierarchy

    • Omit<ACLEntry, "method" | "permissions">
      • ACLUpdate
    Index

    Properties

    The account that this row is for

    method: AdjustMethod

    The method to use to update the ACL

    permissions: null | Permissions

    The permissions to set for the ACL

    If this is set to null, the permissions will be unset

    principal: GenericAccount

    The account that these permissions apply to