Interface IListRoleAssignments

Represents the parameters for listing role assignments.

Hierarchy

Properties

page?: number

the page number to fetch (default: 1)

perPage?: number

how many items to fetch per page (default: 100)

resourceInstance?: string

optional resource instance filter, will only return (resource) role assignments granted on that resource instance.

role?: string

optional role filter, will only return role assignments granting this role.

tenant?: string

optional tenant filter, will only return role assignments granted in that tenant.

user?: string

optional user filter, will only return role assignments granted to this user.

Generated using TypeDoc