GetZeroTrustAccessApplicationResult

data class GetZeroTrustAccessApplicationResult(val accountId: String? = null, val allowAuthenticateViaWarp: Boolean, val allowedIdps: List<String>, val appId: String? = null, val appLauncherLogoUrl: String, val appLauncherVisible: Boolean, val aud: String, val autoRedirectToIdentity: Boolean, val bgColor: String, val corsHeaders: GetZeroTrustAccessApplicationCorsHeaders, val createdAt: String, val customDenyMessage: String, val customDenyUrl: String, val customNonIdentityDenyUrl: String, val customPages: List<String>, val destinations: List<GetZeroTrustAccessApplicationDestination>, val domain: String, val enableBindingCookie: Boolean, val filter: GetZeroTrustAccessApplicationFilter? = null, val footerLinks: List<GetZeroTrustAccessApplicationFooterLink>, val headerBgColor: String, val httpOnlyCookieAttribute: Boolean, val id: String, val landingPageDesign: GetZeroTrustAccessApplicationLandingPageDesign, val logoUrl: String, val name: String, val optionsPreflightBypass: Boolean, val pathCookieAttribute: Boolean, val policies: List<GetZeroTrustAccessApplicationPolicy>, val saasApp: GetZeroTrustAccessApplicationSaasApp, val sameSiteCookieAttribute: String, val scimConfig: GetZeroTrustAccessApplicationScimConfig, val selfHostedDomains: List<String>, val serviceAuth401Redirect: Boolean, val sessionDuration: String, val skipAppLauncherLoginPage: Boolean, val skipInterstitial: Boolean, val tags: List<String>, val targetCriterias: List<GetZeroTrustAccessApplicationTargetCriteria>, val type: String, val updatedAt: String, val zoneId: String? = null)

A collection of values returned by getZeroTrustAccessApplication.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, allowAuthenticateViaWarp: Boolean, allowedIdps: List<String>, appId: String? = null, appLauncherLogoUrl: String, appLauncherVisible: Boolean, aud: String, autoRedirectToIdentity: Boolean, bgColor: String, corsHeaders: GetZeroTrustAccessApplicationCorsHeaders, createdAt: String, customDenyMessage: String, customDenyUrl: String, customNonIdentityDenyUrl: String, customPages: List<String>, destinations: List<GetZeroTrustAccessApplicationDestination>, domain: String, enableBindingCookie: Boolean, filter: GetZeroTrustAccessApplicationFilter? = null, footerLinks: List<GetZeroTrustAccessApplicationFooterLink>, headerBgColor: String, httpOnlyCookieAttribute: Boolean, id: String, landingPageDesign: GetZeroTrustAccessApplicationLandingPageDesign, logoUrl: String, name: String, optionsPreflightBypass: Boolean, pathCookieAttribute: Boolean, policies: List<GetZeroTrustAccessApplicationPolicy>, saasApp: GetZeroTrustAccessApplicationSaasApp, sameSiteCookieAttribute: String, scimConfig: GetZeroTrustAccessApplicationScimConfig, selfHostedDomains: List<String>, serviceAuth401Redirect: Boolean, sessionDuration: String, skipAppLauncherLoginPage: Boolean, skipInterstitial: Boolean, tags: List<String>, targetCriterias: List<GetZeroTrustAccessApplicationTargetCriteria>, type: String, updatedAt: String, zoneId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.

Link copied to clipboard

When set to true, users can authenticate to this application using their WARP session. When set to false this application will always require direct IdP authentication. This setting always overrides the organization setting for WARP authentication.

Link copied to clipboard

The identity providers your users can select when connecting to this application. Defaults to all IdPs configured in your account.

Link copied to clipboard
val appId: String? = null

Identifier

Link copied to clipboard

The image URL of the logo shown in the App Launcher header.

Link copied to clipboard

Displays the application in the App Launcher.

Link copied to clipboard
val aud: String

Audience tag.

Link copied to clipboard

When set to true, users skip the identity provider selection step during login. You must specify only one identity provider in allowed_idps.

Link copied to clipboard

The background color of the App Launcher page.

Link copied to clipboard
Link copied to clipboard

The custom error message shown to a user when they are denied access to the application.

Link copied to clipboard

The custom URL a user is redirected to when they are denied access to the application when failing identity-based rules.

Link copied to clipboard

The custom URL a user is redirected to when they are denied access to the application when failing non-identity rules.

Link copied to clipboard

The custom pages that will be displayed when applicable for this application

Link copied to clipboard

List of destinations secured by Access. This supersedes self_hosted_domains to allow for more flexibility in defining different types of domains. If destinations are provided, then self_hosted_domains will be ignored.

Link copied to clipboard

The primary hostname and path secured by Access. This domain will be displayed if the app is visible in the App Launcher.

Link copied to clipboard

Enables the binding cookie, which increases security against compromised authorization tokens and CSRF attacks.

Link copied to clipboard
Link copied to clipboard

The links in the App Launcher footer.

Link copied to clipboard

The background color of the App Launcher header.

Link copied to clipboard

Enables the HttpOnly cookie attribute, which increases security against XSS attacks.

Link copied to clipboard
val id: String

Identifier

Link copied to clipboard

The design of the App Launcher landing page shown to users when they log in.

Link copied to clipboard

The image URL for the logo shown in the App Launcher dashboard.

Link copied to clipboard

The name of the application.

Link copied to clipboard

Allows options preflight requests to bypass Access authentication and go directly to the origin. Cannot turn on if cors_headers is set.

Link copied to clipboard

Enables cookie paths to scope an application's JWT to the application path. If disabled, the JWT will scope to the hostname by default

Link copied to clipboard
Link copied to clipboard

Sets the SameSite cookie setting, which provides increased security against CSRF attacks.

Link copied to clipboard

Configuration for provisioning to this application via SCIM. This is currently in closed beta.

Link copied to clipboard

List of public domains that Access will secure. This field is deprecated in favor of destinations and will be supported until November 21, 2025. If destinations are provided, then self_hosted_domains will be ignored.

Link copied to clipboard

Returns a 401 status code when the request is blocked by a Service Auth policy.

Link copied to clipboard

The amount of time that tokens issued for this application will be valid. Must be in the format 300ms or 2h45m. Valid time units are: ns, us (or µs), ms, s, m, h.

Link copied to clipboard

Determines when to skip the App Launcher landing page.

Link copied to clipboard

Enables automatic authentication through cloudflared.

Link copied to clipboard

The tags you want assigned to an application. Tags are used to filter applications in the App Launcher dashboard.

Link copied to clipboard

The application type.

Link copied to clipboard
Link copied to clipboard
val zoneId: String? = null

The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.