mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 20:37:44 +00:00
687 B
687 B
SecurityUpdateRequest
Example Usage
import { SecurityUpdateRequest } from "dokploy/models/operations";
let value: SecurityUpdateRequest = {
securityId: "<id>",
username: "Isaiah66",
password: "MIcIaGXdffHvZbi",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
securityId |
string | ✔️ | N/A |
username |
string | ✔️ | N/A |
password |
string | ✔️ | N/A |