Skip to main content

quota

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

Overview

Namequota
TypeResource
Idcloudflare.secrets_store.quota

Fields

The following fields are returned by SELECT queries:

Usage and quota

NameDatatypeDescription
secretsobject

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectaccount_idLists the number of secrets used in the account.

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

Lists the number of secrets used in the account.

SELECT
secrets
FROM cloudflare.secrets_store.quota
WHERE account_id = '{{ account_id }}' -- required
;