GetParameterVersionRenderResult

data class GetParameterVersionRenderResult(val disabled: Boolean, val id: String, val name: String, val parameter: String, val parameterData: String, val parameterVersionId: String, val project: String, val renderedParameterData: String)

A collection of values returned by getParameterVersionRender.

Constructors

Link copied to clipboard
constructor(disabled: Boolean, id: String, name: String, parameter: String, parameterData: String, parameterVersionId: String, project: String, renderedParameterData: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current state of the Parameter Version.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The resource name of the ParameterVersion. Format: projects/{{project}}/locations/global/parameters/{{parameter_id}}/versions/{{parameter_version_id}}

Link copied to clipboard
Link copied to clipboard

The Parameter data.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The Rendered Parameter Data specifies that if you use __REF__() to reference a secret and the format is JSON or YAML, the placeholder __REF__() will be replaced with the actual secret value. However, if the format is UNFORMATTED, it will stay the same as the original parameter_data.