Skip to main content

providers_initial_setup

Creates, updates, deletes, gets or lists a providers_initial_setup resource.

Overview

Nameproviders_initial_setup
TypeResource
Idcloudflare.magic_cloud_networking.providers_initial_setup

Fields

The following fields are returned by SELECT queries:

OK.

NameDatatypeDescription
aws_trust_policystring
azure_consent_urlstring
integration_identity_tagstring
item_typestring
tag_cli_commandstring

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_by_accountselectaccount_id, provider_idGet initial configuration to complete Cloud Integration setup (Closed Beta).

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
account_idstringThe Cloudflare account ID.
provider_idstring (uuid)

SELECT examples

Get initial configuration to complete Cloud Integration setup (Closed Beta).

SELECT
aws_trust_policy,
azure_consent_url,
integration_identity_tag,
item_type,
tag_cli_command
FROM cloudflare.magic_cloud_networking.providers_initial_setup
WHERE account_id = '{{ account_id }}' -- required
AND provider_id = '{{ provider_id }}' -- required
;