Method: projects.locations.secrets.versions.access

Accesses a SecretVersion. This call returns the secret data.

projects/*/secrets/*/versions/latest is an alias to the most recently created SecretVersion.

HTTP request

GET https://secretmanager.googleapis.com/v1beta2/{name=projects/*/locations/*/secrets/*/versions/*}:access

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The resource name of the SecretVersion in the format projects/*/secrets/*/versions/* or projects/*/locations/*/secrets/*/versions/*.

projects/*/secrets/*/versions/latest or projects/*/locations/*/secrets/*/versions/latest is an alias to the most recently created SecretVersion.

Authorization requires the following IAM permission on the specified resource name:

  • secretmanager.versions.access

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of AccessSecretVersionResponse.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.