secret
Secret Model
Represents a confidential key-value pair stored securely, typically for authentication or integration purposes.
name (string) Required
The identifier or label for the secret.
- Min length: 1
- Max length: 127
value (string) Required
The confidential value of the secret.
- Min length: 1
- Max length: 255
Example
{
"name": "string",
"value": "string"
}