integrationConfigParameters property
List<GoogleCloudIntegrationsV1alphaIntegrationConfigParameter> ?
integrationConfigParameters
getter/setter pair
Config Parameters that are expected to be passed to the integration when an integration is published.
This consists of all the parameters that are expected to provide configuration in the integration execution. This gives the user the ability to provide default values, value, add information like connection url, project based configuration value and also provide data types of each parameter.
Optional.
Implementation
core.List<GoogleCloudIntegrationsV1alphaIntegrationConfigParameter>?
integrationConfigParameters;