- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
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 |
Required. Name of the resource Authorization requires the following IAM permission on the specified resource
|
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 ( |
Fields | |
---|---|
parameter |
Output only. Resource identifier of a ParameterVersion in the format |
payload |
Payload content of a ParameterVersion resource. |
rendered |
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.