mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
702 B
702 B
SecurityCreateRequest
Example Usage
import { SecurityCreateRequest } from "dokploy/models/operations";
let value: SecurityCreateRequest = {
applicationId: "<id>",
username: "Constantin.Kertzmann",
password: "eUkfMmPJCFOcmQZ",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
applicationId |
string | ✔️ | N/A |
username |
string | ✔️ | N/A |
password |
string | ✔️ | N/A |