GoogleCloudIntegrationsV1alphaProvisionClientRequest class

Request for the Provision rpc

Constructors

GoogleCloudIntegrationsV1alphaProvisionClientRequest({GoogleCloudIntegrationsV1alphaCloudKmsConfig? cloudKmsConfig, bool? createSampleWorkflows, bool? provisionGmek, String? runAsServiceAccount, bool? skipCpProvision})
GoogleCloudIntegrationsV1alphaProvisionClientRequest.fromJson(Map json_)

Properties

cloudKmsConfig GoogleCloudIntegrationsV1alphaCloudKmsConfig?
OPTIONAL: Cloud KMS config for AuthModule to encrypt/decrypt credentials.
getter/setter pair
createSampleWorkflows bool?
Indicates if sample workflow should be created along with provisioning
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
provisionGmek bool?
Indicates provision with GMEK or CMEK.
getter/setter pair
runAsServiceAccount String?
User input run-as service account, if empty, will bring up a new default service account
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipCpProvision bool?
Indicates if skip CP provision or not
getter/setter pair

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