additionalConfig property

Map<String, GoogleCloudApihubV1ConfigVariable>? additionalConfig
getter/setter pair

The additional information for this plugin instance corresponding to the additional config template of the plugin.

This information will be sent to plugin hosting service on each call to plugin hosted service. The key will be the config_variable_template.display_name to uniquely identify the config variable.

Optional.

Implementation

core.Map<core.String, GoogleCloudApihubV1ConfigVariable>? additionalConfig;