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