Creates a new SecretVersion containing secret data. The secret data needs to be in bytes format.
Arguments
Parameters | |
---|---|
secret_id |
Required. The secret name in string format. For example,
|
data |
Required. The secret data to be added.
|
project_id |
The project ID associated with the secret. If not present, the ID of the current project is used.
|
Raised exceptions
Exceptions | |
---|---|
ConnectionError |
In case of a network problem (such as DNS failure or refused connection). |
HttpError |
If the response status is >= 400. |
TimeoutError |
If a long-running operation takes longer to finish than the specified timeout limit. |
TypeError |
If an operation or function receives an argument of the wrong type. |
ValueError |
If an operation or function receives an argument of the right type but an inappropriate value. For example, a negative timeout. |
Response
An instance of SecretVersion.
Subworkflow snippet
Some fields might be optional or required.
YAML
- addVersionBytes: call: googleapis.secretmanager.v1.projects.secrets.addVersionBytes args: result: addVersionBytesResult
JSON
[ { "addVersionBytes": { "call": "googleapis.secretmanager.v1.projects.secrets.addVersionBytes", "args": null, "result": "addVersionBytesResult" } } ]