Interface: SpacePermission
Defined in: src/v1/models/spacePermission.ts:7
Properties
anonymousAccess
ts
anonymousAccess: boolean;Defined in: src/v1/models/spacePermission.ts:28
id?
ts
optional id?: number;Defined in: src/v1/models/spacePermission.ts:8
operation
ts
operation: object;Defined in: src/v1/models/spacePermission.ts:27
Index Signature
ts
[key: string]: unknownoperation
ts
operation: string;The operation itself.
targetType
ts
targetType: string;The space or content type that the operation applies to. Could be one of- - application - page - blogpost - comment
- Attachment - space
subjects?
ts
optional subjects?: object;Defined in: src/v1/models/spacePermission.ts:9
_expandable?
ts
optional _expandable?: object;_expandable.group?
ts
optional group?: string;_expandable.user?
ts
optional user?: string;group?
ts
optional group?: object;group.limit?
ts
optional limit?: number;group.results
ts
results: object[];Index Signature
ts
[key: string]: unknowngroup.size
ts
size: number;group.start?
ts
optional start?: number;user?
ts
optional user?: object;user.limit?
ts
optional limit?: number;user.results
ts
results: User[];user.size
ts
size: number;user.start?
ts
optional start?: number;unlicensedAccess
ts
unlicensedAccess: boolean;Defined in: src/v1/models/spacePermission.ts:29