Class RenderParameterVersionResponse (0.1.0)

RenderParameterVersionResponse(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Message describing RenderParameterVersionResponse resource

Attributes

Name Description
parameter_version str
Output only. Resource identifier of a ParameterVersion in the format projects/*/locations/*/parameters/*/versions/*.
payload google.cloud.parametermanager_v1.types.ParameterVersionPayload
Payload content of a ParameterVersion resource.
rendered_payload bytes
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.