Shared
ModelsExpand Collapse
class AuditLog: …
actor: Optional[Actor]
An object which can lend more context to the action being logged. This is a flexible value and varies between different actions.
class CloudflareTunnel: …A Cloudflare Tunnel that connects your origin to Cloudflare's edge.
A Cloudflare Tunnel that connects your origin to Cloudflare's edge.
config_src: Optional[Literal["local", "cloudflare"]]Indicates if this is a locally or remotely configured tunnel. If local, manage the tunnel using a YAML file on the origin machine. If cloudflare, manage the tunnel on the Zero Trust dashboard.
Indicates if this is a locally or remotely configured tunnel. If local, manage the tunnel using a YAML file on the origin machine. If cloudflare, manage the tunnel on the Zero Trust dashboard.
Deprecatedconnections: Optional[List[Connection]]This field will start returning an empty array. To fetch the connections of a given tunnel, please use the dedicated endpoint `/accounts/{account_id}/{tunnel_type}/{tunnel_id}/connections`The Cloudflare Tunnel connections between your origin and Cloudflare's edge.
The Cloudflare Tunnel connections between your origin and Cloudflare's edge.
Cloudflare continues to track connections for several minutes after they disconnect. This is an optimization to improve latency and reliability of reconnecting. If true, the connection has disconnected but is still being tracked. If false, the connection is actively serving traffic.
Timestamp of when the tunnel established at least one connection to Cloudflare's edge. If null, the tunnel is inactive.
Timestamp of when the tunnel became inactive (no connections to Cloudflare's edge). If null, the tunnel is active.
Timestamp of when the resource was deleted. If null, the resource has not been deleted.
If true, the tunnel can be configured remotely from the Zero Trust dashboard. If false, the tunnel must be configured locally on the origin machine.
status: Optional[Literal["inactive", "degraded", "healthy", "down"]]The status of the tunnel. Valid values are inactive (tunnel has never been run), degraded (tunnel is active and able to serve traffic but in an unhealthy state), healthy (tunnel is active and able to serve traffic), or down (tunnel can not serve traffic as it has no connections to the Cloudflare Edge).
The status of the tunnel. Valid values are inactive (tunnel has never been run), degraded (tunnel is active and able to serve traffic but in an unhealthy state), healthy (tunnel is active and able to serve traffic), or down (tunnel can not serve traffic as it has no connections to the Cloudflare Edge).
class Member: …
policies: Optional[List[Policy]]Access policy for the membership
Access policy for the membership
permission_groups: Optional[List[PolicyPermissionGroup]]A set of permission groups that are specified to the policy.
A set of permission groups that are specified to the policy.
class UnionMember0: …
actor: Optional[Actor]
An object which can lend more context to the action being logged. This is a flexible value and varies between different actions.
class Subscription: …
The end of the current period and also when the next billing is due.
When the current billing period started. May match initial_period_start if this is the first period.
class Token: …
condition: Optional[Condition]
The expiration time on or after which the JWT MUST NOT be accepted for processing.
The time before which the token MUST NOT be accepted for processing.