Get Parameter Version Result
data class GetParameterVersionResult(val createTime: String, val disabled: Boolean, val id: String, val kmsKeyVersion: String, val name: String, val parameter: String, val parameterData: String, val parameterVersionId: String, val project: String, val updateTime: String)
A collection of values returned by getParameterVersion.
Constructors
Properties
Link copied to clipboard
The time at which the Parameter Version was created.
Link copied to clipboard
The resource name of the Cloud KMS CryptoKeyVersion used to decrypt parameter version payload. Format projects/{{project}}/locations/global/keyRings/{{key_ring}}/cryptoKeys/{{crypto_key}}/cryptoKeyVersions/{{crypto_key_version}}
Link copied to clipboard
The parameter data.
Link copied to clipboard
Link copied to clipboard
The time at which the Parameter Version was last updated.