UPDATE SECRET
Last updated
Last updated
Updates a new secret within the organization.
Name of the secret to update. If the name is case sensitive you must wrap it in double quotes; otherwise the system uses the lower case name.
This clause specifies secret parameters; see for more information.
description
Optional. A description for the secret Type: String
### GENERIC_SECRET Specific Parameters
Parameters to be used if type
is GENERIC_SECRET
:
secret_string
The string to store in the secret. The string may function as either an API token or a sensitive value string, to be utilized within the handler code of a user-defined function (UDF). Required: Yes Default value: None Type: String
The following updates a secret named my_secret
: