UserApplicationRole
An application role assigned to a user.
type UserApplicationRole implements Model {
app: App
appId: Int
id: Int
role: ApplicationRole
roleId: ApplicationRoleId
source: String
userId: Int
}
Fields
UserApplicationRole.app ● App object common
The application the role applies to.
UserApplicationRole.appId ● Int scalar common
The application ID the role applies to.
UserApplicationRole.id ● Int scalar common
The unique identifier for the role assignment.
UserApplicationRole.role ● ApplicationRole object common
The role definition assigned to the user.
UserApplicationRole.roleId ● ApplicationRoleId enum common
The role ID assigned to the user.
UserApplicationRole.source ● String scalar common
The source of the role assignment.
UserApplicationRole.userId ● Int scalar common
The user ID that holds the role.
Interfaces
Model interface common
A model with an integer identifier.
Member Of
SetUserApplicationRolesPayload object ● UserApplicationRoleList object