GoogleCloudIntegrationsV1alphaCustomerConfig constructor
GoogleCloudIntegrationsV1alphaCustomerConfig({
- GoogleCloudIntegrationsV1alphaCloudKmsConfig? cloudKmsConfig,
- bool? enableHttpCall,
- bool? enableManagedAiFeatures,
- bool? enableVariableMasking,
- String? runAsServiceAccount,
Implementation
GoogleCloudIntegrationsV1alphaCustomerConfig({
this.cloudKmsConfig,
this.enableHttpCall,
this.enableManagedAiFeatures,
this.enableVariableMasking,
this.runAsServiceAccount,
});