StaticSecret#
- pydantic model phalanx.models.secrets.StaticSecret#
- Value of a static secret provided in a YAML file. - Parameters:
- data ( - Any) –
 - Show JSON schema- { "title": "StaticSecret", "description": "Value of a static secret provided in a YAML file.", "type": "object", "properties": { "description": { "title": "Description", "type": "string" }, "value": { "title": "Value", "type": "string", "writeOnly": true, "format": "password" } } }