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