ts-mailcow-api
    Preparing search index...

    Interface DaAclEditRequest

    Domain Admin ACL edit payload.

    interface DaAclEditRequest {
        attr: { da_acl: daAcl[] };
        items: string | string[];
    }
    Index
    attr: { da_acl: daAcl[] }

    Attributes to set.

    Type Declaration

    • da_acl: daAcl[]

      List of ACLs to set.

    items: string | string[]

    Domain admin usernames to edit.