ts-mailcow-api
Preparing search index...
ACLEditRequest
Interface ACLEditRequest
ACL Edit payload.
interface
ACLEditRequest
{
attr
:
{
user_acl
:
userAcl
[]
}
;
items
:
string
|
string
[]
;
}
Index
Properties
attr
items
Properties
attr
attr
:
{
user_acl
:
userAcl
[]
}
Attributes to set.
Type declaration
user_acl
:
userAcl
[]
List of ACLs to set.
items
items
:
string
|
string
[]
Mailboxes to edit.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attr
items
ts-mailcow-api
Loading...
ACL Edit payload.