Zero Trust Access Application Args
constructor(accountId: Output<String>? = null, allowAuthenticateViaWarp: Output<Boolean>? = null, allowedIdps: Output<List<String>>? = null, appLauncherLogoUrl: Output<String>? = null, appLauncherVisible: Output<Boolean>? = null, autoRedirectToIdentity: Output<Boolean>? = null, bgColor: Output<String>? = null, corsHeaders: Output<List<ZeroTrustAccessApplicationCorsHeaderArgs>>? = null, customDenyMessage: Output<String>? = null, customDenyUrl: Output<String>? = null, customNonIdentityDenyUrl: Output<String>? = null, customPages: Output<List<String>>? = null, destinations: Output<List<ZeroTrustAccessApplicationDestinationArgs>>? = null, domain: Output<String>? = null, domainType: Output<String>? = null, enableBindingCookie: Output<Boolean>? = null, footerLinks: Output<List<ZeroTrustAccessApplicationFooterLinkArgs>>? = null, headerBgColor: Output<String>? = null, httpOnlyCookieAttribute: Output<Boolean>? = null, landingPageDesign: Output<ZeroTrustAccessApplicationLandingPageDesignArgs>? = null, logoUrl: Output<String>? = null, name: Output<String>? = null, optionsPreflightBypass: Output<Boolean>? = null, policies: Output<List<String>>? = null, saasApp: Output<ZeroTrustAccessApplicationSaasAppArgs>? = null, sameSiteCookieAttribute: Output<String>? = null, scimConfig: Output<ZeroTrustAccessApplicationScimConfigArgs>? = null, selfHostedDomains: Output<List<String>>? = null, serviceAuth401Redirect: Output<Boolean>? = null, sessionDuration: Output<String>? = null, skipAppLauncherLoginPage: Output<Boolean>? = null, skipInterstitial: Output<Boolean>? = null, tags: Output<List<String>>? = null, targetCriterias: Output<List<ZeroTrustAccessApplicationTargetCriteriaArgs>>? = null, type: Output<String>? = null, zoneId: Output<String>? = null)