SecretsV2Specification

SecretsV2Specification
SecretsV2Specification

Represents a specification for Secrets

JSON Example
{
    "name": "my-name",
    "description": "string",
    "value": "my-value",
    "projectIdsToAdd": [
        "string"
    ],
    "orgScoped": false
}
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.

array of string
projectIdsToAdd
Optional

A list of project IDs to add this secret to.

boolean
orgScoped
Optional

This boolean checks if the secret is org scope or project scope

Parameter To