Class CloudflareAccountCreateRequestAttributes

Attributes object for creating a Cloudflare account.

Hierarchy

  • CloudflareAccountCreateRequestAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
apiKey: string

The API key (or token) for the Cloudflare account.

email?: string

The email associated with the Cloudflare account. If an API key is provided (and not a token), this field is also required.

name: string

The name of the Cloudflare account.

resources?: string[]

An allowlist of resources to restrict pulling metrics for including 'web', 'dns', 'lb' (load balancer), 'worker'.

zones?: string[]

An allowlist of zones to restrict pulling metrics for.

Generated using TypeDoc