Skip to main content

target_industries_catalog

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

Overview

Nametarget_industries_catalog
TypeResource
Idcloudflare.cloudforce_one.target_industries_catalog

Fields

The following fields are returned by SELECT queries:

Returns all target industries from industry map catalog.

NameDatatypeDescription
itemsobject
typestring

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectaccount_id

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.

SELECT examples

Returns all target industries from industry map catalog.

SELECT
items,
type
FROM cloudflare.cloudforce_one.target_industries_catalog
WHERE account_id = '{{ account_id }}' -- required
;