@sst-provider/cloudflare5 5.0.0-alpha1 → 5.0.0-alpha1-1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/accessRule.d.ts +29 -29
- package/bin/accessRule.js +2 -2
- package/bin/accessRule.js.map +1 -1
- package/bin/account.d.ts +41 -22
- package/bin/account.js +9 -4
- package/bin/account.js.map +1 -1
- package/bin/accountMember.d.ts +31 -24
- package/bin/accountMember.js +10 -11
- package/bin/accountMember.js.map +1 -1
- package/bin/accountSubscription.d.ts +94 -0
- package/bin/accountSubscription.js +60 -0
- package/bin/accountSubscription.js.map +1 -0
- package/bin/addressMap.d.ts +46 -31
- package/bin/addressMap.js +12 -5
- package/bin/addressMap.js.map +1 -1
- package/bin/apiShield.d.ts +14 -14
- package/bin/apiShield.js +9 -2
- package/bin/apiShield.js.map +1 -1
- package/bin/apiShieldOperation.d.ts +18 -39
- package/bin/apiShieldOperation.js +6 -16
- package/bin/apiShieldOperation.js.map +1 -1
- package/bin/apiShieldOperationSchemaValidationSettings.d.ts +19 -13
- package/bin/apiShieldOperationSchemaValidationSettings.js +0 -2
- package/bin/apiShieldOperationSchemaValidationSettings.js.map +1 -1
- package/bin/apiShieldSchema.d.ts +50 -22
- package/bin/apiShieldSchema.js +22 -5
- package/bin/apiShieldSchema.js.map +1 -1
- package/bin/apiShieldSchemaValidationSettings.d.ts +25 -13
- package/bin/apiShieldSchemaValidationSettings.js +0 -2
- package/bin/apiShieldSchemaValidationSettings.js.map +1 -1
- package/bin/apiToken.d.ts +35 -29
- package/bin/apiToken.js +3 -5
- package/bin/apiToken.js.map +1 -1
- package/bin/argoSmartRouting.d.ts +60 -0
- package/bin/argoSmartRouting.js +57 -0
- package/bin/argoSmartRouting.js.map +1 -0
- package/bin/argoTieredCaching.d.ts +76 -0
- package/bin/argoTieredCaching.js +61 -0
- package/bin/argoTieredCaching.js.map +1 -0
- package/bin/authenticatedOriginPulls.d.ts +106 -27
- package/bin/authenticatedOriginPulls.js +29 -7
- package/bin/authenticatedOriginPulls.js.map +1 -1
- package/bin/authenticatedOriginPullsCertificate.d.ts +19 -50
- package/bin/authenticatedOriginPullsCertificate.js +1 -14
- package/bin/authenticatedOriginPullsCertificate.js.map +1 -1
- package/bin/botManagement.d.ts +8 -19
- package/bin/botManagement.js +0 -4
- package/bin/botManagement.js.map +1 -1
- package/bin/byoIpPrefix.d.ts +90 -24
- package/bin/byoIpPrefix.js +36 -8
- package/bin/byoIpPrefix.js.map +1 -1
- package/bin/certificatePack.d.ts +38 -83
- package/bin/certificatePack.js +10 -26
- package/bin/certificatePack.js.map +1 -1
- package/bin/config/vars.d.ts +5 -35
- package/bin/config/vars.js +4 -40
- package/bin/config/vars.js.map +1 -1
- package/bin/customHostname.d.ts +57 -55
- package/bin/customHostname.js +9 -6
- package/bin/customHostname.js.map +1 -1
- package/bin/customHostnameFallbackOrigin.d.ts +30 -9
- package/bin/customHostnameFallbackOrigin.js +6 -2
- package/bin/customHostnameFallbackOrigin.js.map +1 -1
- package/bin/customSsl.d.ts +150 -15
- package/bin/customSsl.js +20 -6
- package/bin/customSsl.js.map +1 -1
- package/bin/d1database.d.ts +29 -9
- package/bin/d1database.js +10 -0
- package/bin/d1database.js.map +1 -1
- package/bin/dnsRecord.d.ts +217 -0
- package/bin/dnsRecord.js +90 -0
- package/bin/dnsRecord.js.map +1 -0
- package/bin/dnsZoneDnssec.d.ts +179 -0
- package/bin/dnsZoneDnssec.js +78 -0
- package/bin/dnsZoneDnssec.js.map +1 -0
- package/bin/emailRoutingAddress.d.ts +7 -7
- package/bin/emailRoutingCatchAll.d.ts +12 -15
- package/bin/emailRoutingCatchAll.js +0 -2
- package/bin/emailRoutingCatchAll.js.map +1 -1
- package/bin/emailRoutingRule.d.ts +19 -19
- package/bin/emailRoutingRule.js +6 -0
- package/bin/emailRoutingRule.js.map +1 -1
- package/bin/emailRoutingSettings.d.ts +7 -18
- package/bin/emailRoutingSettings.js +2 -7
- package/bin/emailRoutingSettings.js.map +1 -1
- package/bin/filter.d.ts +29 -29
- package/bin/filter.js +7 -7
- package/bin/filter.js.map +1 -1
- package/bin/firewallRule.d.ts +47 -54
- package/bin/firewallRule.js +16 -12
- package/bin/firewallRule.js.map +1 -1
- package/bin/getAccessRule.d.ts +36 -0
- package/bin/getAccessRule.js +30 -0
- package/bin/getAccessRule.js.map +1 -0
- package/bin/getAccessRules.d.ts +52 -0
- package/bin/getAccessRules.js +40 -0
- package/bin/getAccessRules.js.map +1 -0
- package/bin/getAccount.d.ts +30 -0
- package/bin/getAccount.js +26 -0
- package/bin/getAccount.js.map +1 -0
- package/bin/getAccountMember.d.ts +34 -0
- package/bin/getAccountMember.js +28 -0
- package/bin/getAccountMember.js.map +1 -0
- package/bin/getAccountMembers.d.ts +39 -0
- package/bin/getAccountMembers.js +30 -0
- package/bin/getAccountMembers.js.map +1 -0
- package/bin/getAccountSubscription.d.ts +25 -0
- package/bin/getAccountSubscription.js +22 -0
- package/bin/getAccountSubscription.js.map +1 -0
- package/bin/getAccounts.d.ts +10 -3
- package/bin/getAccounts.js +4 -2
- package/bin/getAccounts.js.map +1 -1
- package/bin/getAddressMap.d.ts +43 -0
- package/bin/getAddressMap.js +32 -0
- package/bin/getAddressMap.js.map +1 -0
- package/bin/getAddressMaps.d.ts +30 -0
- package/bin/getAddressMaps.js +24 -0
- package/bin/getAddressMaps.js.map +1 -0
- package/bin/getApiShield.d.ts +33 -0
- package/bin/getApiShield.js +26 -0
- package/bin/getApiShield.js.map +1 -0
- package/bin/getApiShieldOperation.d.ts +47 -0
- package/bin/getApiShieldOperation.js +40 -0
- package/bin/getApiShieldOperation.js.map +1 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.d.ts +31 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.js +26 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.js.map +1 -0
- package/bin/getApiShieldOperations.d.ts +54 -0
- package/bin/getApiShieldOperations.js +40 -0
- package/bin/getApiShieldOperations.js.map +1 -0
- package/bin/getApiShieldSchema.d.ts +41 -0
- package/bin/getApiShieldSchema.js +30 -0
- package/bin/getApiShieldSchema.js.map +1 -0
- package/bin/getApiShieldSchemaValidationSettings.d.ts +31 -0
- package/bin/getApiShieldSchemaValidationSettings.js +26 -0
- package/bin/getApiShieldSchemaValidationSettings.js.map +1 -0
- package/bin/getApiShieldSchemas.d.ts +36 -0
- package/bin/getApiShieldSchemas.js +28 -0
- package/bin/getApiShieldSchemas.js.map +1 -0
- package/bin/getApiToken.d.ts +36 -0
- package/bin/getApiToken.js +26 -0
- package/bin/getApiToken.js.map +1 -0
- package/bin/getApiTokens.d.ts +30 -0
- package/bin/getApiTokens.js +26 -0
- package/bin/getApiTokens.js.map +1 -0
- package/bin/getArgoSmartRouting.d.ts +25 -0
- package/bin/getArgoSmartRouting.js +22 -0
- package/bin/getArgoSmartRouting.js.map +1 -0
- package/bin/getArgoTieredCaching.d.ts +33 -0
- package/bin/getArgoTieredCaching.js +30 -0
- package/bin/getArgoTieredCaching.js.map +1 -0
- package/bin/getAuthenticatedOriginPulls.d.ts +65 -0
- package/bin/getAuthenticatedOriginPulls.js +48 -0
- package/bin/getAuthenticatedOriginPulls.js.map +1 -0
- package/bin/getAuthenticatedOriginPullsCertificate.d.ts +36 -0
- package/bin/getAuthenticatedOriginPullsCertificate.js +28 -0
- package/bin/getAuthenticatedOriginPullsCertificate.js.map +1 -0
- package/bin/getAuthenticatedOriginPullsCertificates.d.ts +30 -0
- package/bin/getAuthenticatedOriginPullsCertificates.js +24 -0
- package/bin/getAuthenticatedOriginPullsCertificates.js.map +1 -0
- package/bin/getBotManagement.d.ts +25 -0
- package/bin/getBotManagement.js +22 -0
- package/bin/getBotManagement.js.map +1 -0
- package/bin/getByoIpPrefix.d.ts +41 -0
- package/bin/getByoIpPrefix.js +28 -0
- package/bin/getByoIpPrefix.js.map +1 -0
- package/bin/getByoIpPrefixes.d.ts +30 -0
- package/bin/getByoIpPrefixes.js +24 -0
- package/bin/getByoIpPrefixes.js.map +1 -0
- package/bin/getCertificatePack.d.ts +33 -0
- package/bin/getCertificatePack.js +28 -0
- package/bin/getCertificatePack.js.map +1 -0
- package/bin/getCertificatePacks.d.ts +33 -0
- package/bin/getCertificatePacks.js +26 -0
- package/bin/getCertificatePacks.js.map +1 -0
- package/bin/getCustomHostname.d.ts +42 -0
- package/bin/getCustomHostname.js +28 -0
- package/bin/getCustomHostname.js.map +1 -0
- package/bin/getCustomHostnameFallbackOrigin.d.ts +40 -0
- package/bin/getCustomHostnameFallbackOrigin.js +32 -0
- package/bin/getCustomHostnameFallbackOrigin.js.map +1 -0
- package/bin/getCustomHostnames.d.ts +41 -0
- package/bin/getCustomHostnames.js +34 -0
- package/bin/getCustomHostnames.js.map +1 -0
- package/bin/getCustomSsl.d.ts +42 -0
- package/bin/getCustomSsl.js +28 -0
- package/bin/getCustomSsl.js.map +1 -0
- package/bin/getCustomSsls.d.ts +36 -0
- package/bin/getCustomSsls.js +28 -0
- package/bin/getCustomSsls.js.map +1 -0
- package/bin/getD1Database.d.ts +43 -0
- package/bin/getD1Database.js +32 -0
- package/bin/getD1Database.js.map +1 -0
- package/bin/getD1Databases.d.ts +33 -0
- package/bin/getD1Databases.js +26 -0
- package/bin/getD1Databases.js.map +1 -0
- package/bin/getDcvDelegation.d.ts +6 -1
- package/bin/getDcvDelegation.js +2 -0
- package/bin/getDcvDelegation.js.map +1 -1
- package/bin/getDnsRecord.d.ts +42 -0
- package/bin/getDnsRecord.js +28 -0
- package/bin/getDnsRecord.js.map +1 -0
- package/bin/getDnsRecords.d.ts +64 -0
- package/bin/getDnsRecords.js +46 -0
- package/bin/getDnsRecords.js.map +1 -0
- package/bin/getDnsZoneDnssec.d.ts +64 -0
- package/bin/getDnsZoneDnssec.js +48 -0
- package/bin/getDnsZoneDnssec.js.map +1 -0
- package/bin/getEmailRoutingAddress.d.ts +35 -0
- package/bin/getEmailRoutingAddress.js +28 -0
- package/bin/getEmailRoutingAddress.js.map +1 -0
- package/bin/getEmailRoutingAddresses.d.ts +36 -0
- package/bin/getEmailRoutingAddresses.js +28 -0
- package/bin/getEmailRoutingAddresses.js.map +1 -0
- package/bin/getEmailRoutingCatchAll.d.ts +41 -0
- package/bin/getEmailRoutingCatchAll.js +34 -0
- package/bin/getEmailRoutingCatchAll.js.map +1 -0
- package/bin/getEmailRoutingRule.d.ts +36 -0
- package/bin/getEmailRoutingRule.js +28 -0
- package/bin/getEmailRoutingRule.js.map +1 -0
- package/bin/getEmailRoutingRules.d.ts +33 -0
- package/bin/getEmailRoutingRules.js +26 -0
- package/bin/getEmailRoutingRules.js.map +1 -0
- package/bin/getEmailRoutingSettings.d.ts +45 -0
- package/bin/getEmailRoutingSettings.js +38 -0
- package/bin/getEmailRoutingSettings.js.map +1 -0
- package/bin/getFilter.d.ts +33 -0
- package/bin/getFilter.js +28 -0
- package/bin/getFilter.js.map +1 -0
- package/bin/getFilters.d.ts +41 -0
- package/bin/getFilters.js +34 -0
- package/bin/getFilters.js.map +1 -0
- package/bin/getFirewallRule.d.ts +34 -0
- package/bin/getFirewallRule.js +28 -0
- package/bin/getFirewallRule.js.map +1 -0
- package/bin/getFirewallRules.d.ts +38 -0
- package/bin/getFirewallRules.js +32 -0
- package/bin/getFirewallRules.js.map +1 -0
- package/bin/getHealthcheck.d.ts +47 -0
- package/bin/getHealthcheck.js +28 -0
- package/bin/getHealthcheck.js.map +1 -0
- package/bin/getHealthchecks.d.ts +30 -0
- package/bin/getHealthchecks.js +24 -0
- package/bin/getHealthchecks.js.map +1 -0
- package/bin/getHostnameTlsSetting.d.ts +28 -0
- package/bin/getHostnameTlsSetting.js +24 -0
- package/bin/getHostnameTlsSetting.js.map +1 -0
- package/bin/getHyperdriveConfig.d.ts +36 -0
- package/bin/getHyperdriveConfig.js +28 -0
- package/bin/getHyperdriveConfig.js.map +1 -0
- package/bin/getHyperdriveConfigs.d.ts +30 -0
- package/bin/getHyperdriveConfigs.js +24 -0
- package/bin/getHyperdriveConfigs.js.map +1 -0
- package/bin/getKeylessCertificate.d.ts +39 -0
- package/bin/getKeylessCertificate.js +28 -0
- package/bin/getKeylessCertificate.js.map +1 -0
- package/bin/getKeylessCertificates.d.ts +30 -0
- package/bin/getKeylessCertificates.js +24 -0
- package/bin/getKeylessCertificates.js.map +1 -0
- package/bin/getList.d.ts +35 -12
- package/bin/getList.js +18 -0
- package/bin/getList.js.map +1 -1
- package/bin/getListItem.d.ts +36 -0
- package/bin/getListItem.js +30 -0
- package/bin/getListItem.js.map +1 -0
- package/bin/getListItems.d.ts +36 -0
- package/bin/getListItems.js +28 -0
- package/bin/getListItems.js.map +1 -0
- package/bin/getLists.d.ts +7 -3
- package/bin/getLists.js +2 -2
- package/bin/getLists.js.map +1 -1
- package/bin/getLoadBalancer.d.ts +57 -0
- package/bin/getLoadBalancer.js +28 -0
- package/bin/getLoadBalancer.js.map +1 -0
- package/bin/getLoadBalancerMonitor.d.ts +50 -0
- package/bin/getLoadBalancerMonitor.js +28 -0
- package/bin/getLoadBalancerMonitor.js.map +1 -0
- package/bin/getLoadBalancerMonitors.d.ts +30 -0
- package/bin/getLoadBalancerMonitors.js +24 -0
- package/bin/getLoadBalancerMonitors.js.map +1 -0
- package/bin/getLoadBalancerPool.d.ts +47 -0
- package/bin/getLoadBalancerPool.js +28 -0
- package/bin/getLoadBalancerPool.js.map +1 -0
- package/bin/getLoadBalancerPools.d.ts +10 -9
- package/bin/getLoadBalancerPools.js +4 -6
- package/bin/getLoadBalancerPools.js.map +1 -1
- package/bin/getLoadBalancers.d.ts +30 -0
- package/bin/getLoadBalancers.js +24 -0
- package/bin/getLoadBalancers.js.map +1 -0
- package/bin/getLogpullRetention.d.ts +28 -0
- package/bin/getLogpullRetention.js +24 -0
- package/bin/getLogpullRetention.js.map +1 -0
- package/bin/getLogpushJob.d.ts +47 -0
- package/bin/getLogpushJob.js +30 -0
- package/bin/getLogpushJob.js.map +1 -0
- package/bin/getLogpushJobs.d.ts +33 -0
- package/bin/getLogpushJobs.js +28 -0
- package/bin/getLogpushJobs.js.map +1 -0
- package/bin/getMagicWanGreTunnel.d.ts +33 -0
- package/bin/getMagicWanGreTunnel.js +26 -0
- package/bin/getMagicWanGreTunnel.js.map +1 -0
- package/bin/getMagicWanIpsecTunnel.d.ts +33 -0
- package/bin/getMagicWanIpsecTunnel.js +26 -0
- package/bin/getMagicWanIpsecTunnel.js.map +1 -0
- package/bin/getMagicWanStaticRoute.d.ts +33 -0
- package/bin/getMagicWanStaticRoute.js +26 -0
- package/bin/getMagicWanStaticRoute.js.map +1 -0
- package/bin/getManagedHeaders.d.ts +33 -0
- package/bin/getManagedHeaders.js +26 -0
- package/bin/getManagedHeaders.js.map +1 -0
- package/bin/getMtlsCertificate.d.ts +38 -0
- package/bin/getMtlsCertificate.js +28 -0
- package/bin/getMtlsCertificate.js.map +1 -0
- package/bin/getMtlsCertificates.d.ts +30 -0
- package/bin/getMtlsCertificates.js +24 -0
- package/bin/getMtlsCertificates.js.map +1 -0
- package/bin/getNotificationPolicies.d.ts +30 -0
- package/bin/getNotificationPolicies.js +24 -0
- package/bin/getNotificationPolicies.js.map +1 -0
- package/bin/getNotificationPolicy.d.ts +41 -0
- package/bin/getNotificationPolicy.js +28 -0
- package/bin/getNotificationPolicy.js.map +1 -0
- package/bin/getNotificationPolicyWebhooks.d.ts +37 -0
- package/bin/getNotificationPolicyWebhooks.js +28 -0
- package/bin/getNotificationPolicyWebhooks.js.map +1 -0
- package/bin/getNotificationPolicyWebhooksList.d.ts +30 -0
- package/bin/getNotificationPolicyWebhooksList.js +24 -0
- package/bin/getNotificationPolicyWebhooksList.js.map +1 -0
- package/bin/getObservatoryScheduledTest.d.ts +30 -0
- package/bin/getObservatoryScheduledTest.js +24 -0
- package/bin/getObservatoryScheduledTest.js.map +1 -0
- package/bin/getOriginCaCertificate.d.ts +12 -5
- package/bin/getOriginCaCertificate.js +6 -2
- package/bin/getOriginCaCertificate.js.map +1 -1
- package/bin/getOriginCaCertificates.d.ts +30 -0
- package/bin/getOriginCaCertificates.js +26 -0
- package/bin/getOriginCaCertificates.js.map +1 -0
- package/bin/getPageRule.d.ts +28 -0
- package/bin/getPageRule.js +24 -0
- package/bin/getPageRule.js.map +1 -0
- package/bin/getPagesDomain.d.ts +41 -0
- package/bin/getPagesDomain.js +30 -0
- package/bin/getPagesDomain.js.map +1 -0
- package/bin/getPagesDomains.d.ts +33 -0
- package/bin/getPagesDomains.js +26 -0
- package/bin/getPagesDomains.js.map +1 -0
- package/bin/getPagesProject.d.ts +93 -0
- package/bin/getPagesProject.js +64 -0
- package/bin/getPagesProject.js.map +1 -0
- package/bin/getPagesProjects.d.ts +30 -0
- package/bin/getPagesProjects.js +24 -0
- package/bin/getPagesProjects.js.map +1 -0
- package/bin/getQueue.d.ts +40 -0
- package/bin/getQueue.js +28 -0
- package/bin/getQueue.js.map +1 -0
- package/bin/getQueues.d.ts +30 -0
- package/bin/getQueues.js +24 -0
- package/bin/getQueues.js.map +1 -0
- package/bin/getR2Bucket.d.ts +40 -0
- package/bin/getR2Bucket.js +32 -0
- package/bin/getR2Bucket.js.map +1 -0
- package/bin/getRateLimit.d.ts +50 -0
- package/bin/getRateLimit.js +42 -0
- package/bin/getRateLimit.js.map +1 -0
- package/bin/getRateLimits.d.ts +30 -0
- package/bin/getRateLimits.js +24 -0
- package/bin/getRateLimits.js.map +1 -0
- package/bin/getRegionalHostname.d.ts +35 -0
- package/bin/getRegionalHostname.js +28 -0
- package/bin/getRegionalHostname.js.map +1 -0
- package/bin/getRegionalHostnames.d.ts +30 -0
- package/bin/getRegionalHostnames.js +24 -0
- package/bin/getRegionalHostnames.js.map +1 -0
- package/bin/getRegionalTieredCache.d.ts +32 -0
- package/bin/getRegionalTieredCache.js +28 -0
- package/bin/getRegionalTieredCache.js.map +1 -0
- package/bin/getRuleset.d.ts +42 -0
- package/bin/getRuleset.js +32 -0
- package/bin/getRuleset.js.map +1 -0
- package/bin/getRulesets.d.ts +7 -10
- package/bin/getRulesets.js +2 -6
- package/bin/getRulesets.js.map +1 -1
- package/bin/getSpectrumApplication.d.ts +28 -0
- package/bin/getSpectrumApplication.js +24 -0
- package/bin/getSpectrumApplication.js.map +1 -0
- package/bin/getTieredCache.d.ts +33 -0
- package/bin/getTieredCache.js +30 -0
- package/bin/getTieredCache.js.map +1 -0
- package/bin/getTotalTls.d.ts +34 -0
- package/bin/getTotalTls.js +28 -0
- package/bin/getTotalTls.js.map +1 -0
- package/bin/getTurnstileWidget.d.ts +45 -0
- package/bin/getTurnstileWidget.js +30 -0
- package/bin/getTurnstileWidget.js.map +1 -0
- package/bin/getTurnstileWidgets.d.ts +36 -0
- package/bin/getTurnstileWidgets.js +28 -0
- package/bin/getTurnstileWidgets.js.map +1 -0
- package/bin/getUrlNormalizationSettings.d.ts +31 -0
- package/bin/getUrlNormalizationSettings.js +26 -0
- package/bin/getUrlNormalizationSettings.js.map +1 -0
- package/bin/getUserAgentBlockingRule.d.ts +41 -0
- package/bin/getUserAgentBlockingRule.js +36 -0
- package/bin/getUserAgentBlockingRule.js.map +1 -0
- package/bin/getUserAgentBlockingRules.d.ts +39 -0
- package/bin/getUserAgentBlockingRules.js +30 -0
- package/bin/getUserAgentBlockingRules.js.map +1 -0
- package/bin/getWaitingRoom.d.ts +53 -0
- package/bin/getWaitingRoom.js +28 -0
- package/bin/getWaitingRoom.js.map +1 -0
- package/bin/getWaitingRoomEvent.d.ts +48 -0
- package/bin/getWaitingRoomEvent.js +30 -0
- package/bin/getWaitingRoomEvent.js.map +1 -0
- package/bin/getWaitingRoomEvents.d.ts +33 -0
- package/bin/getWaitingRoomEvents.js +26 -0
- package/bin/getWaitingRoomEvents.js.map +1 -0
- package/bin/getWaitingRoomRules.d.ts +28 -0
- package/bin/getWaitingRoomRules.js +24 -0
- package/bin/getWaitingRoomRules.js.map +1 -0
- package/bin/getWaitingRoomSetting.d.ts +28 -0
- package/bin/getWaitingRoomSetting.js +24 -0
- package/bin/getWaitingRoomSetting.js.map +1 -0
- package/bin/getWaitingRooms.d.ts +30 -0
- package/bin/getWaitingRooms.js +24 -0
- package/bin/getWaitingRooms.js.map +1 -0
- package/bin/getWeb3Hostname.d.ts +37 -0
- package/bin/getWeb3Hostname.js +28 -0
- package/bin/getWeb3Hostname.js.map +1 -0
- package/bin/getWeb3Hostnames.d.ts +30 -0
- package/bin/getWeb3Hostnames.js +24 -0
- package/bin/getWeb3Hostnames.js.map +1 -0
- package/bin/getWebAnalyticsSite.d.ts +40 -0
- package/bin/getWebAnalyticsSite.js +28 -0
- package/bin/getWebAnalyticsSite.js.map +1 -0
- package/bin/getWebAnalyticsSites.d.ts +33 -0
- package/bin/getWebAnalyticsSites.js +26 -0
- package/bin/getWebAnalyticsSites.js.map +1 -0
- package/bin/getWorkersCronTrigger.d.ts +33 -0
- package/bin/getWorkersCronTrigger.js +26 -0
- package/bin/getWorkersCronTrigger.js.map +1 -0
- package/bin/getWorkersCustomDomain.d.ts +35 -0
- package/bin/getWorkersCustomDomain.js +28 -0
- package/bin/getWorkersCustomDomain.js.map +1 -0
- package/bin/getWorkersCustomDomains.d.ts +45 -0
- package/bin/getWorkersCustomDomains.js +34 -0
- package/bin/getWorkersCustomDomains.js.map +1 -0
- package/bin/getWorkersForPlatformsDispatchNamespace.d.ts +40 -0
- package/bin/getWorkersForPlatformsDispatchNamespace.js +28 -0
- package/bin/getWorkersForPlatformsDispatchNamespace.js.map +1 -0
- package/bin/getWorkersForPlatformsDispatchNamespaces.d.ts +30 -0
- package/bin/getWorkersForPlatformsDispatchNamespaces.js +24 -0
- package/bin/getWorkersForPlatformsDispatchNamespaces.js.map +1 -0
- package/bin/getWorkersKv.d.ts +31 -0
- package/bin/getWorkersKv.js +26 -0
- package/bin/getWorkersKv.js.map +1 -0
- package/bin/getWorkersKvNamespace.d.ts +32 -0
- package/bin/getWorkersKvNamespace.js +28 -0
- package/bin/getWorkersKvNamespace.js.map +1 -0
- package/bin/getWorkersKvNamespaces.d.ts +36 -0
- package/bin/getWorkersKvNamespaces.js +28 -0
- package/bin/getWorkersKvNamespaces.js.map +1 -0
- package/bin/getWorkersScript.d.ts +53 -0
- package/bin/getWorkersScript.js +44 -0
- package/bin/getWorkersScript.js.map +1 -0
- package/bin/getWorkersScripts.d.ts +30 -0
- package/bin/getWorkersScripts.js +24 -0
- package/bin/getWorkersScripts.js.map +1 -0
- package/bin/getWorkersSecret.d.ts +41 -0
- package/bin/getWorkersSecret.js +32 -0
- package/bin/getWorkersSecret.js.map +1 -0
- package/bin/getWorkersSecrets.d.ts +36 -0
- package/bin/getWorkersSecrets.js +28 -0
- package/bin/getWorkersSecrets.js.map +1 -0
- package/bin/getZeroTrustAccessApplication.d.ts +11 -9
- package/bin/getZeroTrustAccessApplication.js +4 -6
- package/bin/getZeroTrustAccessApplication.js.map +1 -1
- package/bin/getZeroTrustAccessApplications.d.ts +33 -0
- package/bin/getZeroTrustAccessApplications.js +28 -0
- package/bin/getZeroTrustAccessApplications.js.map +1 -0
- package/bin/getZeroTrustAccessCustomPage.d.ts +42 -0
- package/bin/getZeroTrustAccessCustomPage.js +30 -0
- package/bin/getZeroTrustAccessCustomPage.js.map +1 -0
- package/bin/getZeroTrustAccessCustomPages.d.ts +30 -0
- package/bin/getZeroTrustAccessCustomPages.js +24 -0
- package/bin/getZeroTrustAccessCustomPages.js.map +1 -0
- package/bin/getZeroTrustAccessGroup.d.ts +40 -0
- package/bin/getZeroTrustAccessGroup.js +30 -0
- package/bin/getZeroTrustAccessGroup.js.map +1 -0
- package/bin/getZeroTrustAccessGroups.d.ts +33 -0
- package/bin/getZeroTrustAccessGroups.js +28 -0
- package/bin/getZeroTrustAccessGroups.js.map +1 -0
- package/bin/getZeroTrustAccessIdentityProvider.d.ts +13 -8
- package/bin/getZeroTrustAccessIdentityProvider.js +6 -4
- package/bin/getZeroTrustAccessIdentityProvider.js.map +1 -1
- package/bin/getZeroTrustAccessIdentityProviders.d.ts +33 -0
- package/bin/getZeroTrustAccessIdentityProviders.js +28 -0
- package/bin/getZeroTrustAccessIdentityProviders.js.map +1 -0
- package/bin/getZeroTrustAccessKeyConfiguration.d.ts +34 -0
- package/bin/getZeroTrustAccessKeyConfiguration.js +28 -0
- package/bin/getZeroTrustAccessKeyConfiguration.js.map +1 -0
- package/bin/getZeroTrustAccessMtlsCertificate.d.ts +39 -0
- package/bin/getZeroTrustAccessMtlsCertificate.js +30 -0
- package/bin/getZeroTrustAccessMtlsCertificate.js.map +1 -0
- package/bin/getZeroTrustAccessMtlsCertificates.d.ts +33 -0
- package/bin/getZeroTrustAccessMtlsCertificates.js +28 -0
- package/bin/getZeroTrustAccessMtlsCertificates.js.map +1 -0
- package/bin/getZeroTrustAccessMtlsHostnameSettings.d.ts +28 -0
- package/bin/getZeroTrustAccessMtlsHostnameSettings.js +26 -0
- package/bin/getZeroTrustAccessMtlsHostnameSettings.js.map +1 -0
- package/bin/getZeroTrustAccessPolicies.d.ts +36 -0
- package/bin/getZeroTrustAccessPolicies.js +28 -0
- package/bin/getZeroTrustAccessPolicies.js.map +1 -0
- package/bin/getZeroTrustAccessPolicy.d.ts +49 -0
- package/bin/getZeroTrustAccessPolicy.js +32 -0
- package/bin/getZeroTrustAccessPolicy.js.map +1 -0
- package/bin/getZeroTrustAccessServiceToken.d.ts +39 -0
- package/bin/getZeroTrustAccessServiceToken.js +30 -0
- package/bin/getZeroTrustAccessServiceToken.js.map +1 -0
- package/bin/getZeroTrustAccessServiceTokens.d.ts +33 -0
- package/bin/getZeroTrustAccessServiceTokens.js +28 -0
- package/bin/getZeroTrustAccessServiceTokens.js.map +1 -0
- package/bin/getZeroTrustAccessShortLivedCertificate.d.ts +41 -0
- package/bin/getZeroTrustAccessShortLivedCertificate.js +36 -0
- package/bin/getZeroTrustAccessShortLivedCertificate.js.map +1 -0
- package/bin/getZeroTrustAccessShortLivedCertificates.d.ts +33 -0
- package/bin/getZeroTrustAccessShortLivedCertificates.js +28 -0
- package/bin/getZeroTrustAccessShortLivedCertificates.js.map +1 -0
- package/bin/getZeroTrustAccessTag.d.ts +37 -0
- package/bin/getZeroTrustAccessTag.js +28 -0
- package/bin/getZeroTrustAccessTag.js.map +1 -0
- package/bin/getZeroTrustAccessTags.d.ts +30 -0
- package/bin/getZeroTrustAccessTags.js +24 -0
- package/bin/getZeroTrustAccessTags.js.map +1 -0
- package/bin/getZeroTrustDeviceCertificates.d.ts +25 -0
- package/bin/getZeroTrustDeviceCertificates.js +22 -0
- package/bin/getZeroTrustDeviceCertificates.js.map +1 -0
- package/bin/getZeroTrustDeviceManagedNetworks.d.ts +36 -0
- package/bin/getZeroTrustDeviceManagedNetworks.js +28 -0
- package/bin/getZeroTrustDeviceManagedNetworks.js.map +1 -0
- package/bin/getZeroTrustDeviceManagedNetworksList.d.ts +30 -0
- package/bin/getZeroTrustDeviceManagedNetworksList.js +24 -0
- package/bin/getZeroTrustDeviceManagedNetworksList.js.map +1 -0
- package/bin/getZeroTrustDevicePostureIntegration.d.ts +34 -0
- package/bin/getZeroTrustDevicePostureIntegration.js +28 -0
- package/bin/getZeroTrustDevicePostureIntegration.js.map +1 -0
- package/bin/getZeroTrustDevicePostureIntegrations.d.ts +30 -0
- package/bin/getZeroTrustDevicePostureIntegrations.js +24 -0
- package/bin/getZeroTrustDevicePostureIntegrations.js.map +1 -0
- package/bin/getZeroTrustDevicePostureRule.d.ts +37 -0
- package/bin/getZeroTrustDevicePostureRule.js +28 -0
- package/bin/getZeroTrustDevicePostureRule.js.map +1 -0
- package/bin/getZeroTrustDevicePostureRules.d.ts +30 -0
- package/bin/getZeroTrustDevicePostureRules.js +24 -0
- package/bin/getZeroTrustDevicePostureRules.js.map +1 -0
- package/bin/getZeroTrustDeviceProfiles.d.ts +57 -0
- package/bin/getZeroTrustDeviceProfiles.js +28 -0
- package/bin/getZeroTrustDeviceProfiles.js.map +1 -0
- package/bin/getZeroTrustDeviceProfilesList.d.ts +30 -0
- package/bin/getZeroTrustDeviceProfilesList.js +24 -0
- package/bin/getZeroTrustDeviceProfilesList.js.map +1 -0
- package/bin/getZeroTrustDexTest.d.ts +40 -0
- package/bin/getZeroTrustDexTest.js +28 -0
- package/bin/getZeroTrustDexTest.js.map +1 -0
- package/bin/getZeroTrustDexTests.d.ts +30 -0
- package/bin/getZeroTrustDexTests.js +24 -0
- package/bin/getZeroTrustDexTests.js.map +1 -0
- package/bin/getZeroTrustDlpCustomProfile.d.ts +28 -0
- package/bin/getZeroTrustDlpCustomProfile.js +24 -0
- package/bin/getZeroTrustDlpCustomProfile.js.map +1 -0
- package/bin/getZeroTrustDlpPredefinedProfile.d.ts +28 -0
- package/bin/getZeroTrustDlpPredefinedProfile.js +24 -0
- package/bin/getZeroTrustDlpPredefinedProfile.js.map +1 -0
- package/bin/getZeroTrustDnsLocation.d.ts +42 -0
- package/bin/getZeroTrustDnsLocation.js +28 -0
- package/bin/getZeroTrustDnsLocation.js.map +1 -0
- package/bin/getZeroTrustDnsLocations.d.ts +30 -0
- package/bin/getZeroTrustDnsLocations.js +24 -0
- package/bin/getZeroTrustDnsLocations.js.map +1 -0
- package/bin/getZeroTrustGatewayPolicies.d.ts +30 -0
- package/bin/getZeroTrustGatewayPolicies.js +24 -0
- package/bin/getZeroTrustGatewayPolicies.js.map +1 -0
- package/bin/getZeroTrustGatewayPolicy.d.ts +44 -0
- package/bin/getZeroTrustGatewayPolicy.js +28 -0
- package/bin/getZeroTrustGatewayPolicy.js.map +1 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.d.ts +28 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.js +24 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.js.map +1 -0
- package/bin/getZeroTrustGatewaySettings.d.ts +36 -0
- package/bin/getZeroTrustGatewaySettings.js +28 -0
- package/bin/getZeroTrustGatewaySettings.js.map +1 -0
- package/bin/getZeroTrustList.d.ts +36 -0
- package/bin/getZeroTrustList.js +28 -0
- package/bin/getZeroTrustList.js.map +1 -0
- package/bin/getZeroTrustLists.d.ts +33 -0
- package/bin/getZeroTrustLists.js +26 -0
- package/bin/getZeroTrustLists.js.map +1 -0
- package/bin/getZeroTrustLocalDomainFallback.d.ts +42 -0
- package/bin/getZeroTrustLocalDomainFallback.js +34 -0
- package/bin/getZeroTrustLocalDomainFallback.js.map +1 -0
- package/bin/getZeroTrustLocalDomainFallbacks.d.ts +30 -0
- package/bin/getZeroTrustLocalDomainFallbacks.js +24 -0
- package/bin/getZeroTrustLocalDomainFallbacks.js.map +1 -0
- package/bin/getZeroTrustOrganization.d.ts +69 -0
- package/bin/getZeroTrustOrganization.js +52 -0
- package/bin/getZeroTrustOrganization.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflared.d.ts +16 -14
- package/bin/getZeroTrustTunnelCloudflared.js +6 -4
- package/bin/getZeroTrustTunnelCloudflared.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredConfig.d.ts +38 -0
- package/bin/getZeroTrustTunnelCloudflaredConfig.js +30 -0
- package/bin/getZeroTrustTunnelCloudflaredConfig.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredRoute.d.ts +45 -0
- package/bin/getZeroTrustTunnelCloudflaredRoute.js +34 -0
- package/bin/getZeroTrustTunnelCloudflaredRoute.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredRoutes.d.ts +57 -0
- package/bin/getZeroTrustTunnelCloudflaredRoutes.js +42 -0
- package/bin/getZeroTrustTunnelCloudflaredRoutes.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.d.ts +35 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js +28 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts +38 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js +32 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflareds.d.ts +57 -0
- package/bin/getZeroTrustTunnelCloudflareds.js +42 -0
- package/bin/getZeroTrustTunnelCloudflareds.js.map +1 -0
- package/bin/getZone.d.ts +17 -9
- package/bin/getZone.js +2 -6
- package/bin/getZone.js.map +1 -1
- package/bin/getZoneCacheReserve.d.ts +12 -3
- package/bin/getZoneCacheReserve.js +6 -2
- package/bin/getZoneCacheReserve.js.map +1 -1
- package/bin/getZoneCacheVariants.d.ts +32 -0
- package/bin/getZoneCacheVariants.js +28 -0
- package/bin/getZoneCacheVariants.js.map +1 -0
- package/bin/getZoneHold.d.ts +34 -0
- package/bin/getZoneHold.js +28 -0
- package/bin/getZoneHold.js.map +1 -0
- package/bin/getZoneLockdown.d.ts +35 -0
- package/bin/getZoneLockdown.js +28 -0
- package/bin/getZoneLockdown.js.map +1 -0
- package/bin/getZoneLockdowns.d.ts +57 -0
- package/bin/getZoneLockdowns.js +42 -0
- package/bin/getZoneLockdowns.js.map +1 -0
- package/bin/getZoneSetting.d.ts +28 -0
- package/bin/getZoneSetting.js +24 -0
- package/bin/getZoneSetting.js.map +1 -0
- package/bin/getZoneSubscription.d.ts +25 -0
- package/bin/getZoneSubscription.js +22 -0
- package/bin/getZoneSubscription.js.map +1 -0
- package/bin/getZones.d.ts +27 -8
- package/bin/getZones.js +16 -4
- package/bin/getZones.js.map +1 -1
- package/bin/healthcheck.d.ts +64 -150
- package/bin/healthcheck.js +8 -23
- package/bin/healthcheck.js.map +1 -1
- package/bin/hostnameTlsSetting.d.ts +39 -22
- package/bin/hostnameTlsSetting.js +6 -9
- package/bin/hostnameTlsSetting.js.map +1 -1
- package/bin/hyperdriveConfig.d.ts +3 -42
- package/bin/hyperdriveConfig.js +0 -2
- package/bin/hyperdriveConfig.js.map +1 -1
- package/bin/index.d.ts +570 -240
- package/bin/index.js +612 -369
- package/bin/index.js.map +1 -1
- package/bin/keylessCertificate.d.ts +64 -35
- package/bin/keylessCertificate.js +8 -2
- package/bin/keylessCertificate.js.map +1 -1
- package/bin/list.d.ts +22 -21
- package/bin/list.js +0 -2
- package/bin/list.js.map +1 -1
- package/bin/listItem.d.ts +67 -32
- package/bin/listItem.js +10 -7
- package/bin/listItem.js.map +1 -1
- package/bin/loadBalancer.d.ts +228 -198
- package/bin/loadBalancer.js +16 -16
- package/bin/loadBalancer.js.map +1 -1
- package/bin/loadBalancerMonitor.d.ts +91 -90
- package/bin/loadBalancerMonitor.js +2 -4
- package/bin/loadBalancerMonitor.js.map +1 -1
- package/bin/loadBalancerPool.d.ts +94 -78
- package/bin/loadBalancerPool.js +10 -6
- package/bin/loadBalancerPool.js.map +1 -1
- package/bin/logpullRetention.d.ts +9 -12
- package/bin/logpullRetention.js +2 -7
- package/bin/logpullRetention.js.map +1 -1
- package/bin/logpushJob.d.ts +120 -98
- package/bin/logpushJob.js +6 -7
- package/bin/logpushJob.js.map +1 -1
- package/bin/logpushOwnershipChallenge.d.ts +15 -26
- package/bin/logpushOwnershipChallenge.js +6 -4
- package/bin/logpushOwnershipChallenge.js.map +1 -1
- package/bin/magicWanGreTunnel.d.ts +52 -56
- package/bin/magicWanGreTunnel.js +18 -16
- package/bin/magicWanGreTunnel.js.map +1 -1
- package/bin/magicWanIpsecTunnel.d.ts +62 -156
- package/bin/magicWanIpsecTunnel.js +20 -28
- package/bin/magicWanIpsecTunnel.js.map +1 -1
- package/bin/magicWanStaticRoute.d.ts +58 -47
- package/bin/magicWanStaticRoute.js +18 -14
- package/bin/magicWanStaticRoute.js.map +1 -1
- package/bin/managedHeaders.d.ts +7 -28
- package/bin/managedHeaders.js +6 -2
- package/bin/managedHeaders.js.map +1 -1
- package/bin/mtlsCertificate.d.ts +33 -31
- package/bin/mtlsCertificate.js +2 -2
- package/bin/mtlsCertificate.js.map +1 -1
- package/bin/notificationPolicy.d.ts +60 -124
- package/bin/notificationPolicy.js +14 -10
- package/bin/notificationPolicy.js.map +1 -1
- package/bin/notificationPolicyWebhooks.d.ts +46 -30
- package/bin/notificationPolicyWebhooks.js +11 -2
- package/bin/notificationPolicyWebhooks.js.map +1 -1
- package/bin/observatoryScheduledTest.d.ts +28 -36
- package/bin/observatoryScheduledTest.js +8 -12
- package/bin/observatoryScheduledTest.js.map +1 -1
- package/bin/originCaCertificate.d.ts +31 -38
- package/bin/originCaCertificate.js +2 -13
- package/bin/originCaCertificate.js.map +1 -1
- package/bin/package.json +1 -1
- package/bin/pageRule.d.ts +56 -20
- package/bin/pageRule.js +6 -6
- package/bin/pageRule.js.map +1 -1
- package/bin/pagesDomain.d.ts +23 -27
- package/bin/pagesDomain.js +14 -7
- package/bin/pagesDomain.js.map +1 -1
- package/bin/pagesProject.d.ts +32 -35
- package/bin/pagesProject.js +5 -6
- package/bin/pagesProject.js.map +1 -1
- package/bin/provider.d.ts +10 -45
- package/bin/provider.js +1 -7
- package/bin/provider.js.map +1 -1
- package/bin/queue.d.ts +20 -16
- package/bin/queue.js +18 -3
- package/bin/queue.js.map +1 -1
- package/bin/r2bucket.d.ts +29 -9
- package/bin/r2bucket.js +4 -0
- package/bin/r2bucket.js.map +1 -1
- package/bin/rateLimit.d.ts +33 -60
- package/bin/rateLimit.js +7 -12
- package/bin/rateLimit.js.map +1 -1
- package/bin/regionalHostname.d.ts +26 -20
- package/bin/regionalHostname.js +6 -4
- package/bin/regionalHostname.js.map +1 -1
- package/bin/regionalTieredCache.d.ts +12 -7
- package/bin/regionalTieredCache.js +2 -5
- package/bin/regionalTieredCache.js.map +1 -1
- package/bin/ruleset.d.ts +39 -38
- package/bin/ruleset.js +7 -0
- package/bin/ruleset.js.map +1 -1
- package/bin/spectrumApplication.d.ts +65 -56
- package/bin/spectrumApplication.js +0 -4
- package/bin/spectrumApplication.js.map +1 -1
- package/bin/tieredCache.d.ts +25 -12
- package/bin/tieredCache.js +8 -6
- package/bin/tieredCache.js.map +1 -1
- package/bin/totalTls.d.ts +21 -16
- package/bin/totalTls.js +2 -2
- package/bin/totalTls.js.map +1 -1
- package/bin/turnstileWidget.d.ts +50 -29
- package/bin/turnstileWidget.js +8 -4
- package/bin/turnstileWidget.js.map +1 -1
- package/bin/types/input.d.ts +9711 -4260
- package/bin/types/output.d.ts +14991 -4510
- package/bin/urlNormalizationSettings.d.ts +5 -8
- package/bin/urlNormalizationSettings.js +0 -8
- package/bin/urlNormalizationSettings.js.map +1 -1
- package/bin/userAgentBlockingRule.d.ts +15 -30
- package/bin/userAgentBlockingRule.js +4 -14
- package/bin/userAgentBlockingRule.js.map +1 -1
- package/bin/utilities.js +2 -2
- package/bin/utilities.js.map +1 -1
- package/bin/waitingRoom.d.ts +405 -85
- package/bin/waitingRoom.js +10 -4
- package/bin/waitingRoom.js.map +1 -1
- package/bin/waitingRoomEvent.d.ts +91 -88
- package/bin/waitingRoomEvent.js +0 -2
- package/bin/waitingRoomEvent.js.map +1 -1
- package/bin/waitingRoomRules.d.ts +51 -17
- package/bin/waitingRoomRules.js +16 -4
- package/bin/waitingRoomRules.js.map +1 -1
- package/bin/waitingRoomSetting.d.ts +63 -0
- package/bin/waitingRoomSetting.js +54 -0
- package/bin/waitingRoomSetting.js.map +1 -0
- package/bin/web3Hostname.d.ts +5 -24
- package/bin/web3Hostname.js +1 -3
- package/bin/web3Hostname.js.map +1 -1
- package/bin/webAnalyticsRule.d.ts +17 -39
- package/bin/webAnalyticsRule.js +4 -16
- package/bin/webAnalyticsRule.js.map +1 -1
- package/bin/webAnalyticsSite.d.ts +27 -38
- package/bin/webAnalyticsSite.js +6 -11
- package/bin/webAnalyticsSite.js.map +1 -1
- package/bin/workersCronTrigger.d.ts +13 -21
- package/bin/workersCronTrigger.js +3 -6
- package/bin/workersCronTrigger.js.map +1 -1
- package/bin/workersCustomDomain.d.ts +104 -0
- package/bin/workersCustomDomain.js +74 -0
- package/bin/workersCustomDomain.js.map +1 -0
- package/bin/workersForPlatformsDispatchNamespace.d.ts +62 -6
- package/bin/workersForPlatformsDispatchNamespace.js +14 -0
- package/bin/workersForPlatformsDispatchNamespace.js.map +1 -1
- package/bin/workersKv.d.ts +30 -21
- package/bin/workersKv.js +9 -6
- package/bin/workersKv.js.map +1 -1
- package/bin/workersKvNamespace.d.ts +16 -9
- package/bin/workersKvNamespace.js +2 -2
- package/bin/workersKvNamespace.js.map +1 -1
- package/bin/workersScript.d.ts +79 -90
- package/bin/workersScript.js +25 -41
- package/bin/workersScript.js.map +1 -1
- package/bin/workersSecret.d.ts +39 -21
- package/bin/workersSecret.js +9 -9
- package/bin/workersSecret.js.map +1 -1
- package/bin/zeroTrustAccessApplication.d.ts +120 -152
- package/bin/zeroTrustAccessApplication.js +2 -6
- package/bin/zeroTrustAccessApplication.js.map +1 -1
- package/bin/zeroTrustAccessCustomPage.d.ts +28 -37
- package/bin/zeroTrustAccessCustomPage.js +12 -4
- package/bin/zeroTrustAccessCustomPage.js.map +1 -1
- package/bin/zeroTrustAccessGroup.d.ts +61 -15
- package/bin/zeroTrustAccessGroup.js +6 -2
- package/bin/zeroTrustAccessGroup.js.map +1 -1
- package/bin/zeroTrustAccessIdentityProvider.d.ts +30 -39
- package/bin/zeroTrustAccessIdentityProvider.js +7 -6
- package/bin/zeroTrustAccessIdentityProvider.js.map +1 -1
- package/bin/zeroTrustAccessKeyConfiguration.d.ts +76 -0
- package/bin/zeroTrustAccessKeyConfiguration.js +61 -0
- package/bin/zeroTrustAccessKeyConfiguration.js.map +1 -0
- package/bin/zeroTrustAccessMtlsCertificate.d.ts +30 -21
- package/bin/zeroTrustAccessMtlsCertificate.js +9 -2
- package/bin/zeroTrustAccessMtlsCertificate.js.map +1 -1
- package/bin/zeroTrustAccessMtlsHostnameSettings.d.ts +9 -9
- package/bin/zeroTrustAccessMtlsHostnameSettings.js +3 -0
- package/bin/zeroTrustAccessMtlsHostnameSettings.js.map +1 -1
- package/bin/zeroTrustAccessPolicy.d.ts +92 -61
- package/bin/zeroTrustAccessPolicy.js +9 -6
- package/bin/zeroTrustAccessPolicy.js.map +1 -1
- package/bin/zeroTrustAccessServiceToken.d.ts +25 -28
- package/bin/zeroTrustAccessServiceToken.js +4 -6
- package/bin/zeroTrustAccessServiceToken.js.map +1 -1
- package/bin/zeroTrustAccessShortLivedCertificate.d.ts +14 -33
- package/bin/zeroTrustAccessShortLivedCertificate.js +4 -10
- package/bin/zeroTrustAccessShortLivedCertificate.js.map +1 -1
- package/bin/zeroTrustAccessTag.d.ts +15 -36
- package/bin/zeroTrustAccessTag.js +8 -5
- package/bin/zeroTrustAccessTag.js.map +1 -1
- package/bin/zeroTrustDeviceCertificates.d.ts +6 -18
- package/bin/zeroTrustDeviceCertificates.js +4 -6
- package/bin/zeroTrustDeviceCertificates.js.map +1 -1
- package/bin/zeroTrustDeviceManagedNetworks.d.ts +17 -21
- package/bin/zeroTrustDeviceManagedNetworks.js +2 -2
- package/bin/zeroTrustDeviceManagedNetworks.js.map +1 -1
- package/bin/zeroTrustDevicePostureIntegration.d.ts +20 -35
- package/bin/zeroTrustDevicePostureIntegration.js +8 -6
- package/bin/zeroTrustDevicePostureIntegration.js.map +1 -1
- package/bin/zeroTrustDevicePostureRule.d.ts +31 -43
- package/bin/zeroTrustDevicePostureRule.js +2 -4
- package/bin/zeroTrustDevicePostureRule.js.map +1 -1
- package/bin/zeroTrustDeviceProfiles.d.ts +120 -97
- package/bin/zeroTrustDeviceProfiles.js +24 -9
- package/bin/zeroTrustDeviceProfiles.js.map +1 -1
- package/bin/zeroTrustDexTest.d.ts +15 -28
- package/bin/zeroTrustDexTest.js +4 -9
- package/bin/zeroTrustDexTest.js.map +1 -1
- package/bin/zeroTrustDlpCustomProfile.d.ts +104 -0
- package/bin/zeroTrustDlpCustomProfile.js +73 -0
- package/bin/zeroTrustDlpCustomProfile.js.map +1 -0
- package/bin/zeroTrustDlpPredefinedProfile.d.ts +65 -0
- package/bin/zeroTrustDlpPredefinedProfile.js +68 -0
- package/bin/zeroTrustDlpPredefinedProfile.js.map +1 -0
- package/bin/zeroTrustDnsLocation.d.ts +68 -40
- package/bin/zeroTrustDnsLocation.js +10 -6
- package/bin/zeroTrustDnsLocation.js.map +1 -1
- package/bin/zeroTrustGatewayPolicy.d.ts +68 -55
- package/bin/zeroTrustGatewayPolicy.js +8 -10
- package/bin/zeroTrustGatewayPolicy.js.map +1 -1
- package/bin/zeroTrustGatewayProxyEndpoint.d.ts +12 -20
- package/bin/zeroTrustGatewayProxyEndpoint.js +4 -2
- package/bin/zeroTrustGatewayProxyEndpoint.js.map +1 -1
- package/bin/zeroTrustGatewaySettings.d.ts +10 -195
- package/bin/zeroTrustGatewaySettings.js +6 -34
- package/bin/zeroTrustGatewaySettings.js.map +1 -1
- package/bin/zeroTrustList.d.ts +24 -36
- package/bin/zeroTrustList.js +6 -4
- package/bin/zeroTrustList.js.map +1 -1
- package/bin/zeroTrustLocalDomainFallback.d.ts +87 -0
- package/bin/zeroTrustLocalDomainFallback.js +66 -0
- package/bin/zeroTrustLocalDomainFallback.js.map +1 -0
- package/bin/zeroTrustOrganization.d.ts +189 -0
- package/bin/zeroTrustOrganization.js +80 -0
- package/bin/zeroTrustOrganization.js.map +1 -0
- package/bin/zeroTrustTunnelCloudflared.d.ts +16 -47
- package/bin/zeroTrustTunnelCloudflared.js +2 -13
- package/bin/zeroTrustTunnelCloudflared.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflaredConfig.d.ts +30 -13
- package/bin/zeroTrustTunnelCloudflaredConfig.js +6 -5
- package/bin/zeroTrustTunnelCloudflaredConfig.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflaredRoute.d.ts +112 -0
- package/bin/zeroTrustTunnelCloudflaredRoute.js +70 -0
- package/bin/zeroTrustTunnelCloudflaredRoute.js.map +1 -0
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.d.ts +112 -0
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js +64 -0
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -0
- package/bin/zone.d.ts +92 -71
- package/bin/zone.js +23 -18
- package/bin/zone.js.map +1 -1
- package/bin/zoneCacheReserve.d.ts +25 -12
- package/bin/zoneCacheReserve.js +6 -7
- package/bin/zoneCacheReserve.js.map +1 -1
- package/bin/zoneCacheVariants.d.ts +15 -128
- package/bin/zoneCacheVariants.js +7 -24
- package/bin/zoneCacheVariants.js.map +1 -1
- package/bin/zoneHold.d.ts +5 -38
- package/bin/zoneHold.js +3 -8
- package/bin/zoneHold.js.map +1 -1
- package/bin/zoneLockdown.d.ts +43 -35
- package/bin/zoneLockdown.js +10 -10
- package/bin/zoneLockdown.js.map +1 -1
- package/bin/zoneSetting.d.ts +96 -0
- package/bin/zoneSetting.js +66 -0
- package/bin/zoneSetting.js.map +1 -0
- package/bin/zoneSubscription.d.ts +74 -0
- package/bin/zoneSubscription.js +56 -0
- package/bin/zoneSubscription.js.map +1 -0
- package/package.json +1 -1
|
@@ -18,9 +18,9 @@ export declare class ZeroTrustAccessApplication extends pulumi.CustomResource {
|
|
|
18
18
|
*/
|
|
19
19
|
static isInstance(obj: any): obj is ZeroTrustAccessApplication;
|
|
20
20
|
/**
|
|
21
|
-
* The
|
|
21
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
22
22
|
*/
|
|
23
|
-
readonly accountId: pulumi.Output<string>;
|
|
23
|
+
readonly accountId: pulumi.Output<string | undefined>;
|
|
24
24
|
/**
|
|
25
25
|
* When set to true, users can authenticate to this application using their WARP session. When set to false this
|
|
26
26
|
* application will always require direct IdP authentication. This setting always overrides the organization setting for
|
|
@@ -28,100 +28,95 @@ export declare class ZeroTrustAccessApplication extends pulumi.CustomResource {
|
|
|
28
28
|
*/
|
|
29
29
|
readonly allowAuthenticateViaWarp: pulumi.Output<boolean | undefined>;
|
|
30
30
|
/**
|
|
31
|
-
* The identity providers
|
|
31
|
+
* The identity providers your users can select when connecting to this application. Defaults to all IdPs configured in
|
|
32
|
+
* your account.
|
|
32
33
|
*/
|
|
33
34
|
readonly allowedIdps: pulumi.Output<string[] | undefined>;
|
|
34
35
|
/**
|
|
35
|
-
* The
|
|
36
|
+
* The image URL of the logo shown in the App Launcher header.
|
|
36
37
|
*/
|
|
37
38
|
readonly appLauncherLogoUrl: pulumi.Output<string | undefined>;
|
|
38
39
|
/**
|
|
39
|
-
*
|
|
40
|
+
* Displays the application in the App Launcher.
|
|
40
41
|
*/
|
|
41
|
-
readonly appLauncherVisible: pulumi.Output<boolean
|
|
42
|
+
readonly appLauncherVisible: pulumi.Output<boolean>;
|
|
42
43
|
/**
|
|
43
|
-
*
|
|
44
|
+
* When set to `true`, users skip the identity provider selection step during login. You must specify only one identity
|
|
45
|
+
* provider in allowed_idps.
|
|
44
46
|
*/
|
|
45
|
-
readonly
|
|
47
|
+
readonly autoRedirectToIdentity: pulumi.Output<boolean>;
|
|
46
48
|
/**
|
|
47
|
-
*
|
|
48
|
-
*/
|
|
49
|
-
readonly autoRedirectToIdentity: pulumi.Output<boolean | undefined>;
|
|
50
|
-
/**
|
|
51
|
-
* The background color of the app launcher.
|
|
49
|
+
* The background color of the App Launcher page.
|
|
52
50
|
*/
|
|
53
51
|
readonly bgColor: pulumi.Output<string | undefined>;
|
|
52
|
+
readonly corsHeaders: pulumi.Output<outputs.ZeroTrustAccessApplicationCorsHeaders | undefined>;
|
|
54
53
|
/**
|
|
55
|
-
*
|
|
56
|
-
*/
|
|
57
|
-
readonly corsHeaders: pulumi.Output<outputs.ZeroTrustAccessApplicationCorsHeader[] | undefined>;
|
|
58
|
-
/**
|
|
59
|
-
* Option that returns a custom error message when a user is denied access to the application.
|
|
54
|
+
* The custom error message shown to a user when they are denied access to the application.
|
|
60
55
|
*/
|
|
61
56
|
readonly customDenyMessage: pulumi.Output<string | undefined>;
|
|
62
57
|
/**
|
|
63
|
-
*
|
|
58
|
+
* The custom URL a user is redirected to when they are denied access to the application when failing identity-based rules.
|
|
64
59
|
*/
|
|
65
60
|
readonly customDenyUrl: pulumi.Output<string | undefined>;
|
|
66
61
|
/**
|
|
67
|
-
*
|
|
62
|
+
* The custom URL a user is redirected to when they are denied access to the application when failing non-identity rules.
|
|
68
63
|
*/
|
|
69
64
|
readonly customNonIdentityDenyUrl: pulumi.Output<string | undefined>;
|
|
70
65
|
/**
|
|
71
|
-
* The custom pages
|
|
66
|
+
* The custom pages that will be displayed when applicable for this application
|
|
72
67
|
*/
|
|
73
68
|
readonly customPages: pulumi.Output<string[] | undefined>;
|
|
74
69
|
/**
|
|
75
70
|
* The primary hostname and path that Access will secure. If the app is visible in the App Launcher dashboard, this is the
|
|
76
71
|
* domain that will be displayed.
|
|
77
72
|
*/
|
|
78
|
-
readonly domain: pulumi.Output<string>;
|
|
73
|
+
readonly domain: pulumi.Output<string | undefined>;
|
|
79
74
|
/**
|
|
80
|
-
*
|
|
81
|
-
* additional "binding" cookie on requests. Defaults to `false`.
|
|
75
|
+
* Enables the binding cookie, which increases security against compromised authorization tokens and CSRF attacks.
|
|
82
76
|
*/
|
|
83
|
-
readonly enableBindingCookie: pulumi.Output<boolean
|
|
77
|
+
readonly enableBindingCookie: pulumi.Output<boolean>;
|
|
84
78
|
/**
|
|
85
|
-
* The
|
|
79
|
+
* The links in the App Launcher footer.
|
|
86
80
|
*/
|
|
87
81
|
readonly footerLinks: pulumi.Output<outputs.ZeroTrustAccessApplicationFooterLink[] | undefined>;
|
|
88
82
|
/**
|
|
89
|
-
* The background color of the
|
|
83
|
+
* The background color of the App Launcher header.
|
|
90
84
|
*/
|
|
91
85
|
readonly headerBgColor: pulumi.Output<string | undefined>;
|
|
92
86
|
/**
|
|
93
|
-
*
|
|
87
|
+
* Enables the HttpOnly cookie attribute, which increases security against XSS attacks.
|
|
94
88
|
*/
|
|
95
|
-
readonly httpOnlyCookieAttribute: pulumi.Output<boolean
|
|
89
|
+
readonly httpOnlyCookieAttribute: pulumi.Output<boolean>;
|
|
96
90
|
/**
|
|
97
|
-
* The landing page
|
|
91
|
+
* The design of the App Launcher landing page shown to users when they log in.
|
|
98
92
|
*/
|
|
99
93
|
readonly landingPageDesign: pulumi.Output<outputs.ZeroTrustAccessApplicationLandingPageDesign | undefined>;
|
|
100
94
|
/**
|
|
101
|
-
*
|
|
95
|
+
* The image URL for the logo shown in the App Launcher dashboard.
|
|
102
96
|
*/
|
|
103
97
|
readonly logoUrl: pulumi.Output<string | undefined>;
|
|
104
98
|
/**
|
|
105
|
-
*
|
|
99
|
+
* The name of the application.
|
|
106
100
|
*/
|
|
107
101
|
readonly name: pulumi.Output<string>;
|
|
108
102
|
/**
|
|
109
103
|
* Allows options preflight requests to bypass Access authentication and go directly to the origin. Cannot turn on if
|
|
110
|
-
* cors_headers is set.
|
|
104
|
+
* cors_headers is set.
|
|
111
105
|
*/
|
|
112
106
|
readonly optionsPreflightBypass: pulumi.Output<boolean | undefined>;
|
|
113
107
|
/**
|
|
114
|
-
*
|
|
115
|
-
*
|
|
116
|
-
* result in an inconsistent state.
|
|
108
|
+
* Enables cookie paths to scope an application's JWT to the application path. If disabled, the JWT will scope to the
|
|
109
|
+
* hostname by default
|
|
117
110
|
*/
|
|
118
|
-
readonly
|
|
111
|
+
readonly pathCookieAttribute: pulumi.Output<boolean>;
|
|
119
112
|
/**
|
|
120
|
-
*
|
|
113
|
+
* The policies that will apply to the application, in ascending order of precedence. Items can reference existing policies
|
|
114
|
+
* or create new policies exclusive to the application.
|
|
121
115
|
*/
|
|
116
|
+
readonly policies: pulumi.Output<outputs.ZeroTrustAccessApplicationPolicy[] | undefined>;
|
|
122
117
|
readonly saasApp: pulumi.Output<outputs.ZeroTrustAccessApplicationSaasApp | undefined>;
|
|
123
118
|
/**
|
|
124
|
-
*
|
|
119
|
+
* Sets the SameSite cookie setting, which provides increased security against CSRF attacks.
|
|
125
120
|
*/
|
|
126
121
|
readonly sameSiteCookieAttribute: pulumi.Output<string | undefined>;
|
|
127
122
|
/**
|
|
@@ -129,45 +124,38 @@ export declare class ZeroTrustAccessApplication extends pulumi.CustomResource {
|
|
|
129
124
|
*/
|
|
130
125
|
readonly scimConfig: pulumi.Output<outputs.ZeroTrustAccessApplicationScimConfig | undefined>;
|
|
131
126
|
/**
|
|
132
|
-
* List of domains that
|
|
133
|
-
* value set as `domain`.
|
|
127
|
+
* List of domains that Access will secure.
|
|
134
128
|
*/
|
|
135
129
|
readonly selfHostedDomains: pulumi.Output<string[] | undefined>;
|
|
136
130
|
/**
|
|
137
|
-
*
|
|
131
|
+
* Returns a 401 status code when the request is blocked by a Service Auth policy.
|
|
138
132
|
*/
|
|
139
133
|
readonly serviceAuth401Redirect: pulumi.Output<boolean | undefined>;
|
|
140
134
|
/**
|
|
141
|
-
*
|
|
135
|
+
* The amount of time that tokens issued for this application will be valid. Must be in the format `300ms` or `2h45m`.
|
|
136
|
+
* Valid time units are: ns, us (or µs), ms, s, m, h.
|
|
142
137
|
*/
|
|
143
|
-
readonly sessionDuration: pulumi.Output<string
|
|
138
|
+
readonly sessionDuration: pulumi.Output<string>;
|
|
144
139
|
/**
|
|
145
|
-
*
|
|
140
|
+
* Determines when to skip the App Launcher landing page.
|
|
146
141
|
*/
|
|
147
|
-
readonly skipAppLauncherLoginPage: pulumi.Output<boolean
|
|
142
|
+
readonly skipAppLauncherLoginPage: pulumi.Output<boolean>;
|
|
148
143
|
/**
|
|
149
|
-
*
|
|
144
|
+
* Enables automatic authentication through cloudflared.
|
|
150
145
|
*/
|
|
151
146
|
readonly skipInterstitial: pulumi.Output<boolean | undefined>;
|
|
152
147
|
/**
|
|
153
|
-
* The
|
|
148
|
+
* The tags you want assigned to an application. Tags are used to filter applications in the App Launcher dashboard.
|
|
154
149
|
*/
|
|
155
150
|
readonly tags: pulumi.Output<string[] | undefined>;
|
|
156
151
|
/**
|
|
157
|
-
*
|
|
158
|
-
* filter the resources to be provisioned.
|
|
159
|
-
*/
|
|
160
|
-
readonly targetCriterias: pulumi.Output<outputs.ZeroTrustAccessApplicationTargetCriteria[] | undefined>;
|
|
161
|
-
/**
|
|
162
|
-
* The application type. Available values: `app_launcher`, `bookmark`, `biso`, `dash_sso`, `saas`, `self_hosted`, `ssh`,
|
|
163
|
-
* `vnc`, `warp`, `infrastructure`. Defaults to `self_hosted`.
|
|
152
|
+
* The application type.
|
|
164
153
|
*/
|
|
165
154
|
readonly type: pulumi.Output<string | undefined>;
|
|
166
|
-
readonly zeroTrustAccessApplicationId: pulumi.Output<string>;
|
|
167
155
|
/**
|
|
168
|
-
* The
|
|
156
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
169
157
|
*/
|
|
170
|
-
readonly zoneId: pulumi.Output<string>;
|
|
158
|
+
readonly zoneId: pulumi.Output<string | undefined>;
|
|
171
159
|
/**
|
|
172
160
|
* Create a ZeroTrustAccessApplication resource with the given unique name, arguments, and options.
|
|
173
161
|
*
|
|
@@ -182,7 +170,7 @@ export declare class ZeroTrustAccessApplication extends pulumi.CustomResource {
|
|
|
182
170
|
*/
|
|
183
171
|
export interface ZeroTrustAccessApplicationState {
|
|
184
172
|
/**
|
|
185
|
-
* The
|
|
173
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
186
174
|
*/
|
|
187
175
|
accountId?: pulumi.Input<string>;
|
|
188
176
|
/**
|
|
@@ -192,47 +180,42 @@ export interface ZeroTrustAccessApplicationState {
|
|
|
192
180
|
*/
|
|
193
181
|
allowAuthenticateViaWarp?: pulumi.Input<boolean>;
|
|
194
182
|
/**
|
|
195
|
-
* The identity providers
|
|
183
|
+
* The identity providers your users can select when connecting to this application. Defaults to all IdPs configured in
|
|
184
|
+
* your account.
|
|
196
185
|
*/
|
|
197
186
|
allowedIdps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
198
187
|
/**
|
|
199
|
-
* The
|
|
188
|
+
* The image URL of the logo shown in the App Launcher header.
|
|
200
189
|
*/
|
|
201
190
|
appLauncherLogoUrl?: pulumi.Input<string>;
|
|
202
191
|
/**
|
|
203
|
-
*
|
|
192
|
+
* Displays the application in the App Launcher.
|
|
204
193
|
*/
|
|
205
194
|
appLauncherVisible?: pulumi.Input<boolean>;
|
|
206
195
|
/**
|
|
207
|
-
*
|
|
208
|
-
|
|
209
|
-
aud?: pulumi.Input<string>;
|
|
210
|
-
/**
|
|
211
|
-
* Option to skip identity provider selection if only one is configured in `allowed_idps`. Defaults to `false`.
|
|
196
|
+
* When set to `true`, users skip the identity provider selection step during login. You must specify only one identity
|
|
197
|
+
* provider in allowed_idps.
|
|
212
198
|
*/
|
|
213
199
|
autoRedirectToIdentity?: pulumi.Input<boolean>;
|
|
214
200
|
/**
|
|
215
|
-
* The background color of the
|
|
201
|
+
* The background color of the App Launcher page.
|
|
216
202
|
*/
|
|
217
203
|
bgColor?: pulumi.Input<string>;
|
|
204
|
+
corsHeaders?: pulumi.Input<inputs.ZeroTrustAccessApplicationCorsHeaders>;
|
|
218
205
|
/**
|
|
219
|
-
*
|
|
220
|
-
*/
|
|
221
|
-
corsHeaders?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessApplicationCorsHeader>[]>;
|
|
222
|
-
/**
|
|
223
|
-
* Option that returns a custom error message when a user is denied access to the application.
|
|
206
|
+
* The custom error message shown to a user when they are denied access to the application.
|
|
224
207
|
*/
|
|
225
208
|
customDenyMessage?: pulumi.Input<string>;
|
|
226
209
|
/**
|
|
227
|
-
*
|
|
210
|
+
* The custom URL a user is redirected to when they are denied access to the application when failing identity-based rules.
|
|
228
211
|
*/
|
|
229
212
|
customDenyUrl?: pulumi.Input<string>;
|
|
230
213
|
/**
|
|
231
|
-
*
|
|
214
|
+
* The custom URL a user is redirected to when they are denied access to the application when failing non-identity rules.
|
|
232
215
|
*/
|
|
233
216
|
customNonIdentityDenyUrl?: pulumi.Input<string>;
|
|
234
217
|
/**
|
|
235
|
-
* The custom pages
|
|
218
|
+
* The custom pages that will be displayed when applicable for this application
|
|
236
219
|
*/
|
|
237
220
|
customPages?: pulumi.Input<pulumi.Input<string>[]>;
|
|
238
221
|
/**
|
|
@@ -241,51 +224,51 @@ export interface ZeroTrustAccessApplicationState {
|
|
|
241
224
|
*/
|
|
242
225
|
domain?: pulumi.Input<string>;
|
|
243
226
|
/**
|
|
244
|
-
*
|
|
245
|
-
* additional "binding" cookie on requests. Defaults to `false`.
|
|
227
|
+
* Enables the binding cookie, which increases security against compromised authorization tokens and CSRF attacks.
|
|
246
228
|
*/
|
|
247
229
|
enableBindingCookie?: pulumi.Input<boolean>;
|
|
248
230
|
/**
|
|
249
|
-
* The
|
|
231
|
+
* The links in the App Launcher footer.
|
|
250
232
|
*/
|
|
251
233
|
footerLinks?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessApplicationFooterLink>[]>;
|
|
252
234
|
/**
|
|
253
|
-
* The background color of the
|
|
235
|
+
* The background color of the App Launcher header.
|
|
254
236
|
*/
|
|
255
237
|
headerBgColor?: pulumi.Input<string>;
|
|
256
238
|
/**
|
|
257
|
-
*
|
|
239
|
+
* Enables the HttpOnly cookie attribute, which increases security against XSS attacks.
|
|
258
240
|
*/
|
|
259
241
|
httpOnlyCookieAttribute?: pulumi.Input<boolean>;
|
|
260
242
|
/**
|
|
261
|
-
* The landing page
|
|
243
|
+
* The design of the App Launcher landing page shown to users when they log in.
|
|
262
244
|
*/
|
|
263
245
|
landingPageDesign?: pulumi.Input<inputs.ZeroTrustAccessApplicationLandingPageDesign>;
|
|
264
246
|
/**
|
|
265
|
-
*
|
|
247
|
+
* The image URL for the logo shown in the App Launcher dashboard.
|
|
266
248
|
*/
|
|
267
249
|
logoUrl?: pulumi.Input<string>;
|
|
268
250
|
/**
|
|
269
|
-
*
|
|
251
|
+
* The name of the application.
|
|
270
252
|
*/
|
|
271
253
|
name?: pulumi.Input<string>;
|
|
272
254
|
/**
|
|
273
255
|
* Allows options preflight requests to bypass Access authentication and go directly to the origin. Cannot turn on if
|
|
274
|
-
* cors_headers is set.
|
|
256
|
+
* cors_headers is set.
|
|
275
257
|
*/
|
|
276
258
|
optionsPreflightBypass?: pulumi.Input<boolean>;
|
|
277
259
|
/**
|
|
278
|
-
*
|
|
279
|
-
*
|
|
280
|
-
* result in an inconsistent state.
|
|
260
|
+
* Enables cookie paths to scope an application's JWT to the application path. If disabled, the JWT will scope to the
|
|
261
|
+
* hostname by default
|
|
281
262
|
*/
|
|
282
|
-
|
|
263
|
+
pathCookieAttribute?: pulumi.Input<boolean>;
|
|
283
264
|
/**
|
|
284
|
-
*
|
|
265
|
+
* The policies that will apply to the application, in ascending order of precedence. Items can reference existing policies
|
|
266
|
+
* or create new policies exclusive to the application.
|
|
285
267
|
*/
|
|
268
|
+
policies?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessApplicationPolicy>[]>;
|
|
286
269
|
saasApp?: pulumi.Input<inputs.ZeroTrustAccessApplicationSaasApp>;
|
|
287
270
|
/**
|
|
288
|
-
*
|
|
271
|
+
* Sets the SameSite cookie setting, which provides increased security against CSRF attacks.
|
|
289
272
|
*/
|
|
290
273
|
sameSiteCookieAttribute?: pulumi.Input<string>;
|
|
291
274
|
/**
|
|
@@ -293,43 +276,36 @@ export interface ZeroTrustAccessApplicationState {
|
|
|
293
276
|
*/
|
|
294
277
|
scimConfig?: pulumi.Input<inputs.ZeroTrustAccessApplicationScimConfig>;
|
|
295
278
|
/**
|
|
296
|
-
* List of domains that
|
|
297
|
-
* value set as `domain`.
|
|
279
|
+
* List of domains that Access will secure.
|
|
298
280
|
*/
|
|
299
281
|
selfHostedDomains?: pulumi.Input<pulumi.Input<string>[]>;
|
|
300
282
|
/**
|
|
301
|
-
*
|
|
283
|
+
* Returns a 401 status code when the request is blocked by a Service Auth policy.
|
|
302
284
|
*/
|
|
303
285
|
serviceAuth401Redirect?: pulumi.Input<boolean>;
|
|
304
286
|
/**
|
|
305
|
-
*
|
|
287
|
+
* The amount of time that tokens issued for this application will be valid. Must be in the format `300ms` or `2h45m`.
|
|
288
|
+
* Valid time units are: ns, us (or µs), ms, s, m, h.
|
|
306
289
|
*/
|
|
307
290
|
sessionDuration?: pulumi.Input<string>;
|
|
308
291
|
/**
|
|
309
|
-
*
|
|
292
|
+
* Determines when to skip the App Launcher landing page.
|
|
310
293
|
*/
|
|
311
294
|
skipAppLauncherLoginPage?: pulumi.Input<boolean>;
|
|
312
295
|
/**
|
|
313
|
-
*
|
|
296
|
+
* Enables automatic authentication through cloudflared.
|
|
314
297
|
*/
|
|
315
298
|
skipInterstitial?: pulumi.Input<boolean>;
|
|
316
299
|
/**
|
|
317
|
-
* The
|
|
300
|
+
* The tags you want assigned to an application. Tags are used to filter applications in the App Launcher dashboard.
|
|
318
301
|
*/
|
|
319
302
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
320
303
|
/**
|
|
321
|
-
*
|
|
322
|
-
* filter the resources to be provisioned.
|
|
323
|
-
*/
|
|
324
|
-
targetCriterias?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessApplicationTargetCriteria>[]>;
|
|
325
|
-
/**
|
|
326
|
-
* The application type. Available values: `app_launcher`, `bookmark`, `biso`, `dash_sso`, `saas`, `self_hosted`, `ssh`,
|
|
327
|
-
* `vnc`, `warp`, `infrastructure`. Defaults to `self_hosted`.
|
|
304
|
+
* The application type.
|
|
328
305
|
*/
|
|
329
306
|
type?: pulumi.Input<string>;
|
|
330
|
-
zeroTrustAccessApplicationId?: pulumi.Input<string>;
|
|
331
307
|
/**
|
|
332
|
-
* The
|
|
308
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
333
309
|
*/
|
|
334
310
|
zoneId?: pulumi.Input<string>;
|
|
335
311
|
}
|
|
@@ -338,7 +314,7 @@ export interface ZeroTrustAccessApplicationState {
|
|
|
338
314
|
*/
|
|
339
315
|
export interface ZeroTrustAccessApplicationArgs {
|
|
340
316
|
/**
|
|
341
|
-
* The
|
|
317
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
342
318
|
*/
|
|
343
319
|
accountId?: pulumi.Input<string>;
|
|
344
320
|
/**
|
|
@@ -348,43 +324,42 @@ export interface ZeroTrustAccessApplicationArgs {
|
|
|
348
324
|
*/
|
|
349
325
|
allowAuthenticateViaWarp?: pulumi.Input<boolean>;
|
|
350
326
|
/**
|
|
351
|
-
* The identity providers
|
|
327
|
+
* The identity providers your users can select when connecting to this application. Defaults to all IdPs configured in
|
|
328
|
+
* your account.
|
|
352
329
|
*/
|
|
353
330
|
allowedIdps?: pulumi.Input<pulumi.Input<string>[]>;
|
|
354
331
|
/**
|
|
355
|
-
* The
|
|
332
|
+
* The image URL of the logo shown in the App Launcher header.
|
|
356
333
|
*/
|
|
357
334
|
appLauncherLogoUrl?: pulumi.Input<string>;
|
|
358
335
|
/**
|
|
359
|
-
*
|
|
336
|
+
* Displays the application in the App Launcher.
|
|
360
337
|
*/
|
|
361
338
|
appLauncherVisible?: pulumi.Input<boolean>;
|
|
362
339
|
/**
|
|
363
|
-
*
|
|
340
|
+
* When set to `true`, users skip the identity provider selection step during login. You must specify only one identity
|
|
341
|
+
* provider in allowed_idps.
|
|
364
342
|
*/
|
|
365
343
|
autoRedirectToIdentity?: pulumi.Input<boolean>;
|
|
366
344
|
/**
|
|
367
|
-
* The background color of the
|
|
345
|
+
* The background color of the App Launcher page.
|
|
368
346
|
*/
|
|
369
347
|
bgColor?: pulumi.Input<string>;
|
|
348
|
+
corsHeaders?: pulumi.Input<inputs.ZeroTrustAccessApplicationCorsHeaders>;
|
|
370
349
|
/**
|
|
371
|
-
*
|
|
372
|
-
*/
|
|
373
|
-
corsHeaders?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessApplicationCorsHeader>[]>;
|
|
374
|
-
/**
|
|
375
|
-
* Option that returns a custom error message when a user is denied access to the application.
|
|
350
|
+
* The custom error message shown to a user when they are denied access to the application.
|
|
376
351
|
*/
|
|
377
352
|
customDenyMessage?: pulumi.Input<string>;
|
|
378
353
|
/**
|
|
379
|
-
*
|
|
354
|
+
* The custom URL a user is redirected to when they are denied access to the application when failing identity-based rules.
|
|
380
355
|
*/
|
|
381
356
|
customDenyUrl?: pulumi.Input<string>;
|
|
382
357
|
/**
|
|
383
|
-
*
|
|
358
|
+
* The custom URL a user is redirected to when they are denied access to the application when failing non-identity rules.
|
|
384
359
|
*/
|
|
385
360
|
customNonIdentityDenyUrl?: pulumi.Input<string>;
|
|
386
361
|
/**
|
|
387
|
-
* The custom pages
|
|
362
|
+
* The custom pages that will be displayed when applicable for this application
|
|
388
363
|
*/
|
|
389
364
|
customPages?: pulumi.Input<pulumi.Input<string>[]>;
|
|
390
365
|
/**
|
|
@@ -393,51 +368,51 @@ export interface ZeroTrustAccessApplicationArgs {
|
|
|
393
368
|
*/
|
|
394
369
|
domain?: pulumi.Input<string>;
|
|
395
370
|
/**
|
|
396
|
-
*
|
|
397
|
-
* additional "binding" cookie on requests. Defaults to `false`.
|
|
371
|
+
* Enables the binding cookie, which increases security against compromised authorization tokens and CSRF attacks.
|
|
398
372
|
*/
|
|
399
373
|
enableBindingCookie?: pulumi.Input<boolean>;
|
|
400
374
|
/**
|
|
401
|
-
* The
|
|
375
|
+
* The links in the App Launcher footer.
|
|
402
376
|
*/
|
|
403
377
|
footerLinks?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessApplicationFooterLink>[]>;
|
|
404
378
|
/**
|
|
405
|
-
* The background color of the
|
|
379
|
+
* The background color of the App Launcher header.
|
|
406
380
|
*/
|
|
407
381
|
headerBgColor?: pulumi.Input<string>;
|
|
408
382
|
/**
|
|
409
|
-
*
|
|
383
|
+
* Enables the HttpOnly cookie attribute, which increases security against XSS attacks.
|
|
410
384
|
*/
|
|
411
385
|
httpOnlyCookieAttribute?: pulumi.Input<boolean>;
|
|
412
386
|
/**
|
|
413
|
-
* The landing page
|
|
387
|
+
* The design of the App Launcher landing page shown to users when they log in.
|
|
414
388
|
*/
|
|
415
389
|
landingPageDesign?: pulumi.Input<inputs.ZeroTrustAccessApplicationLandingPageDesign>;
|
|
416
390
|
/**
|
|
417
|
-
*
|
|
391
|
+
* The image URL for the logo shown in the App Launcher dashboard.
|
|
418
392
|
*/
|
|
419
393
|
logoUrl?: pulumi.Input<string>;
|
|
420
394
|
/**
|
|
421
|
-
*
|
|
395
|
+
* The name of the application.
|
|
422
396
|
*/
|
|
423
397
|
name?: pulumi.Input<string>;
|
|
424
398
|
/**
|
|
425
399
|
* Allows options preflight requests to bypass Access authentication and go directly to the origin. Cannot turn on if
|
|
426
|
-
* cors_headers is set.
|
|
400
|
+
* cors_headers is set.
|
|
427
401
|
*/
|
|
428
402
|
optionsPreflightBypass?: pulumi.Input<boolean>;
|
|
429
403
|
/**
|
|
430
|
-
*
|
|
431
|
-
*
|
|
432
|
-
* result in an inconsistent state.
|
|
404
|
+
* Enables cookie paths to scope an application's JWT to the application path. If disabled, the JWT will scope to the
|
|
405
|
+
* hostname by default
|
|
433
406
|
*/
|
|
434
|
-
|
|
407
|
+
pathCookieAttribute?: pulumi.Input<boolean>;
|
|
435
408
|
/**
|
|
436
|
-
*
|
|
409
|
+
* The policies that will apply to the application, in ascending order of precedence. Items can reference existing policies
|
|
410
|
+
* or create new policies exclusive to the application.
|
|
437
411
|
*/
|
|
412
|
+
policies?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessApplicationPolicy>[]>;
|
|
438
413
|
saasApp?: pulumi.Input<inputs.ZeroTrustAccessApplicationSaasApp>;
|
|
439
414
|
/**
|
|
440
|
-
*
|
|
415
|
+
* Sets the SameSite cookie setting, which provides increased security against CSRF attacks.
|
|
441
416
|
*/
|
|
442
417
|
sameSiteCookieAttribute?: pulumi.Input<string>;
|
|
443
418
|
/**
|
|
@@ -445,43 +420,36 @@ export interface ZeroTrustAccessApplicationArgs {
|
|
|
445
420
|
*/
|
|
446
421
|
scimConfig?: pulumi.Input<inputs.ZeroTrustAccessApplicationScimConfig>;
|
|
447
422
|
/**
|
|
448
|
-
* List of domains that
|
|
449
|
-
* value set as `domain`.
|
|
423
|
+
* List of domains that Access will secure.
|
|
450
424
|
*/
|
|
451
425
|
selfHostedDomains?: pulumi.Input<pulumi.Input<string>[]>;
|
|
452
426
|
/**
|
|
453
|
-
*
|
|
427
|
+
* Returns a 401 status code when the request is blocked by a Service Auth policy.
|
|
454
428
|
*/
|
|
455
429
|
serviceAuth401Redirect?: pulumi.Input<boolean>;
|
|
456
430
|
/**
|
|
457
|
-
*
|
|
431
|
+
* The amount of time that tokens issued for this application will be valid. Must be in the format `300ms` or `2h45m`.
|
|
432
|
+
* Valid time units are: ns, us (or µs), ms, s, m, h.
|
|
458
433
|
*/
|
|
459
434
|
sessionDuration?: pulumi.Input<string>;
|
|
460
435
|
/**
|
|
461
|
-
*
|
|
436
|
+
* Determines when to skip the App Launcher landing page.
|
|
462
437
|
*/
|
|
463
438
|
skipAppLauncherLoginPage?: pulumi.Input<boolean>;
|
|
464
439
|
/**
|
|
465
|
-
*
|
|
440
|
+
* Enables automatic authentication through cloudflared.
|
|
466
441
|
*/
|
|
467
442
|
skipInterstitial?: pulumi.Input<boolean>;
|
|
468
443
|
/**
|
|
469
|
-
* The
|
|
444
|
+
* The tags you want assigned to an application. Tags are used to filter applications in the App Launcher dashboard.
|
|
470
445
|
*/
|
|
471
446
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
472
447
|
/**
|
|
473
|
-
*
|
|
474
|
-
* filter the resources to be provisioned.
|
|
475
|
-
*/
|
|
476
|
-
targetCriterias?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessApplicationTargetCriteria>[]>;
|
|
477
|
-
/**
|
|
478
|
-
* The application type. Available values: `app_launcher`, `bookmark`, `biso`, `dash_sso`, `saas`, `self_hosted`, `ssh`,
|
|
479
|
-
* `vnc`, `warp`, `infrastructure`. Defaults to `self_hosted`.
|
|
448
|
+
* The application type.
|
|
480
449
|
*/
|
|
481
450
|
type?: pulumi.Input<string>;
|
|
482
|
-
zeroTrustAccessApplicationId?: pulumi.Input<string>;
|
|
483
451
|
/**
|
|
484
|
-
* The
|
|
452
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
485
453
|
*/
|
|
486
454
|
zoneId?: pulumi.Input<string>;
|
|
487
455
|
}
|
|
@@ -38,7 +38,6 @@ class ZeroTrustAccessApplication extends pulumi.CustomResource {
|
|
|
38
38
|
resourceInputs["allowedIdps"] = state ? state.allowedIdps : undefined;
|
|
39
39
|
resourceInputs["appLauncherLogoUrl"] = state ? state.appLauncherLogoUrl : undefined;
|
|
40
40
|
resourceInputs["appLauncherVisible"] = state ? state.appLauncherVisible : undefined;
|
|
41
|
-
resourceInputs["aud"] = state ? state.aud : undefined;
|
|
42
41
|
resourceInputs["autoRedirectToIdentity"] = state ? state.autoRedirectToIdentity : undefined;
|
|
43
42
|
resourceInputs["bgColor"] = state ? state.bgColor : undefined;
|
|
44
43
|
resourceInputs["corsHeaders"] = state ? state.corsHeaders : undefined;
|
|
@@ -55,6 +54,7 @@ class ZeroTrustAccessApplication extends pulumi.CustomResource {
|
|
|
55
54
|
resourceInputs["logoUrl"] = state ? state.logoUrl : undefined;
|
|
56
55
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
57
56
|
resourceInputs["optionsPreflightBypass"] = state ? state.optionsPreflightBypass : undefined;
|
|
57
|
+
resourceInputs["pathCookieAttribute"] = state ? state.pathCookieAttribute : undefined;
|
|
58
58
|
resourceInputs["policies"] = state ? state.policies : undefined;
|
|
59
59
|
resourceInputs["saasApp"] = state ? state.saasApp : undefined;
|
|
60
60
|
resourceInputs["sameSiteCookieAttribute"] = state ? state.sameSiteCookieAttribute : undefined;
|
|
@@ -65,9 +65,7 @@ class ZeroTrustAccessApplication extends pulumi.CustomResource {
|
|
|
65
65
|
resourceInputs["skipAppLauncherLoginPage"] = state ? state.skipAppLauncherLoginPage : undefined;
|
|
66
66
|
resourceInputs["skipInterstitial"] = state ? state.skipInterstitial : undefined;
|
|
67
67
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
68
|
-
resourceInputs["targetCriterias"] = state ? state.targetCriterias : undefined;
|
|
69
68
|
resourceInputs["type"] = state ? state.type : undefined;
|
|
70
|
-
resourceInputs["zeroTrustAccessApplicationId"] = state ? state.zeroTrustAccessApplicationId : undefined;
|
|
71
69
|
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
72
70
|
}
|
|
73
71
|
else {
|
|
@@ -93,6 +91,7 @@ class ZeroTrustAccessApplication extends pulumi.CustomResource {
|
|
|
93
91
|
resourceInputs["logoUrl"] = args ? args.logoUrl : undefined;
|
|
94
92
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
95
93
|
resourceInputs["optionsPreflightBypass"] = args ? args.optionsPreflightBypass : undefined;
|
|
94
|
+
resourceInputs["pathCookieAttribute"] = args ? args.pathCookieAttribute : undefined;
|
|
96
95
|
resourceInputs["policies"] = args ? args.policies : undefined;
|
|
97
96
|
resourceInputs["saasApp"] = args ? args.saasApp : undefined;
|
|
98
97
|
resourceInputs["sameSiteCookieAttribute"] = args ? args.sameSiteCookieAttribute : undefined;
|
|
@@ -103,11 +102,8 @@ class ZeroTrustAccessApplication extends pulumi.CustomResource {
|
|
|
103
102
|
resourceInputs["skipAppLauncherLoginPage"] = args ? args.skipAppLauncherLoginPage : undefined;
|
|
104
103
|
resourceInputs["skipInterstitial"] = args ? args.skipInterstitial : undefined;
|
|
105
104
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
106
|
-
resourceInputs["targetCriterias"] = args ? args.targetCriterias : undefined;
|
|
107
105
|
resourceInputs["type"] = args ? args.type : undefined;
|
|
108
|
-
resourceInputs["zeroTrustAccessApplicationId"] = args ? args.zeroTrustAccessApplicationId : undefined;
|
|
109
106
|
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
110
|
-
resourceInputs["aud"] = undefined /*out*/;
|
|
111
107
|
}
|
|
112
108
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
113
109
|
super(ZeroTrustAccessApplication.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
|