Skip to main content

Secret

Specification

{
"name": String,
"value": String,
"description": String
}

Structure values

Field NameTypeDescriptionRequiredDefault
nameStringThe name of the secret. Must be unique within your organization.Required
valueStringThe value of the secret.Required
descriptionStringExpanded secret information.None

Example

{
"name": "api_key",
"value": "0MitxEw84drGE61MaWgHoiyK",
"description": "A sample API key to be shared with teammates in my organization"
}