Skip to main content

UserApplicationRoleList

A paginated list of user application roles.

type UserApplicationRoleList implements ModelList {
edges: [UserApplicationRole]
nextCursor: String
nodes: [UserApplicationRole]
total: Int
}

Fields

UserApplicationRoleList.edges ● [UserApplicationRole] list object common

A legacy alias for nodes.

UserApplicationRoleList.nextCursor ● String scalar common

The cursor for the next page of role assignments.

UserApplicationRoleList.nodes ● [UserApplicationRole] list object common

The role assignments returned in the current page.

UserApplicationRoleList.total ● Int scalar common

The total number of matching role assignments.

Interfaces

ModelList interface common

A paginated list of models.

Member Of

Me object ● User object