Source Code
Preparing search index...
The search index is not available
@resolution/confluence-api-client
@resolution/confluence-api-client
index
ContentRestriction
Interface ContentRestriction
interface
ContentRestriction
{
_expandable
:
{
content
?:
string
;
restrictions
?:
string
;
}
&
{
[
key
:
string
]
:
unknown
;
}
;
_links
:
GenericLinks
;
content
?:
null
|
Content
;
operation
:
|
"copy"
|
"move"
|
"use"
|
"update"
|
"delete"
|
"read"
|
"create"
|
"restore"
|
"administer"
|
"export"
|
"purge"
|
"purge_version"
;
restrictions
?:
{
_expandable
?:
{
group
?:
string
;
user
?:
string
;
}
&
{
[
key
:
string
]
:
unknown
;
}
;
group
?:
GroupArray
;
user
?:
UserArray
;
}
&
{
[
key
:
string
]
:
unknown
;
}
;
}
Hierarchy
Record
<
string
,
unknown
>
ContentRestriction
Index
Properties
_expandable
_links
content?
operation
restrictions?
Properties
_expandable
_expandable
:
{
content
?:
string
;
restrictions
?:
string
;
}
&
{
[
key
:
string
]
:
unknown
;
}
_links
_links
:
GenericLinks
Optional
content
content
?:
null
|
Content
Base object for all content types.
operation
operation
:
|
"copy"
|
"move"
|
"use"
|
"update"
|
"delete"
|
"read"
|
"create"
|
"restore"
|
"administer"
|
"export"
|
"purge"
|
"purge_version"
Optional
restrictions
restrictions
?:
{
_expandable
?:
{
group
?:
string
;
user
?:
string
;
}
&
{
[
key
:
string
]
:
unknown
;
}
;
group
?:
GroupArray
;
user
?:
UserArray
;
}
&
{
[
key
:
string
]
:
unknown
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
_expandable
_links
content
operation
restrictions
Source Code
@resolution/confluence-api-client
Loading...
Base object for all content types.