View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaProvisionClientRequest (google_api_integrations v0.8.0)
Request for the Provision rpc
Attributes
-
cloudKmsConfig
(type:GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaCloudKmsConfig.t
, default:nil
) - Optional. OPTIONAL: Cloud KMS config for AuthModule to encrypt/decrypt credentials. -
createSampleWorkflows
(type:boolean()
, default:nil
) - Optional. Indicates if sample workflow should be created along with provisioning -
provisionGmek
(type:boolean()
, default:nil
) - Optional. Deprecated. Indicates provision with GMEK or CMEK. This field is deprecated and the provision would always be GMEK if cloud_kms_config is not present in the request. -
runAsServiceAccount
(type:String.t
, default:nil
) - Optional. User input run-as service account, if empty, will bring up a new default service account -
skipCpProvision
(type:boolean()
, default:nil
) - Optional. Indicates if skip CP provision or not
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaProvisionClientRequest{ cloudKmsConfig: GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaCloudKmsConfig.t() | nil, createSampleWorkflows: boolean() | nil, provisionGmek: boolean() | nil, runAsServiceAccount: String.t() | nil, skipCpProvision: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.