Documentation
Preparing search index...
@kehto/runtime
AclEntryExternal
Interface AclEntryExternal
External ACL entry — used in shell commands (shell:acl-get etc.).
interface
AclEntryExternal
{
blocked
:
boolean
;
capabilities
:
(
|
"relay:read"
|
"relay:write"
|
"cache:read"
|
"cache:write"
|
"hotkey:forward"
|
"state:read"
|
"state:write"
|
"identity:read"
|
"keys:bind"
|
"keys:forward"
|
"media:control"
|
"notify:send"
|
"notify:channel"
|
"theme:read"
|
"config:read"
|
"resource:fetch"
|
"cvm:call"
|
"outbox:read"
|
"outbox:write"
|
"upload:write"
|
"intent:read"
|
"intent:write"
)
[]
;
pubkey
:
string
;
stateQuota
?:
number
;
}
Index
Properties
blocked
capabilities
pubkey
state
Quota?
Properties
blocked
blocked
:
boolean
capabilities
capabilities
:
(
|
"relay:read"
|
"relay:write"
|
"cache:read"
|
"cache:write"
|
"hotkey:forward"
|
"state:read"
|
"state:write"
|
"identity:read"
|
"keys:bind"
|
"keys:forward"
|
"media:control"
|
"notify:send"
|
"notify:channel"
|
"theme:read"
|
"config:read"
|
"resource:fetch"
|
"cvm:call"
|
"outbox:read"
|
"outbox:write"
|
"upload:write"
|
"intent:read"
|
"intent:write"
)
[]
pubkey
pubkey
:
string
Optional
state
Quota
stateQuota
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blocked
capabilities
pubkey
state
Quota
Documentation
Loading...
External ACL entry — used in shell commands (shell:acl-get etc.).