Skip to main content

Role

No description

type Role {
activeUserCount: Int
hasAccessToAllCourses: Boolean!
hasManagerInterfaceAccess: Boolean!
id: ID!
keyName: String
kind: String
name: String
passwordLength: Int!
passwordNumbers: Int!
passwordSummary: String
passwordSymbols: Int!
passwordUppercases: Int!
permissions: JSON
resetPasswordCount: Int
resetPasswordUnit: String
timeoutCount: Int!
timeoutUnit: String!
weight: Int
}

Fields

Role.activeUserCount ● Int scalar

Role.hasAccessToAllCourses ● Boolean! non-null scalar

Role.hasManagerInterfaceAccess ● Boolean! non-null scalar

Role.id ● ID! non-null scalar

Role.keyName ● String scalar

Role.kind ● String scalar

Role.name ● String scalar

Role.passwordLength ● Int! non-null scalar

Role.passwordNumbers ● Int! non-null scalar

Role.passwordSummary ● String scalar

Role.passwordSymbols ● Int! non-null scalar

Role.passwordUppercases ● Int! non-null scalar

Role.permissions ● JSON scalar

Role.resetPasswordCount ● Int scalar

Role.resetPasswordUnit ● String scalar

Role.timeoutCount ● Int! non-null scalar

Role.timeoutUnit ● String! non-null scalar

Role.weight ● Int scalar