mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-07 12:27:49 +00:00
21 lines
687 B
Markdown
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 | |