Skip to main content

PaginatedResponse <T>

Index

Properties

optionalcallerPermissions

callerPermissions?: PrincipalPermission[]

The caller's effective permissions on the parent resource that governs every item in the page — populated by endpoints where the authorization subject is shared across all rows (currently GET /groups/{id}/members, where this reflects the caller's mask on the group's management scope). Absent for endpoints whose items each have their own authorization subject.

data

data: T[]

pagination

pagination: Pagination
Page Options