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