trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-core
/
de.connect2x.trixnity.core.model.events.m.room
/
ServerACLEventContent
Server
ACLEvent
Content
@
Serializable
data
class
ServerACLEventContent
(
val
allow
:
Set
<
String
>
=
setOf()
,
val
allowIpLiterals
:
Boolean
=
true
,
val
deny
:
Set
<
String
>
=
setOf()
,
val
externalUrl
:
String
?
=
null
)
:
StateEventContent
See also
matrix spec
Members
Constructors
Server
ACLEvent
Content
Link copied to clipboard
constructor
(
allow
:
Set
<
String
>
=
setOf()
,
allowIpLiterals
:
Boolean
=
true
,
deny
:
Set
<
String
>
=
setOf()
,
externalUrl
:
String
?
=
null
)
Properties
allow
Link copied to clipboard
@
SerialName
(
value
=
"allow"
)
val
allow
:
Set
<
String
>
allow
Ip
Literals
Link copied to clipboard
@
SerialName
(
value
=
"allow_ip_literals"
)
val
allowIpLiterals
:
Boolean
deny
Link copied to clipboard
@
SerialName
(
value
=
"deny"
)
val
deny
:
Set
<
String
>
external
Url
Link copied to clipboard
@
SerialName
(
value
=
"external_url"
)
open
override
val
externalUrl
:
String
?