mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
4.0 KiB
4.0 KiB
EncryptableParentPassword Schema
https://timelimit.io/SerializedParentAction#/definitions/EncryptableParentPassword
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | SerializedParentAction.schema.json* |
EncryptableParentPassword Type
object (EncryptableParentPassword)
EncryptableParentPassword Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| hash | string |
Required | cannot be null | SerializedParentAction |
| secondHash | string |
Required | cannot be null | SerializedParentAction |
| secondSalt | string |
Required | cannot be null | SerializedParentAction |
| encrypted | boolean |
Optional | cannot be null | SerializedParentAction |
hash
hash
-
is required
-
Type:
string -
cannot be null
-
defined in: SerializedParentAction
hash Type
string
secondHash
secondHash
-
is required
-
Type:
string -
cannot be null
-
defined in: SerializedParentAction
secondHash Type
string
secondSalt
secondSalt
-
is required
-
Type:
string -
cannot be null
-
defined in: SerializedParentAction
secondSalt Type
string
encrypted
encrypted
-
is optional
-
Type:
boolean -
cannot be null
-
defined in: SerializedParentAction
encrypted Type
boolean