Class CloudflareAccountResponseAttributes

Attributes object of a Cloudflare account.

Hierarchy

  • CloudflareAccountResponseAttributes

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
email?: string

The email associated with the Cloudflare account.

name: string

The name of the Cloudflare account.

resources?: string[]

An allowlist of resources, such as web, dns, lb (load balancer), worker, that restricts pulling metrics from those resources.

zones?: string[]

An allowlist of zones to restrict pulling metrics for.

Generated using TypeDoc