SecretUpdateSpecification
SecretUpdateSpecification
Specification for updating a secret
JSON Example
{
"name": "my-name",
"description": "string",
"value": "my-value",
"orgScoped": false,
"projectIdsToAdd": [
"string"
],
"projectIdsToRemove": [
"string"
]
}
string
name
Required
Constraints:
minLength: 0
maxLength: 255
A human-friendly name used as an identifier for a secret. Secret name should not contain special characters.
string
description
Optional
A human-friendly description.
string
value
Required
Constraints:
minLength: 0
maxLength: 131072
The value of secret.
boolean
orgScoped
Optional
This boolean checks if the secret is org scope or project scope
array of
string
projectIdsToAdd
Optional
A list of project IDs to add this secret to.
array of
string
projectIdsToRemove
Optional
A list of project IDs to remove this secret from.