Type Alias: ContentRestriction
ts
type ContentRestriction = object;Defined in: src/v1/models/contentRestriction.ts:8
Properties
_expandable
ts
_expandable: object;Defined in: src/v1/models/contentRestriction.ts:31
content?
ts
optional content?: string;restrictions?
ts
optional restrictions?: string;_links
ts
_links: GenericLinks;Defined in: src/v1/models/contentRestriction.ts:35
content?
ts
optional content?: Content;Defined in: src/v1/models/contentRestriction.ts:30
operation
ts
operation:
| "administer"
| "copy"
| "create"
| "delete"
| "export"
| "move"
| "purge"
| "purge_version"
| "read"
| "restore"
| "update"
| "use";Defined in: src/v1/models/contentRestriction.ts:9
restrictions?
ts
optional restrictions?: object;Defined in: src/v1/models/contentRestriction.ts:22
_expandable?
ts
optional _expandable?: object;_expandable.group?
ts
optional group?: string;_expandable.user?
ts
optional user?: string;group?
ts
optional group?: GroupArray;user?
ts
optional user?: UserArray;