Secrets
List script secrets
Get secret binding
Add script secret
Delete script secret
ModelsExpand Collapse
SecretListResponse = object { name, text, type } or object { algorithm, format, name, 4 more } A secret value accessible through a binding.
A secret value accessible through a binding.
SecretKey = object { algorithm, format, name, 4 more }
Algorithm-specific key parameters. Learn more.
format: "raw" or "pkcs8" or "spki" or "jwk"Data format of the key. Learn more.
Data format of the key. Learn more.
usages: array of "encrypt" or "decrypt" or "sign" or 5 moreAllowed operations with the key. Learn more.
Allowed operations with the key. Learn more.
Base64-encoded key data. Required if format is "raw", "pkcs8", or "spki".
Key data in JSON Web Key format. Required if format is "jwk".
SecretGetResponse = object { name, text, type } or object { algorithm, format, name, 4 more } A secret value accessible through a binding.
A secret value accessible through a binding.
SecretKey = object { algorithm, format, name, 4 more }
Algorithm-specific key parameters. Learn more.
format: "raw" or "pkcs8" or "spki" or "jwk"Data format of the key. Learn more.
Data format of the key. Learn more.
usages: array of "encrypt" or "decrypt" or "sign" or 5 moreAllowed operations with the key. Learn more.
Allowed operations with the key. Learn more.
Base64-encoded key data. Required if format is "raw", "pkcs8", or "spki".
Key data in JSON Web Key format. Required if format is "jwk".
SecretUpdateResponse = object { name, text, type } or object { algorithm, format, name, 4 more } A secret value accessible through a binding.
A secret value accessible through a binding.
SecretKey = object { algorithm, format, name, 4 more }
Algorithm-specific key parameters. Learn more.
format: "raw" or "pkcs8" or "spki" or "jwk"Data format of the key. Learn more.
Data format of the key. Learn more.
usages: array of "encrypt" or "decrypt" or "sign" or 5 moreAllowed operations with the key. Learn more.
Allowed operations with the key. Learn more.
Base64-encoded key data. Required if format is "raw", "pkcs8", or "spki".
Key data in JSON Web Key format. Required if format is "jwk".