Method: projects.locations.parameters.versions.render

Gets rendered version of a ParameterVersion.

HTTP request

GET https://parametermanager.googleapis.com/v1/{name=projects/*/locations/*/parameters/*/versions/*}:render

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the resource

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

  • parametermanager.parameterVersions.render

Request body

The request body must be empty.

Response body

Message describing RenderParameterVersionResponse resource

If successful, the response body contains data with the following structure:

JSON representation
{
  "parameterVersion": string,
  "payload": {
    object (ParameterVersionPayload)
  },
  "renderedPayload": string
}
Fields
parameterVersion

string

Output only. Resource identifier of a ParameterVersion in the format projects/*/locations/*/parameters/*/versions/*.

payload

object (ParameterVersionPayload)

Payload content of a ParameterVersion resource.

renderedPayload

string (bytes format)

Output only. Server generated rendered version of the user provided payload data (ParameterVersionPayload) which has substitutions of all (if any) references to a SecretManager SecretVersion resources. This substituion only works for a Parameter which is in JSON or YAML format.

A base64-encoded string.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • parametermanager.parameterVersions.render

For more information, see the IAM documentation.