# SecurityUpdateRequest ## Example Usage ```typescript import { SecurityUpdateRequest } from "dokploy/models/operations"; let value: SecurityUpdateRequest = { securityId: "", 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 |