workspaceAccountRoles
Reads a set of WorkspaceAccountRole.
workspaceAccountRoles(
first: Int
offset: Int
orderBy: [WorkspaceAccountRolesOrderBy!]
condition: WorkspaceAccountRoleCondition
filter: WorkspaceAccountRoleFilter
): [WorkspaceAccountRole!]
Arguments
workspaceAccountRoles.first ● Int scalar
Only read the first n values of the set.
workspaceAccountRoles.offset ● Int scalar
Skip the first n values.
workspaceAccountRoles.orderBy ● [WorkspaceAccountRolesOrderBy!] list enum
The method to use when ordering WorkspaceAccountRole.
workspaceAccountRoles.condition ● WorkspaceAccountRoleCondition input
A condition to be used in determining which values should be returned by the collection.
workspaceAccountRoles.filter ● WorkspaceAccountRoleFilter input
A filter to be used in determining which values should be returned by the collection.
Type
WorkspaceAccountRole object
The member-to-role junction (RBAC). Multiple live rows for one member mean multiple roles, and effective permissions are the union across them. Soft-deleting a row (via revokeRole) makes the assignment inert.