mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2025-10-03 17:59:24 +02:00
11 KiB
11 KiB
ServerUserEntry Schema
https://timelimit.io/ServerDataStatus#/definitions/ServerUserEntry
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | ServerDataStatus.schema.json* |
ServerUserEntry Type
object
(ServerUserEntry)
ServerUserEntry Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
id | string |
Required | cannot be null | ServerDataStatus |
name | string |
Required | cannot be null | ServerDataStatus |
password | string |
Required | cannot be null | ServerDataStatus |
secondPasswordSalt | string |
Required | cannot be null | ServerDataStatus |
type | string |
Required | cannot be null | ServerDataStatus |
timeZone | string |
Required | cannot be null | ServerDataStatus |
disableLimitsUntil | number |
Required | cannot be null | ServerDataStatus |
string |
Required | cannot be null | ServerDataStatus | |
currentDevice | string |
Required | cannot be null | ServerDataStatus |
categoryForNotAssignedApps | string |
Required | cannot be null | ServerDataStatus |
relaxPrimaryDevice | boolean |
Required | cannot be null | ServerDataStatus |
mailNotificationFlags | number |
Required | cannot be null | ServerDataStatus |
blockedTimes | string |
Required | cannot be null | ServerDataStatus |
flags | number |
Required | cannot be null | ServerDataStatus |
llc | string |
Optional | cannot be null | ServerDataStatus |
id
id
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
id Type
string
name
name
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
name Type
string
password
password
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
password Type
string
secondPasswordSalt
secondPasswordSalt
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
secondPasswordSalt Type
string
type
type
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
type Type
string
type Constraints
enum: the value of this property must be equal to one of the following values:
Value | Explanation |
---|---|
"child" |
|
"parent" |
timeZone
timeZone
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
timeZone Type
string
disableLimitsUntil
disableLimitsUntil
- is required
- Type:
number
- cannot be null
- defined in: ServerDataStatus
disableLimitsUntil Type
number
mail
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
mail Type
string
currentDevice
currentDevice
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
currentDevice Type
string
categoryForNotAssignedApps
categoryForNotAssignedApps
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
categoryForNotAssignedApps Type
string
relaxPrimaryDevice
relaxPrimaryDevice
- is required
- Type:
boolean
- cannot be null
- defined in: ServerDataStatus
relaxPrimaryDevice Type
boolean
mailNotificationFlags
mailNotificationFlags
- is required
- Type:
number
- cannot be null
- defined in: ServerDataStatus
mailNotificationFlags Type
number
blockedTimes
blockedTimes
- is required
- Type:
string
- cannot be null
- defined in: ServerDataStatus
blockedTimes Type
string
flags
flags
- is required
- Type:
number
- cannot be null
- defined in: ServerDataStatus
flags Type
number
llc
llc
- is optional
- Type:
string
- cannot be null
- defined in: ServerDataStatus
llc Type
string