Class RenderParameterVersionResponse
Message describing RenderParameterVersionResponse resource
Implements
Inherited Members
Namespace: Google.Apis.ParameterManager.v1.Data
Assembly: Google.Apis.ParameterManager.v1.dll
Syntax
public class RenderParameterVersionResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParameterVersion
Output only. Resource identifier of a ParameterVersion in the format
projects/*/locations/*/parameters/*/versions/*.
Declaration
[JsonProperty("parameterVersion")]
public virtual string ParameterVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Payload
Payload content of a ParameterVersion resource.
Declaration
[JsonProperty("payload")]
public virtual ParameterVersionPayload Payload { get; set; }
Property Value
| Type | Description |
|---|---|
| ParameterVersionPayload |
RenderedPayload
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 substitution only works for a Parameter which is in JSON or YAML format.
Declaration
[JsonProperty("renderedPayload")]
public virtual string RenderedPayload { get; set; }
Property Value
| Type | Description |
|---|---|
| string |