Specification
{ "name": String, "value": String, "description": String }
Structure Values
Field Name | Type | Description | Required | Default |
---|---|---|---|---|
name | String | The name of the secret. Must be unique within your organization. | Required | |
value | String | The value of the secret. | Required | |
description | String | Expanded secret information. | None |
Example
{ "name": "api_key", "value": "0MitxEw84drGE61MaWgHoiyK", "description": "A sample API key to be shared with teammates in my organization" }