Files
Dokploy-ts-sdk/docs/models/operations/securitycreaterequest.md
2025-09-26 02:33:10 +00:00

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 |