Organizations
Get your Zero Trust organization
Create your Zero Trust organization
Update your Zero Trust organization
Revoke all Access tokens for a user
ModelsExpand Collapse
Organization = object { allow_authenticate_via_warp, auth_domain, auto_redirect_to_identity, 12 more }
When set to true, users can authenticate via WARP for any application in your organization. Application settings will take precedence over this value.
When set to true, users skip the identity provider selection step during login.
Determines whether to deny all requests to Cloudflare-protected resources that lack an associated Access application. If enabled, you must explicitly configure an Access application and policy to allow traffic to your Cloudflare-protected resources. For domains you want to be public across all subdomains, add the domain to the deny_unmatched_requests_exempted_zone_names array.
Contains zone names to exempt from the deny_unmatched_requests feature. Requests to a subdomain in an exempted zone will block unauthenticated traffic by default if there is a configured Access application and policy that matches the request.
Lock all settings as Read-Only in the Dashboard, regardless of user permission. Updates may only be made via the API or Terraform for this account when enabled.
mfa_config: optional object { allowed_authenticators, session_duration } Configures multi-factor authentication (MFA) settings for an organization.
Configures multi-factor authentication (MFA) settings for an organization.
Determines whether global MFA settings apply to applications by default. The organization must have MFA enabled with at least one authentication method and a session duration configured.
The amount of time that tokens issued for applications will be valid. Must be in the format 300ms or 2h45m. Valid time units are: ns, us (or µs), ms, s, m, h.
A description of the reason why the UI read only field is being toggled.
The amount of time a user seat is inactive before it expires. When the user seat exceeds the set time of inactivity, the user is removed as an active seat and no longer counts against your Teams seat count. Minimum value for this setting is 1 month (730h). Must be in the format 300ms or 2h45m. Valid time units are: ns, us (or µs), ms, s, m, h.
OrganizationsDOH
Get your Zero Trust organization DoH settings
Update your Zero Trust organization DoH settings
ModelsExpand Collapse
DOHGetResponse = object { id, client_id, doh_jwt_duration, 3 more }
The Client ID for the service token. Access will check for this value in the CF-Access-Client-ID request header.
The duration the DoH JWT is valid for. Must be in the format 300ms or 2h45m. Valid time units are: ns, us (or µs), ms, s, m, h. Note that the maximum duration for this setting is the same as the key rotation period on the account.
DOHUpdateResponse = object { id, client_id, doh_jwt_duration, 3 more }
The Client ID for the service token. Access will check for this value in the CF-Access-Client-ID request header.
The duration the DoH JWT is valid for. Must be in the format 300ms or 2h45m. Valid time units are: ns, us (or µs), ms, s, m, h. Note that the maximum duration for this setting is the same as the key rotation period on the account. Default expiration is 24h