ConfigVariable represents a configuration variable present in a Connection. or AuthConfig.
JSON representation
{"key": string,// Union field value can be only one of the following:"intValue": string,"boolValue": boolean,"stringValue": string,"secretValue": {object (Secret)},"encryptionKeyValue": {object (EncryptionKey)}// End of list of possible types for union field value.}
Fields
key
string
Key of the config variable.
Union field value. Value type of the config variable. value can be only one of the following:
The [KMS key name] with which the content of the Operation is encrypted. The expected format: projects/*/locations/*/keyRings/*/cryptoKeys/*. Will be empty string if google managed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["ConfigVariable represents a configuration variable used in a Connection or AuthConfig."],["A ConfigVariable contains a `key` and a `value`, where `value` can be an integer, boolean, string, secret, or an EncryptionKey."],["EncryptionKey represents an encryption key and contains a `type` and `kmsKeyName`."],["The `type` field of an EncryptionKey can be `TYPE_UNSPECIFIED`, `GOOGLE_MANAGED`, or `CUSTOMER_MANAGED`."],["The `kmsKeyName` for Encryption Key is the name of the KMS key used for encryption, in a specific format, or will be an empty string if it is google managed."]]],[]]