ID of the hook to retrieve secrets from.
Optional
requestOptions: Secrets.RequestOptionsRequest-specific configuration.
Add one or more secrets to an existing hook. Accepts an object of key-value pairs, where the key is the name of the secret. A hook can have a maximum of 20 secrets.
The id of the hook to retrieve
Optional
requestOptions: Secrets.RequestOptionsRequest-specific configuration.
Delete one or more existing secrets for a given hook. Accepts an array of secret names to delete.
ID of the hook whose secrets to delete.
Optional
requestOptions: Secrets.RequestOptionsRequest-specific configuration.
Update one or more existing secrets for an existing hook. Accepts an object of key-value pairs, where the key is the name of the existing secret.
ID of the hook whose secrets to update.
Optional
requestOptions: Secrets.RequestOptionsRequest-specific configuration.
Protected
_
Retrieve a hook's secrets by the ID of the hook.