Optionaloptions: RequestOptions<unknown>Update the value of an existing Secret by name. The new value will be encrypted at rest.
Optionaloptions: RequestOptions<unknown>List all Secrets for the authenticated account. Secret values are not included for security reasons.
Optionalquery: SecretListParamsOptionaloptions: RequestOptions<unknown>List all Secrets for the authenticated account. Secret values are not included for security reasons.
Optionaloptions: RequestOptions<unknown>Delete an existing Secret by name. This action is irreversible and will remove the Secret from all Devboxes.
Optionalbody: SecretDeleteParams | nullOptionaloptions: RequestOptions<unknown>
Create a new Secret with a globally unique name and value. The Secret will be encrypted at rest and made available as an environment variable in Devboxes.