Skip to content
Start here

Settings

Update Access application settings
client.zeroTrust.access.applications.settings.update(AppIDappId, SettingUpdateParams { account_id, zone_id, allow_iframe, skip_interstitial } params, RequestOptionsoptions?): SettingUpdateResponse { allow_iframe, skip_interstitial }
PUT/{accounts_or_zones}/{account_or_zone_id}/access/apps/{app_id}/settings
Update Access application settings
client.zeroTrust.access.applications.settings.edit(AppIDappId, SettingEditParams { account_id, zone_id, allow_iframe, skip_interstitial } params, RequestOptionsoptions?): SettingEditResponse { allow_iframe, skip_interstitial }
PATCH/{accounts_or_zones}/{account_or_zone_id}/access/apps/{app_id}/settings
ModelsExpand Collapse
SettingUpdateResponse { allow_iframe, skip_interstitial }
allow_iframe?: boolean

Enables loading application content in an iFrame.

skip_interstitial?: boolean

Enables automatic authentication through cloudflared.

SettingEditResponse { allow_iframe, skip_interstitial }
allow_iframe?: boolean

Enables loading application content in an iFrame.

skip_interstitial?: boolean

Enables automatic authentication through cloudflared.