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

21 lines
687 B
Markdown

# SecurityUpdateRequest
## Example Usage
```typescript
import { SecurityUpdateRequest } from "dokploy/models/operations";
let value: SecurityUpdateRequest = {
securityId: "<id>",
username: "Isaiah66",
password: "MIcIaGXdffHvZbi",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `securityId` | *string* | :heavy_check_mark: | N/A |
| `username` | *string* | :heavy_check_mark: | N/A |
| `password` | *string* | :heavy_check_mark: | N/A |