GoogleCloudIntegrationsV1alphaCustomerConfig class

Customer configuration information for the given client

Constructors

GoogleCloudIntegrationsV1alphaCustomerConfig.new({GoogleCloudIntegrationsV1alphaCloudKmsConfig? cloudKmsConfig, bool? enableHttpCall, bool? enableManagedAiFeatures, bool? enableVariableMasking, String? runAsServiceAccount})
GoogleCloudIntegrationsV1alphaCustomerConfig.fromJson(Map json_)

Properties

cloudKmsConfig GoogleCloudIntegrationsV1alphaCloudKmsConfig?
Cloud KMS config for Auth Module to encrypt/decrypt credentials.
getter/setter pair
enableHttpCall bool?
Indicates if the client should be allowed to make HTTP calls.
getter/setter pair
enableManagedAiFeatures bool?
Indicates if the client should be allowed to use managed AI features, i.e. using Cloud Companion APIs of the tenant project.
getter/setter pair
enableVariableMasking bool?
True if variable masking feature should be turned on for this region.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runAsServiceAccount String?
Run-as service account to be updated for the provisioned client.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited