Settings
@hyperledger/identus-sdk v8.0.0
@hyperledger/identus-sdk / overview / Settings
Interface: Settings
Defined in: packages/lib/sdk/src/pluto/models/Settings.ts:9
Model for persisting arbitrary key-value settings.
The value field is encrypted at rest.
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
id | string | Application-defined identifier. | - | packages/lib/sdk/src/pluto/models/Settings.ts:11 |
key | string | Setting name / lookup key. | - | packages/lib/sdk/src/pluto/models/Settings.ts:13 |
uuid | string | Universally Unique Identifier. should be unique across all items. | Model.uuid | packages/shared/domain/build/index.d.ts:404 |
value | string | Setting payload (encrypted at rest). | - | packages/lib/sdk/src/pluto/models/Settings.ts:15 |