GetParametersParameter

data class GetParametersParameter(val createTime: String, val effectiveLabels: Map<String, String>, val format: String, val kmsKey: String, val labels: Map<String, String>, val name: String, val parameterId: String, val policyMembers: List<GetParametersParameterPolicyMember>, val project: String, val pulumiLabels: Map<String, String>, val updateTime: String)

Constructors

Link copied to clipboard
constructor(createTime: String, effectiveLabels: Map<String, String>, format: String, kmsKey: String, labels: Map<String, String>, name: String, parameterId: String, policyMembers: List<GetParametersParameterPolicyMember>, project: String, pulumiLabels: Map<String, String>, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which the parameter was created.

Link copied to clipboard
Link copied to clipboard

The format type of the parameter.

Link copied to clipboard

The resource name of the Cloud KMS CryptoKey used to encrypt parameter version payload. Format projects/{{project}}/locations/global/keyRings/{{key_ring}}/cryptoKeys/{{crypto_key}}

Link copied to clipboard

The labels assigned to the parameter.

Link copied to clipboard

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

Link copied to clipboard

The unique name of the resource.

Link copied to clipboard

An object containing a unique resource identity tied to the parameter. Structure is documented below.

Link copied to clipboard

The ID of the project.

Link copied to clipboard

The combination of labels configured directly on the resource and default labels configured on the provider.

Link copied to clipboard

The time at which the parameter was updated.