Method: googleapis.secretmanager.v1.projects.secrets.addVersionString

Creates a new SecretVersion containing secret data. The secret data needs to be in string format.

Arguments

Parameters
secret_id

string

Required. The secret name in string format. For example, foo.

data

string

Required. The secret data to be added.

project_id

string

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

- addVersionString:
    call: googleapis.secretmanager.v1.projects.secrets.addVersionString
    args:
    result: addVersionStringResult

JSON

[
  {
    "addVersionString": {
      "call": "googleapis.secretmanager.v1.projects.secrets.addVersionString",
      "args": null,
      "result": "addVersionStringResult"
    }
  }
]