@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,56 +18,67 @@ export declare class ZeroTrustAccessPolicy extends pulumi.CustomResource {
|
|
|
18
18
|
*/
|
|
19
19
|
static isInstance(obj: any): obj is ZeroTrustAccessPolicy;
|
|
20
20
|
/**
|
|
21
|
-
* The
|
|
21
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
22
22
|
*/
|
|
23
23
|
readonly accountId: pulumi.Output<string | undefined>;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
26
|
-
* will force creation of a new resource.**
|
|
25
|
+
* UUID
|
|
27
26
|
*/
|
|
28
|
-
readonly
|
|
29
|
-
readonly approvalGroups: pulumi.Output<outputs.ZeroTrustAccessPolicyApprovalGroup[] | undefined>;
|
|
30
|
-
readonly approvalRequired: pulumi.Output<boolean | undefined>;
|
|
27
|
+
readonly appId: pulumi.Output<string>;
|
|
31
28
|
/**
|
|
32
|
-
*
|
|
29
|
+
* Administrators who can approve a temporary authentication request.
|
|
33
30
|
*/
|
|
34
|
-
readonly
|
|
31
|
+
readonly approvalGroups: pulumi.Output<outputs.ZeroTrustAccessPolicyApprovalGroup[]>;
|
|
35
32
|
/**
|
|
36
|
-
*
|
|
37
|
-
|
|
33
|
+
* Requires the user to request access from an administrator at the start of each session.
|
|
34
|
+
*/
|
|
35
|
+
readonly approvalRequired: pulumi.Output<boolean>;
|
|
36
|
+
readonly createdAt: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* The action Access will take if a user matches this policy.
|
|
38
39
|
*/
|
|
39
40
|
readonly decision: pulumi.Output<string>;
|
|
40
|
-
|
|
41
|
+
/**
|
|
42
|
+
* Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules.
|
|
43
|
+
*/
|
|
44
|
+
readonly excludes: pulumi.Output<outputs.ZeroTrustAccessPolicyExclude[]>;
|
|
45
|
+
/**
|
|
46
|
+
* Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
|
|
47
|
+
*/
|
|
41
48
|
readonly includes: pulumi.Output<outputs.ZeroTrustAccessPolicyInclude[]>;
|
|
42
49
|
/**
|
|
43
|
-
* Require this application to be served in an isolated browser for users matching this policy.
|
|
50
|
+
* Require this application to be served in an isolated browser for users matching this policy. 'Client Web Isolation' must
|
|
51
|
+
* be on for the account in order to use this feature.
|
|
44
52
|
*/
|
|
45
|
-
readonly isolationRequired: pulumi.Output<boolean
|
|
53
|
+
readonly isolationRequired: pulumi.Output<boolean>;
|
|
46
54
|
/**
|
|
47
|
-
*
|
|
55
|
+
* The name of the Access policy.
|
|
48
56
|
*/
|
|
49
57
|
readonly name: pulumi.Output<string>;
|
|
50
58
|
/**
|
|
51
|
-
* The
|
|
59
|
+
* The order of execution for this policy. Must be unique for each policy within an app.
|
|
52
60
|
*/
|
|
53
61
|
readonly precedence: pulumi.Output<number | undefined>;
|
|
54
62
|
/**
|
|
55
|
-
*
|
|
56
|
-
|
|
63
|
+
* A custom message that will appear on the purpose justification screen.
|
|
64
|
+
*/
|
|
65
|
+
readonly purposeJustificationPrompt: pulumi.Output<string>;
|
|
66
|
+
/**
|
|
67
|
+
* Require users to enter a justification when they log in to the application.
|
|
57
68
|
*/
|
|
58
|
-
readonly
|
|
69
|
+
readonly purposeJustificationRequired: pulumi.Output<boolean>;
|
|
59
70
|
/**
|
|
60
|
-
*
|
|
71
|
+
* Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.
|
|
61
72
|
*/
|
|
62
|
-
readonly
|
|
63
|
-
readonly requires: pulumi.Output<outputs.ZeroTrustAccessPolicyRequire[] | undefined>;
|
|
73
|
+
readonly requires: pulumi.Output<outputs.ZeroTrustAccessPolicyRequire[]>;
|
|
64
74
|
/**
|
|
65
|
-
*
|
|
75
|
+
* The amount of time that tokens issued for the application will be valid. Must be in the format `300ms` or `2h45m`. Valid
|
|
76
|
+
* time units are: ns, us (or µs), ms, s, m, h.
|
|
66
77
|
*/
|
|
67
|
-
readonly sessionDuration: pulumi.Output<string
|
|
68
|
-
readonly
|
|
78
|
+
readonly sessionDuration: pulumi.Output<string>;
|
|
79
|
+
readonly updatedAt: pulumi.Output<string>;
|
|
69
80
|
/**
|
|
70
|
-
* The
|
|
81
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
71
82
|
*/
|
|
72
83
|
readonly zoneId: pulumi.Output<string | undefined>;
|
|
73
84
|
/**
|
|
@@ -84,56 +95,67 @@ export declare class ZeroTrustAccessPolicy extends pulumi.CustomResource {
|
|
|
84
95
|
*/
|
|
85
96
|
export interface ZeroTrustAccessPolicyState {
|
|
86
97
|
/**
|
|
87
|
-
* The
|
|
98
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
88
99
|
*/
|
|
89
100
|
accountId?: pulumi.Input<string>;
|
|
90
101
|
/**
|
|
91
|
-
*
|
|
92
|
-
|
|
102
|
+
* UUID
|
|
103
|
+
*/
|
|
104
|
+
appId?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* Administrators who can approve a temporary authentication request.
|
|
93
107
|
*/
|
|
94
|
-
applicationId?: pulumi.Input<string>;
|
|
95
108
|
approvalGroups?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessPolicyApprovalGroup>[]>;
|
|
96
|
-
approvalRequired?: pulumi.Input<boolean>;
|
|
97
109
|
/**
|
|
98
|
-
*
|
|
110
|
+
* Requires the user to request access from an administrator at the start of each session.
|
|
99
111
|
*/
|
|
100
|
-
|
|
112
|
+
approvalRequired?: pulumi.Input<boolean>;
|
|
113
|
+
createdAt?: pulumi.Input<string>;
|
|
101
114
|
/**
|
|
102
|
-
*
|
|
103
|
-
* `bypass`.
|
|
115
|
+
* The action Access will take if a user matches this policy.
|
|
104
116
|
*/
|
|
105
117
|
decision?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules.
|
|
120
|
+
*/
|
|
106
121
|
excludes?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessPolicyExclude>[]>;
|
|
122
|
+
/**
|
|
123
|
+
* Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
|
|
124
|
+
*/
|
|
107
125
|
includes?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessPolicyInclude>[]>;
|
|
108
126
|
/**
|
|
109
|
-
* Require this application to be served in an isolated browser for users matching this policy.
|
|
127
|
+
* Require this application to be served in an isolated browser for users matching this policy. 'Client Web Isolation' must
|
|
128
|
+
* be on for the account in order to use this feature.
|
|
110
129
|
*/
|
|
111
130
|
isolationRequired?: pulumi.Input<boolean>;
|
|
112
131
|
/**
|
|
113
|
-
*
|
|
132
|
+
* The name of the Access policy.
|
|
114
133
|
*/
|
|
115
134
|
name?: pulumi.Input<string>;
|
|
116
135
|
/**
|
|
117
|
-
* The
|
|
136
|
+
* The order of execution for this policy. Must be unique for each policy within an app.
|
|
118
137
|
*/
|
|
119
138
|
precedence?: pulumi.Input<number>;
|
|
120
139
|
/**
|
|
121
|
-
*
|
|
122
|
-
* `purpose_justification_required`.
|
|
140
|
+
* A custom message that will appear on the purpose justification screen.
|
|
123
141
|
*/
|
|
124
142
|
purposeJustificationPrompt?: pulumi.Input<string>;
|
|
125
143
|
/**
|
|
126
|
-
*
|
|
144
|
+
* Require users to enter a justification when they log in to the application.
|
|
127
145
|
*/
|
|
128
146
|
purposeJustificationRequired?: pulumi.Input<boolean>;
|
|
147
|
+
/**
|
|
148
|
+
* Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.
|
|
149
|
+
*/
|
|
129
150
|
requires?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessPolicyRequire>[]>;
|
|
130
151
|
/**
|
|
131
|
-
*
|
|
152
|
+
* The amount of time that tokens issued for the application will be valid. Must be in the format `300ms` or `2h45m`. Valid
|
|
153
|
+
* time units are: ns, us (or µs), ms, s, m, h.
|
|
132
154
|
*/
|
|
133
155
|
sessionDuration?: pulumi.Input<string>;
|
|
134
|
-
|
|
156
|
+
updatedAt?: pulumi.Input<string>;
|
|
135
157
|
/**
|
|
136
|
-
* The
|
|
158
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
137
159
|
*/
|
|
138
160
|
zoneId?: pulumi.Input<string>;
|
|
139
161
|
}
|
|
@@ -142,56 +164,65 @@ export interface ZeroTrustAccessPolicyState {
|
|
|
142
164
|
*/
|
|
143
165
|
export interface ZeroTrustAccessPolicyArgs {
|
|
144
166
|
/**
|
|
145
|
-
* The
|
|
167
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
146
168
|
*/
|
|
147
169
|
accountId?: pulumi.Input<string>;
|
|
148
170
|
/**
|
|
149
|
-
*
|
|
150
|
-
|
|
171
|
+
* UUID
|
|
172
|
+
*/
|
|
173
|
+
appId: pulumi.Input<string>;
|
|
174
|
+
/**
|
|
175
|
+
* Administrators who can approve a temporary authentication request.
|
|
151
176
|
*/
|
|
152
|
-
applicationId?: pulumi.Input<string>;
|
|
153
177
|
approvalGroups?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessPolicyApprovalGroup>[]>;
|
|
154
|
-
approvalRequired?: pulumi.Input<boolean>;
|
|
155
178
|
/**
|
|
156
|
-
*
|
|
179
|
+
* Requires the user to request access from an administrator at the start of each session.
|
|
157
180
|
*/
|
|
158
|
-
|
|
181
|
+
approvalRequired?: pulumi.Input<boolean>;
|
|
159
182
|
/**
|
|
160
|
-
*
|
|
161
|
-
* `bypass`.
|
|
183
|
+
* The action Access will take if a user matches this policy.
|
|
162
184
|
*/
|
|
163
185
|
decision: pulumi.Input<string>;
|
|
186
|
+
/**
|
|
187
|
+
* Rules evaluated with a NOT logical operator. To match the policy, a user cannot meet any of the Exclude rules.
|
|
188
|
+
*/
|
|
164
189
|
excludes?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessPolicyExclude>[]>;
|
|
190
|
+
/**
|
|
191
|
+
* Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
|
|
192
|
+
*/
|
|
165
193
|
includes: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessPolicyInclude>[]>;
|
|
166
194
|
/**
|
|
167
|
-
* Require this application to be served in an isolated browser for users matching this policy.
|
|
195
|
+
* Require this application to be served in an isolated browser for users matching this policy. 'Client Web Isolation' must
|
|
196
|
+
* be on for the account in order to use this feature.
|
|
168
197
|
*/
|
|
169
198
|
isolationRequired?: pulumi.Input<boolean>;
|
|
170
199
|
/**
|
|
171
|
-
*
|
|
200
|
+
* The name of the Access policy.
|
|
172
201
|
*/
|
|
173
202
|
name?: pulumi.Input<string>;
|
|
174
203
|
/**
|
|
175
|
-
* The
|
|
204
|
+
* The order of execution for this policy. Must be unique for each policy within an app.
|
|
176
205
|
*/
|
|
177
206
|
precedence?: pulumi.Input<number>;
|
|
178
207
|
/**
|
|
179
|
-
*
|
|
180
|
-
* `purpose_justification_required`.
|
|
208
|
+
* A custom message that will appear on the purpose justification screen.
|
|
181
209
|
*/
|
|
182
210
|
purposeJustificationPrompt?: pulumi.Input<string>;
|
|
183
211
|
/**
|
|
184
|
-
*
|
|
212
|
+
* Require users to enter a justification when they log in to the application.
|
|
185
213
|
*/
|
|
186
214
|
purposeJustificationRequired?: pulumi.Input<boolean>;
|
|
215
|
+
/**
|
|
216
|
+
* Rules evaluated with an AND logical operator. To match the policy, a user must meet all of the Require rules.
|
|
217
|
+
*/
|
|
187
218
|
requires?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessPolicyRequire>[]>;
|
|
188
219
|
/**
|
|
189
|
-
*
|
|
220
|
+
* The amount of time that tokens issued for the application will be valid. Must be in the format `300ms` or `2h45m`. Valid
|
|
221
|
+
* time units are: ns, us (or µs), ms, s, m, h.
|
|
190
222
|
*/
|
|
191
223
|
sessionDuration?: pulumi.Input<string>;
|
|
192
|
-
zeroTrustAccessPolicyId?: pulumi.Input<string>;
|
|
193
224
|
/**
|
|
194
|
-
* The
|
|
225
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
195
226
|
*/
|
|
196
227
|
zoneId?: pulumi.Input<string>;
|
|
197
228
|
}
|
|
@@ -34,10 +34,10 @@ class ZeroTrustAccessPolicy extends pulumi.CustomResource {
|
|
|
34
34
|
if (opts.id) {
|
|
35
35
|
const state = argsOrState;
|
|
36
36
|
resourceInputs["accountId"] = state ? state.accountId : undefined;
|
|
37
|
-
resourceInputs["
|
|
37
|
+
resourceInputs["appId"] = state ? state.appId : undefined;
|
|
38
38
|
resourceInputs["approvalGroups"] = state ? state.approvalGroups : undefined;
|
|
39
39
|
resourceInputs["approvalRequired"] = state ? state.approvalRequired : undefined;
|
|
40
|
-
resourceInputs["
|
|
40
|
+
resourceInputs["createdAt"] = state ? state.createdAt : undefined;
|
|
41
41
|
resourceInputs["decision"] = state ? state.decision : undefined;
|
|
42
42
|
resourceInputs["excludes"] = state ? state.excludes : undefined;
|
|
43
43
|
resourceInputs["includes"] = state ? state.includes : undefined;
|
|
@@ -48,11 +48,14 @@ class ZeroTrustAccessPolicy extends pulumi.CustomResource {
|
|
|
48
48
|
resourceInputs["purposeJustificationRequired"] = state ? state.purposeJustificationRequired : undefined;
|
|
49
49
|
resourceInputs["requires"] = state ? state.requires : undefined;
|
|
50
50
|
resourceInputs["sessionDuration"] = state ? state.sessionDuration : undefined;
|
|
51
|
-
resourceInputs["
|
|
51
|
+
resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
|
|
52
52
|
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
53
53
|
}
|
|
54
54
|
else {
|
|
55
55
|
const args = argsOrState;
|
|
56
|
+
if ((!args || args.appId === undefined) && !opts.urn) {
|
|
57
|
+
throw new Error("Missing required property 'appId'");
|
|
58
|
+
}
|
|
56
59
|
if ((!args || args.decision === undefined) && !opts.urn) {
|
|
57
60
|
throw new Error("Missing required property 'decision'");
|
|
58
61
|
}
|
|
@@ -60,10 +63,9 @@ class ZeroTrustAccessPolicy extends pulumi.CustomResource {
|
|
|
60
63
|
throw new Error("Missing required property 'includes'");
|
|
61
64
|
}
|
|
62
65
|
resourceInputs["accountId"] = args ? args.accountId : undefined;
|
|
63
|
-
resourceInputs["
|
|
66
|
+
resourceInputs["appId"] = args ? args.appId : undefined;
|
|
64
67
|
resourceInputs["approvalGroups"] = args ? args.approvalGroups : undefined;
|
|
65
68
|
resourceInputs["approvalRequired"] = args ? args.approvalRequired : undefined;
|
|
66
|
-
resourceInputs["connectionRules"] = args ? args.connectionRules : undefined;
|
|
67
69
|
resourceInputs["decision"] = args ? args.decision : undefined;
|
|
68
70
|
resourceInputs["excludes"] = args ? args.excludes : undefined;
|
|
69
71
|
resourceInputs["includes"] = args ? args.includes : undefined;
|
|
@@ -74,8 +76,9 @@ class ZeroTrustAccessPolicy extends pulumi.CustomResource {
|
|
|
74
76
|
resourceInputs["purposeJustificationRequired"] = args ? args.purposeJustificationRequired : undefined;
|
|
75
77
|
resourceInputs["requires"] = args ? args.requires : undefined;
|
|
76
78
|
resourceInputs["sessionDuration"] = args ? args.sessionDuration : undefined;
|
|
77
|
-
resourceInputs["zeroTrustAccessPolicyId"] = args ? args.zeroTrustAccessPolicyId : undefined;
|
|
78
79
|
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
80
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
81
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
79
82
|
}
|
|
80
83
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
81
84
|
super(ZeroTrustAccessPolicy.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zeroTrustAccessPolicy.js","sourceRoot":"","sources":["../zeroTrustAccessPolicy.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,qBAAsB,SAAQ,MAAM,CAAC,cAAc;IAC5D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkC,EAAE,IAAmC;QAChI,OAAO,IAAI,qBAAqB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,qBAAqB,CAAC,YAAY,CAAC;IACtE,CAAC;
|
|
1
|
+
{"version":3,"file":"zeroTrustAccessPolicy.js","sourceRoot":"","sources":["../zeroTrustAccessPolicy.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,33 +16,32 @@ export declare class ZeroTrustAccessServiceToken extends pulumi.CustomResource {
|
|
|
16
16
|
*/
|
|
17
17
|
static isInstance(obj: any): obj is ZeroTrustAccessServiceToken;
|
|
18
18
|
/**
|
|
19
|
-
* The
|
|
19
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
20
20
|
*/
|
|
21
21
|
readonly accountId: pulumi.Output<string | undefined>;
|
|
22
22
|
/**
|
|
23
|
-
* Client ID
|
|
23
|
+
* The Client ID for the service token. Access will check for this value in the `CF-Access-Client-ID` request header.
|
|
24
24
|
*/
|
|
25
25
|
readonly clientId: pulumi.Output<string>;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* The Client Secret for the service token. Access will check for this value in the `CF-Access-Client-Secret` request
|
|
28
|
+
* header.
|
|
28
29
|
*/
|
|
29
30
|
readonly clientSecret: pulumi.Output<string>;
|
|
31
|
+
readonly createdAt: pulumi.Output<string>;
|
|
30
32
|
/**
|
|
31
|
-
*
|
|
33
|
+
* The duration for how long the service token will be valid. Must be in the format `300ms` or `2h45m`. Valid time units
|
|
34
|
+
* are: ns, us (or µs), ms, s, m, h. The default is 1 year in hours (8760h).
|
|
32
35
|
*/
|
|
33
36
|
readonly duration: pulumi.Output<string>;
|
|
34
|
-
/**
|
|
35
|
-
* Date when the token expires.
|
|
36
|
-
*/
|
|
37
37
|
readonly expiresAt: pulumi.Output<string>;
|
|
38
|
-
readonly minDaysForRenewal: pulumi.Output<number | undefined>;
|
|
39
38
|
/**
|
|
40
|
-
*
|
|
39
|
+
* The name of the service token.
|
|
41
40
|
*/
|
|
42
41
|
readonly name: pulumi.Output<string>;
|
|
43
|
-
readonly
|
|
42
|
+
readonly updatedAt: pulumi.Output<string>;
|
|
44
43
|
/**
|
|
45
|
-
* The
|
|
44
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
46
45
|
*/
|
|
47
46
|
readonly zoneId: pulumi.Output<string | undefined>;
|
|
48
47
|
/**
|
|
@@ -59,33 +58,32 @@ export declare class ZeroTrustAccessServiceToken extends pulumi.CustomResource {
|
|
|
59
58
|
*/
|
|
60
59
|
export interface ZeroTrustAccessServiceTokenState {
|
|
61
60
|
/**
|
|
62
|
-
* The
|
|
61
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
63
62
|
*/
|
|
64
63
|
accountId?: pulumi.Input<string>;
|
|
65
64
|
/**
|
|
66
|
-
* Client ID
|
|
65
|
+
* The Client ID for the service token. Access will check for this value in the `CF-Access-Client-ID` request header.
|
|
67
66
|
*/
|
|
68
67
|
clientId?: pulumi.Input<string>;
|
|
69
68
|
/**
|
|
70
|
-
*
|
|
69
|
+
* The Client Secret for the service token. Access will check for this value in the `CF-Access-Client-Secret` request
|
|
70
|
+
* header.
|
|
71
71
|
*/
|
|
72
72
|
clientSecret?: pulumi.Input<string>;
|
|
73
|
+
createdAt?: pulumi.Input<string>;
|
|
73
74
|
/**
|
|
74
|
-
*
|
|
75
|
+
* The duration for how long the service token will be valid. Must be in the format `300ms` or `2h45m`. Valid time units
|
|
76
|
+
* are: ns, us (or µs), ms, s, m, h. The default is 1 year in hours (8760h).
|
|
75
77
|
*/
|
|
76
78
|
duration?: pulumi.Input<string>;
|
|
77
|
-
/**
|
|
78
|
-
* Date when the token expires.
|
|
79
|
-
*/
|
|
80
79
|
expiresAt?: pulumi.Input<string>;
|
|
81
|
-
minDaysForRenewal?: pulumi.Input<number>;
|
|
82
80
|
/**
|
|
83
|
-
*
|
|
81
|
+
* The name of the service token.
|
|
84
82
|
*/
|
|
85
83
|
name?: pulumi.Input<string>;
|
|
86
|
-
|
|
84
|
+
updatedAt?: pulumi.Input<string>;
|
|
87
85
|
/**
|
|
88
|
-
* The
|
|
86
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
89
87
|
*/
|
|
90
88
|
zoneId?: pulumi.Input<string>;
|
|
91
89
|
}
|
|
@@ -94,21 +92,20 @@ export interface ZeroTrustAccessServiceTokenState {
|
|
|
94
92
|
*/
|
|
95
93
|
export interface ZeroTrustAccessServiceTokenArgs {
|
|
96
94
|
/**
|
|
97
|
-
* The
|
|
95
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
98
96
|
*/
|
|
99
97
|
accountId?: pulumi.Input<string>;
|
|
100
98
|
/**
|
|
101
|
-
*
|
|
99
|
+
* The duration for how long the service token will be valid. Must be in the format `300ms` or `2h45m`. Valid time units
|
|
100
|
+
* are: ns, us (or µs), ms, s, m, h. The default is 1 year in hours (8760h).
|
|
102
101
|
*/
|
|
103
102
|
duration?: pulumi.Input<string>;
|
|
104
|
-
minDaysForRenewal?: pulumi.Input<number>;
|
|
105
103
|
/**
|
|
106
|
-
*
|
|
104
|
+
* The name of the service token.
|
|
107
105
|
*/
|
|
108
106
|
name?: pulumi.Input<string>;
|
|
109
|
-
zeroTrustAccessServiceTokenId?: pulumi.Input<string>;
|
|
110
107
|
/**
|
|
111
|
-
* The
|
|
108
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
112
109
|
*/
|
|
113
110
|
zoneId?: pulumi.Input<string>;
|
|
114
111
|
}
|
|
@@ -36,28 +36,26 @@ class ZeroTrustAccessServiceToken extends pulumi.CustomResource {
|
|
|
36
36
|
resourceInputs["accountId"] = state ? state.accountId : undefined;
|
|
37
37
|
resourceInputs["clientId"] = state ? state.clientId : undefined;
|
|
38
38
|
resourceInputs["clientSecret"] = state ? state.clientSecret : undefined;
|
|
39
|
+
resourceInputs["createdAt"] = state ? state.createdAt : undefined;
|
|
39
40
|
resourceInputs["duration"] = state ? state.duration : undefined;
|
|
40
41
|
resourceInputs["expiresAt"] = state ? state.expiresAt : undefined;
|
|
41
|
-
resourceInputs["minDaysForRenewal"] = state ? state.minDaysForRenewal : undefined;
|
|
42
42
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
43
|
-
resourceInputs["
|
|
43
|
+
resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
|
|
44
44
|
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
45
45
|
}
|
|
46
46
|
else {
|
|
47
47
|
const args = argsOrState;
|
|
48
48
|
resourceInputs["accountId"] = args ? args.accountId : undefined;
|
|
49
49
|
resourceInputs["duration"] = args ? args.duration : undefined;
|
|
50
|
-
resourceInputs["minDaysForRenewal"] = args ? args.minDaysForRenewal : undefined;
|
|
51
50
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
52
|
-
resourceInputs["zeroTrustAccessServiceTokenId"] = args ? args.zeroTrustAccessServiceTokenId : undefined;
|
|
53
51
|
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
54
52
|
resourceInputs["clientId"] = undefined /*out*/;
|
|
55
53
|
resourceInputs["clientSecret"] = undefined /*out*/;
|
|
54
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
56
55
|
resourceInputs["expiresAt"] = undefined /*out*/;
|
|
56
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
57
57
|
}
|
|
58
58
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
59
|
-
const secretOpts = { additionalSecretOutputs: ["clientSecret"] };
|
|
60
|
-
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
61
59
|
super(ZeroTrustAccessServiceToken.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
|
|
62
60
|
}
|
|
63
61
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zeroTrustAccessServiceToken.js","sourceRoot":"","sources":["../zeroTrustAccessServiceToken.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,2BAA4B,SAAQ,MAAM,CAAC,cAAc;IAClE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwC,EAAE,IAAmC;QACtI,OAAO,IAAI,2BAA2B,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,2BAA2B,CAAC,YAAY,CAAC;IAC5E,CAAC;
|
|
1
|
+
{"version":3,"file":"zeroTrustAccessServiceToken.js","sourceRoot":"","sources":["../zeroTrustAccessServiceToken.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,26 +16,17 @@ export declare class ZeroTrustAccessShortLivedCertificate extends pulumi.CustomR
|
|
|
16
16
|
*/
|
|
17
17
|
static isInstance(obj: any): obj is ZeroTrustAccessShortLivedCertificate;
|
|
18
18
|
/**
|
|
19
|
-
* The
|
|
19
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
20
20
|
*/
|
|
21
|
-
readonly accountId: pulumi.Output<string>;
|
|
21
|
+
readonly accountId: pulumi.Output<string | undefined>;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* UUID
|
|
24
24
|
*/
|
|
25
|
-
readonly
|
|
25
|
+
readonly appId: pulumi.Output<string>;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
28
28
|
*/
|
|
29
|
-
readonly
|
|
30
|
-
/**
|
|
31
|
-
* Cryptographic public key of the generated CA certificate.
|
|
32
|
-
*/
|
|
33
|
-
readonly publicKey: pulumi.Output<string>;
|
|
34
|
-
readonly zeroTrustAccessShortLivedCertificateId: pulumi.Output<string>;
|
|
35
|
-
/**
|
|
36
|
-
* The zone identifier to target for the resource. Conflicts with `account_id`.
|
|
37
|
-
*/
|
|
38
|
-
readonly zoneId: pulumi.Output<string>;
|
|
29
|
+
readonly zoneId: pulumi.Output<string | undefined>;
|
|
39
30
|
/**
|
|
40
31
|
* Create a ZeroTrustAccessShortLivedCertificate resource with the given unique name, arguments, and options.
|
|
41
32
|
*
|
|
@@ -50,24 +41,15 @@ export declare class ZeroTrustAccessShortLivedCertificate extends pulumi.CustomR
|
|
|
50
41
|
*/
|
|
51
42
|
export interface ZeroTrustAccessShortLivedCertificateState {
|
|
52
43
|
/**
|
|
53
|
-
* The
|
|
44
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
54
45
|
*/
|
|
55
46
|
accountId?: pulumi.Input<string>;
|
|
56
47
|
/**
|
|
57
|
-
*
|
|
58
|
-
*/
|
|
59
|
-
applicationId?: pulumi.Input<string>;
|
|
60
|
-
/**
|
|
61
|
-
* Application Audience (AUD) Tag of the CA certificate.
|
|
62
|
-
*/
|
|
63
|
-
aud?: pulumi.Input<string>;
|
|
64
|
-
/**
|
|
65
|
-
* Cryptographic public key of the generated CA certificate.
|
|
48
|
+
* UUID
|
|
66
49
|
*/
|
|
67
|
-
|
|
68
|
-
zeroTrustAccessShortLivedCertificateId?: pulumi.Input<string>;
|
|
50
|
+
appId?: pulumi.Input<string>;
|
|
69
51
|
/**
|
|
70
|
-
* The
|
|
52
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
71
53
|
*/
|
|
72
54
|
zoneId?: pulumi.Input<string>;
|
|
73
55
|
}
|
|
@@ -76,16 +58,15 @@ export interface ZeroTrustAccessShortLivedCertificateState {
|
|
|
76
58
|
*/
|
|
77
59
|
export interface ZeroTrustAccessShortLivedCertificateArgs {
|
|
78
60
|
/**
|
|
79
|
-
* The
|
|
61
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
80
62
|
*/
|
|
81
63
|
accountId?: pulumi.Input<string>;
|
|
82
64
|
/**
|
|
83
|
-
*
|
|
65
|
+
* UUID
|
|
84
66
|
*/
|
|
85
|
-
|
|
86
|
-
zeroTrustAccessShortLivedCertificateId?: pulumi.Input<string>;
|
|
67
|
+
appId: pulumi.Input<string>;
|
|
87
68
|
/**
|
|
88
|
-
* The
|
|
69
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
89
70
|
*/
|
|
90
71
|
zoneId?: pulumi.Input<string>;
|
|
91
72
|
}
|
|
@@ -34,23 +34,17 @@ class ZeroTrustAccessShortLivedCertificate extends pulumi.CustomResource {
|
|
|
34
34
|
if (opts.id) {
|
|
35
35
|
const state = argsOrState;
|
|
36
36
|
resourceInputs["accountId"] = state ? state.accountId : undefined;
|
|
37
|
-
resourceInputs["
|
|
38
|
-
resourceInputs["aud"] = state ? state.aud : undefined;
|
|
39
|
-
resourceInputs["publicKey"] = state ? state.publicKey : undefined;
|
|
40
|
-
resourceInputs["zeroTrustAccessShortLivedCertificateId"] = state ? state.zeroTrustAccessShortLivedCertificateId : undefined;
|
|
37
|
+
resourceInputs["appId"] = state ? state.appId : undefined;
|
|
41
38
|
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
42
39
|
}
|
|
43
40
|
else {
|
|
44
41
|
const args = argsOrState;
|
|
45
|
-
if ((!args || args.
|
|
46
|
-
throw new Error("Missing required property '
|
|
42
|
+
if ((!args || args.appId === undefined) && !opts.urn) {
|
|
43
|
+
throw new Error("Missing required property 'appId'");
|
|
47
44
|
}
|
|
48
45
|
resourceInputs["accountId"] = args ? args.accountId : undefined;
|
|
49
|
-
resourceInputs["
|
|
50
|
-
resourceInputs["zeroTrustAccessShortLivedCertificateId"] = args ? args.zeroTrustAccessShortLivedCertificateId : undefined;
|
|
46
|
+
resourceInputs["appId"] = args ? args.appId : undefined;
|
|
51
47
|
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
52
|
-
resourceInputs["aud"] = undefined /*out*/;
|
|
53
|
-
resourceInputs["publicKey"] = undefined /*out*/;
|
|
54
48
|
}
|
|
55
49
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
56
50
|
super(ZeroTrustAccessShortLivedCertificate.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
|