@bitphinix/sst-provider-cloudflare5 5.1.0 → 5.16.0-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 +4 -1
- package/bin/accessRule.js.map +1 -1
- package/bin/account.d.ts +22 -13
- package/bin/account.js +2 -3
- package/bin/account.js.map +1 -1
- package/bin/accountDnsSettings.d.ts +53 -0
- package/bin/{dnsSettings.js → accountDnsSettings.js} +13 -12
- package/bin/accountDnsSettings.js.map +1 -0
- package/bin/{dnsSettingsInternalView.d.ts → accountDnsSettingsInternalView.d.ts} +14 -14
- package/bin/{dnsSettingsInternalView.js → accountDnsSettingsInternalView.js} +10 -10
- package/bin/accountDnsSettingsInternalView.js.map +1 -0
- package/bin/accountMember.d.ts +13 -4
- package/bin/accountMember.js.map +1 -1
- package/bin/accountSubscription.d.ts +8 -15
- package/bin/accountSubscription.js +0 -2
- package/bin/accountSubscription.js.map +1 -1
- package/bin/accountToken.d.ts +8 -5
- package/bin/accountToken.js +2 -0
- package/bin/accountToken.js.map +1 -1
- package/bin/addressMap.d.ts +12 -26
- package/bin/addressMap.js.map +1 -1
- package/bin/apiShield.d.ts +3 -15
- package/bin/apiShield.js +0 -6
- package/bin/apiShield.js.map +1 -1
- package/bin/apiShieldDiscoveryOperation.d.ts +18 -12
- package/bin/apiShieldDiscoveryOperation.js.map +1 -1
- package/bin/apiShieldOperation.d.ts +11 -14
- package/bin/apiShieldOperation.js.map +1 -1
- package/bin/apiShieldOperationSchemaValidationSettings.d.ts +27 -18
- package/bin/apiShieldOperationSchemaValidationSettings.js.map +1 -1
- package/bin/apiShieldSchema.d.ts +9 -3
- package/bin/apiShieldSchema.js.map +1 -1
- package/bin/apiShieldSchemaValidationSettings.d.ts +51 -24
- package/bin/apiShieldSchemaValidationSettings.js.map +1 -1
- package/bin/apiToken.d.ts +8 -5
- package/bin/apiToken.js +2 -0
- package/bin/apiToken.js.map +1 -1
- package/bin/argoSmartRouting.d.ts +25 -6
- package/bin/argoSmartRouting.js +4 -0
- package/bin/argoSmartRouting.js.map +1 -1
- package/bin/argoTieredCaching.d.ts +8 -5
- package/bin/argoTieredCaching.js.map +1 -1
- package/bin/authenticatedOriginPulls.d.ts +9 -5
- package/bin/authenticatedOriginPulls.js +2 -0
- package/bin/authenticatedOriginPulls.js.map +1 -1
- package/bin/authenticatedOriginPullsCertificate.d.ts +8 -10
- package/bin/authenticatedOriginPullsCertificate.js +4 -2
- package/bin/authenticatedOriginPullsCertificate.js.map +1 -1
- package/bin/authenticatedOriginPullsSettings.d.ts +60 -0
- package/bin/authenticatedOriginPullsSettings.js +57 -0
- package/bin/authenticatedOriginPullsSettings.js.map +1 -0
- package/bin/botManagement.d.ts +98 -37
- package/bin/botManagement.js +8 -0
- package/bin/botManagement.js.map +1 -1
- package/bin/byoIpPrefix.d.ts +62 -2
- package/bin/byoIpPrefix.js +10 -3
- package/bin/byoIpPrefix.js.map +1 -1
- package/bin/callsSfuApp.js +2 -0
- package/bin/callsSfuApp.js.map +1 -1
- package/bin/callsTurnApp.js +2 -0
- package/bin/callsTurnApp.js.map +1 -1
- package/bin/certificatePack.d.ts +61 -22
- package/bin/certificatePack.js +8 -3
- package/bin/certificatePack.js.map +1 -1
- package/bin/cloudConnectorRules.d.ts +5 -36
- package/bin/cloudConnectorRules.js +0 -13
- package/bin/cloudConnectorRules.js.map +1 -1
- package/bin/cloudforceOneRequest.d.ts +36 -31
- package/bin/cloudforceOneRequest.js +4 -4
- package/bin/cloudforceOneRequest.js.map +1 -1
- package/bin/cloudforceOneRequestAsset.d.ts +31 -31
- package/bin/cloudforceOneRequestAsset.js +8 -8
- package/bin/cloudforceOneRequestAsset.js.map +1 -1
- package/bin/cloudforceOneRequestMessage.d.ts +25 -25
- package/bin/cloudforceOneRequestMessage.js +8 -8
- package/bin/cloudforceOneRequestMessage.js.map +1 -1
- package/bin/cloudforceOneRequestPriority.d.ts +37 -32
- package/bin/cloudforceOneRequestPriority.js +4 -4
- package/bin/cloudforceOneRequestPriority.js.map +1 -1
- package/bin/config/vars.d.ts +5 -13
- package/bin/config/vars.js.map +1 -1
- package/bin/connectivityDirectoryService.d.ts +80 -0
- package/bin/connectivityDirectoryService.js +74 -0
- package/bin/connectivityDirectoryService.js.map +1 -0
- package/bin/contentScanning.d.ts +71 -0
- package/bin/contentScanning.js +59 -0
- package/bin/contentScanning.js.map +1 -0
- package/bin/contentScanningExpression.d.ts +3 -11
- package/bin/contentScanningExpression.js +0 -2
- package/bin/contentScanningExpression.js.map +1 -1
- package/bin/customHostname.d.ts +8 -12
- package/bin/customHostname.js.map +1 -1
- package/bin/customHostnameFallbackOrigin.d.ts +5 -3
- package/bin/customHostnameFallbackOrigin.js.map +1 -1
- package/bin/customPages.d.ts +112 -0
- package/bin/customPages.js +73 -0
- package/bin/customPages.js.map +1 -0
- package/bin/customSsl.d.ts +23 -52
- package/bin/customSsl.js +3 -1
- package/bin/customSsl.js.map +1 -1
- package/bin/d1database.d.ts +35 -6
- package/bin/d1database.js +4 -0
- package/bin/d1database.js.map +1 -1
- package/bin/dnsFirewall.d.ts +87 -27
- package/bin/dnsFirewall.js.map +1 -1
- package/bin/dnsRecord.d.ts +11 -11
- package/bin/dnsZoneTransfersAcl.d.ts +3 -9
- package/bin/dnsZoneTransfersAcl.js.map +1 -1
- package/bin/dnsZoneTransfersIncoming.d.ts +7 -4
- package/bin/dnsZoneTransfersIncoming.js +0 -3
- package/bin/dnsZoneTransfersIncoming.js.map +1 -1
- package/bin/dnsZoneTransfersPeer.d.ts +3 -9
- package/bin/dnsZoneTransfersPeer.js.map +1 -1
- package/bin/dnsZoneTransfersTsig.js +3 -1
- package/bin/dnsZoneTransfersTsig.js.map +1 -1
- package/bin/emailRoutingAddress.d.ts +7 -3
- package/bin/emailRoutingAddress.js.map +1 -1
- package/bin/emailRoutingCatchAll.d.ts +7 -3
- package/bin/emailRoutingCatchAll.js.map +1 -1
- package/bin/emailRoutingDns.d.ts +11 -5
- package/bin/emailRoutingDns.js.map +1 -1
- package/bin/emailRoutingRule.d.ts +7 -3
- package/bin/emailRoutingRule.js.map +1 -1
- package/bin/emailRoutingSettings.d.ts +9 -3
- package/bin/emailRoutingSettings.js.map +1 -1
- package/bin/emailSecurityBlockSender.d.ts +9 -0
- package/bin/emailSecurityBlockSender.js.map +1 -1
- package/bin/emailSecurityImpersonationRegistry.d.ts +6 -0
- package/bin/emailSecurityImpersonationRegistry.js.map +1 -1
- package/bin/emailSecurityTrustedDomains.d.ts +16 -10
- package/bin/emailSecurityTrustedDomains.js.map +1 -1
- package/bin/filter.d.ts +28 -14
- package/bin/filter.js +7 -5
- package/bin/filter.js.map +1 -1
- package/bin/firewallRule.d.ts +5 -7
- package/bin/firewallRule.js.map +1 -1
- package/bin/getAccount.d.ts +2 -0
- package/bin/getAccount.js.map +1 -1
- package/bin/getAccountApiTokenPermissionGroups.d.ts +31 -0
- package/bin/getAccountApiTokenPermissionGroups.js +26 -0
- package/bin/getAccountApiTokenPermissionGroups.js.map +1 -0
- package/bin/getAccountApiTokenPermissionGroupsList.d.ts +36 -0
- package/bin/getAccountApiTokenPermissionGroupsList.js +28 -0
- package/bin/getAccountApiTokenPermissionGroupsList.js.map +1 -0
- package/bin/getAccountDnsSettings.d.ts +27 -0
- package/bin/getAccountDnsSettings.js +22 -0
- package/bin/getAccountDnsSettings.js.map +1 -0
- package/bin/getAccountDnsSettingsInternalView.d.ts +34 -0
- package/bin/{getDnsSettingsInternalView.js → getAccountDnsSettingsInternalView.js} +8 -8
- package/bin/getAccountDnsSettingsInternalView.js.map +1 -0
- package/bin/getAccountDnsSettingsInternalViews.d.ts +49 -0
- package/bin/{getDnsSettingsInternalViews.js → getAccountDnsSettingsInternalViews.js} +8 -8
- package/bin/getAccountDnsSettingsInternalViews.js.map +1 -0
- package/bin/getAccountMember.d.ts +1 -0
- package/bin/getAccountMember.js.map +1 -1
- package/bin/getAccountPermissionGroup.d.ts +28 -0
- package/bin/{getPermissionGroup.js → getAccountPermissionGroup.js} +8 -8
- package/bin/getAccountPermissionGroup.js.map +1 -0
- package/bin/getAccountPermissionGroups.d.ts +35 -0
- package/bin/{getPermissionGroups.js → getAccountPermissionGroups.js} +8 -8
- package/bin/getAccountPermissionGroups.js.map +1 -0
- package/bin/getAddressMap.d.ts +3 -3
- package/bin/getApiShield.d.ts +3 -6
- package/bin/getApiShield.js +2 -2
- package/bin/getApiShield.js.map +1 -1
- package/bin/getApiShieldSchema.d.ts +2 -0
- package/bin/getApiShieldSchema.js +2 -0
- package/bin/getApiShieldSchema.js.map +1 -1
- package/bin/getApiShieldSchemaValidationSettings.d.ts +0 -3
- package/bin/getApiShieldSchemaValidationSettings.js.map +1 -1
- package/bin/getApiTokenPermissionGroupsList.d.ts +33 -0
- package/bin/{getApiTokenPermissionsGroupsList.js → getApiTokenPermissionGroupsList.js} +14 -10
- package/bin/getApiTokenPermissionGroupsList.js.map +1 -0
- package/bin/getArgoSmartRouting.d.ts +3 -3
- package/bin/getAuthenticatedOriginPulls.d.ts +2 -0
- package/bin/getAuthenticatedOriginPulls.js +2 -0
- package/bin/getAuthenticatedOriginPulls.js.map +1 -1
- package/bin/getAuthenticatedOriginPullsSettings.d.ts +26 -0
- package/bin/getAuthenticatedOriginPullsSettings.js +22 -0
- package/bin/getAuthenticatedOriginPullsSettings.js.map +1 -0
- package/bin/getBotManagement.d.ts +4 -3
- package/bin/getBotManagement.js.map +1 -1
- package/bin/getByoIpPrefix.d.ts +24 -5
- package/bin/getByoIpPrefix.js +2 -2
- package/bin/getByoIpPrefix.js.map +1 -1
- package/bin/getCertificatePack.d.ts +19 -6
- package/bin/getCertificatePack.js +2 -0
- package/bin/getCertificatePack.js.map +1 -1
- package/bin/getCloudConnectorRules.d.ts +24 -0
- package/bin/{getCloudConnectorRulesList.js → getCloudConnectorRules.js} +8 -10
- package/bin/getCloudConnectorRules.js.map +1 -0
- package/bin/getCloudforceOneRequest.d.ts +11 -6
- package/bin/getCloudforceOneRequest.js +6 -4
- package/bin/getCloudforceOneRequest.js.map +1 -1
- package/bin/getCloudforceOneRequestAsset.d.ts +10 -10
- package/bin/getCloudforceOneRequestAsset.js +6 -6
- package/bin/getCloudforceOneRequestAsset.js.map +1 -1
- package/bin/getCloudforceOneRequestMessage.d.ts +25 -7
- package/bin/getCloudforceOneRequestMessage.js +16 -4
- package/bin/getCloudforceOneRequestMessage.js.map +1 -1
- package/bin/getCloudforceOneRequestPriority.d.ts +6 -6
- package/bin/getCloudforceOneRequestPriority.js +4 -4
- package/bin/getCloudforceOneRequestPriority.js.map +1 -1
- package/bin/getCloudforceOneRequests.d.ts +33 -3
- package/bin/getCloudforceOneRequests.js +22 -2
- package/bin/getCloudforceOneRequests.js.map +1 -1
- package/bin/getConnectivityDirectoryService.d.ts +37 -0
- package/bin/getConnectivityDirectoryService.js +26 -0
- package/bin/getConnectivityDirectoryService.js.map +1 -0
- package/bin/getConnectivityDirectoryServices.d.ts +33 -0
- package/bin/getConnectivityDirectoryServices.js +26 -0
- package/bin/getConnectivityDirectoryServices.js.map +1 -0
- package/bin/getContentScanning.d.ts +27 -0
- package/bin/getContentScanning.js +22 -0
- package/bin/getContentScanning.js.map +1 -0
- package/bin/getCustomHostnameFallbackOrigin.d.ts +0 -3
- package/bin/getCustomHostnameFallbackOrigin.js.map +1 -1
- package/bin/getCustomPages.d.ts +35 -0
- package/bin/{getDnsSettings.js → getCustomPages.js} +10 -10
- package/bin/getCustomPages.js.map +1 -0
- package/bin/getCustomPagesList.d.ts +33 -0
- package/bin/getCustomPagesList.js +28 -0
- package/bin/getCustomPagesList.js.map +1 -0
- package/bin/getCustomSsl.d.ts +4 -2
- package/bin/getCustomSsl.js +2 -2
- package/bin/getCustomSsl.js.map +1 -1
- package/bin/getD1Database.d.ts +1 -0
- package/bin/getD1Database.js.map +1 -1
- package/bin/getDnsFirewall.d.ts +3 -3
- package/bin/getDnsZoneTransfersAcl.d.ts +3 -3
- package/bin/getDnsZoneTransfersPeer.d.ts +3 -3
- package/bin/getDnsZoneTransfersTsig.d.ts +3 -3
- package/bin/getEmailRoutingAddress.d.ts +3 -0
- package/bin/getEmailRoutingAddress.js.map +1 -1
- package/bin/getEmailRoutingCatchAll.d.ts +3 -0
- package/bin/getEmailRoutingCatchAll.js.map +1 -1
- package/bin/getEmailRoutingDns.d.ts +0 -3
- package/bin/getEmailRoutingDns.js.map +1 -1
- package/bin/getEmailRoutingRule.d.ts +3 -0
- package/bin/getEmailRoutingRule.js.map +1 -1
- package/bin/getEmailRoutingSettings.d.ts +3 -0
- package/bin/getEmailRoutingSettings.js.map +1 -1
- package/bin/getEmailSecurityBlockSenders.d.ts +3 -0
- package/bin/getEmailSecurityBlockSenders.js +2 -0
- package/bin/getEmailSecurityBlockSenders.js.map +1 -1
- package/bin/getEmailSecurityImpersonationRegistry.d.ts +3 -0
- package/bin/getEmailSecurityImpersonationRegistry.js.map +1 -1
- package/bin/getEmailSecurityTrustedDomainsList.d.ts +3 -0
- package/bin/getEmailSecurityTrustedDomainsList.js +2 -0
- package/bin/getEmailSecurityTrustedDomainsList.js.map +1 -1
- package/bin/getHealthcheck.d.ts +3 -3
- package/bin/getHostnameTlsSetting.d.ts +0 -3
- package/bin/getHostnameTlsSetting.js.map +1 -1
- package/bin/getHyperdriveConfig.d.ts +2 -0
- package/bin/getHyperdriveConfig.js.map +1 -1
- package/bin/getImage.d.ts +1 -0
- package/bin/getImage.js.map +1 -1
- package/bin/getImageVariant.d.ts +0 -3
- package/bin/getImageVariant.js.map +1 -1
- package/bin/getImages.d.ts +3 -0
- package/bin/getImages.js +2 -0
- package/bin/getImages.js.map +1 -1
- package/bin/getKeylessCertificate.d.ts +3 -3
- package/bin/getLeakedCredentialCheckRule.d.ts +27 -0
- package/bin/getLeakedCredentialCheckRule.js +24 -0
- package/bin/getLeakedCredentialCheckRule.js.map +1 -0
- package/bin/getList.d.ts +8 -3
- package/bin/getList.js +2 -0
- package/bin/getList.js.map +1 -1
- package/bin/getListItem.d.ts +3 -3
- package/bin/getListItem.js +2 -2
- package/bin/getListItem.js.map +1 -1
- package/bin/getListItems.d.ts +3 -0
- package/bin/getListItems.js +2 -0
- package/bin/getListItems.js.map +1 -1
- package/bin/getLoadBalancer.d.ts +3 -15
- package/bin/getLoadBalancer.js +0 -8
- package/bin/getLoadBalancer.js.map +1 -1
- package/bin/getLoadBalancerMonitor.d.ts +3 -3
- package/bin/getLoadBalancerPool.d.ts +1 -0
- package/bin/getLoadBalancerPool.js.map +1 -1
- package/bin/getLogpullRetention.d.ts +0 -3
- package/bin/getLogpullRetention.js.map +1 -1
- package/bin/getLogpushDatasetField.d.ts +4 -4
- package/bin/getLogpushDatasetField.js +2 -0
- package/bin/getLogpushDatasetField.js.map +1 -1
- package/bin/getLogpushDatasetJob.d.ts +10 -4
- package/bin/getLogpushDatasetJob.js +2 -0
- package/bin/getLogpushDatasetJob.js.map +1 -1
- package/bin/getLogpushJob.d.ts +11 -5
- package/bin/getLogpushJob.js +0 -2
- package/bin/getLogpushJob.js.map +1 -1
- package/bin/getMagicNetworkMonitoringRule.d.ts +7 -3
- package/bin/getMagicNetworkMonitoringRule.js.map +1 -1
- package/bin/getMagicTransitConnector.d.ts +4 -3
- package/bin/getMagicTransitConnector.js.map +1 -1
- package/bin/getMagicTransitSiteAcl.d.ts +3 -3
- package/bin/getMagicTransitSiteLan.d.ts +5 -3
- package/bin/getMagicTransitSiteLan.js +2 -0
- package/bin/getMagicTransitSiteLan.js.map +1 -1
- package/bin/getMagicTransitSiteWan.d.ts +5 -3
- package/bin/getMagicTransitSiteWan.js +2 -0
- package/bin/getMagicTransitSiteWan.js.map +1 -1
- package/bin/getMagicWanGreTunnel.d.ts +0 -3
- package/bin/getMagicWanGreTunnel.js.map +1 -1
- package/bin/getMagicWanIpsecTunnel.d.ts +0 -3
- package/bin/getMagicWanIpsecTunnel.js.map +1 -1
- package/bin/getMagicWanStaticRoute.d.ts +0 -3
- package/bin/getMagicWanStaticRoute.js.map +1 -1
- package/bin/getManagedTransforms.d.ts +0 -3
- package/bin/getManagedTransforms.js.map +1 -1
- package/bin/getMtlsCertificate.d.ts +3 -3
- package/bin/getNotificationPolicy.d.ts +3 -3
- package/bin/getNotificationPolicyWebhooks.d.ts +3 -3
- package/bin/getObservatoryScheduledTest.d.ts +4 -0
- package/bin/getObservatoryScheduledTest.js +4 -0
- package/bin/getObservatoryScheduledTest.js.map +1 -1
- package/bin/getOrganization.d.ts +32 -0
- package/bin/getOrganization.js +26 -0
- package/bin/getOrganization.js.map +1 -0
- package/bin/getOrganizationProfile.d.ts +30 -0
- package/bin/getOrganizationProfile.js +22 -0
- package/bin/getOrganizationProfile.js.map +1 -0
- package/bin/getOrganizations.d.ts +42 -0
- package/bin/getOrganizations.js +36 -0
- package/bin/getOrganizations.js.map +1 -0
- package/bin/getOriginCaCertificates.d.ts +11 -5
- package/bin/getOriginCaCertificates.js +4 -2
- package/bin/getOriginCaCertificates.js.map +1 -1
- package/bin/getPageShieldPolicy.d.ts +3 -3
- package/bin/getPagesDomain.d.ts +3 -3
- package/bin/getPagesProject.d.ts +5 -0
- package/bin/getPagesProject.js.map +1 -1
- package/bin/getQueue.d.ts +2 -2
- package/bin/getQueueConsumer.d.ts +2 -0
- package/bin/getQueueConsumer.js +2 -0
- package/bin/getQueueConsumer.js.map +1 -1
- package/bin/getQueueConsumers.d.ts +33 -0
- package/bin/getQueueConsumers.js +26 -0
- package/bin/getQueueConsumers.js.map +1 -0
- package/bin/getR2Bucket.d.ts +1 -3
- package/bin/getR2Bucket.js.map +1 -1
- package/bin/getR2BucketEventNotification.d.ts +5 -1
- package/bin/getR2BucketEventNotification.js +2 -0
- package/bin/getR2BucketEventNotification.js.map +1 -1
- package/bin/getR2CustomDomain.d.ts +3 -3
- package/bin/getR2CustomDomain.js +2 -2
- package/bin/getR2CustomDomain.js.map +1 -1
- package/bin/getRateLimit.d.ts +3 -3
- package/bin/getRegionalHostname.d.ts +3 -2
- package/bin/getRegionalHostname.js.map +1 -1
- package/bin/getRuleset.d.ts +14 -1
- package/bin/getRuleset.js +2 -0
- package/bin/getRuleset.js.map +1 -1
- package/bin/getRulesets.d.ts +4 -0
- package/bin/getRulesets.js.map +1 -1
- package/bin/getSchemaValidationOperationSettings.d.ts +29 -0
- package/bin/getSchemaValidationOperationSettings.js +24 -0
- package/bin/getSchemaValidationOperationSettings.js.map +1 -0
- package/bin/getSchemaValidationOperationSettingsList.d.ts +30 -0
- package/bin/getSchemaValidationOperationSettingsList.js +24 -0
- package/bin/getSchemaValidationOperationSettingsList.js.map +1 -0
- package/bin/getSchemaValidationSchemas.d.ts +38 -0
- package/bin/getSchemaValidationSchemas.js +28 -0
- package/bin/getSchemaValidationSchemas.js.map +1 -0
- package/bin/getSchemaValidationSchemasList.d.ts +36 -0
- package/bin/getSchemaValidationSchemasList.js +28 -0
- package/bin/getSchemaValidationSchemasList.js.map +1 -0
- package/bin/getSchemaValidationSettings.d.ts +27 -0
- package/bin/getSchemaValidationSettings.js +22 -0
- package/bin/getSchemaValidationSettings.js.map +1 -0
- package/bin/getSnippet.d.ts +30 -0
- package/bin/getSnippet.js +24 -0
- package/bin/getSnippet.js.map +1 -0
- package/bin/getSnippetList.d.ts +30 -0
- package/bin/getSnippetList.js +24 -0
- package/bin/getSnippetList.js.map +1 -0
- package/bin/getSnippets.d.ts +2 -0
- package/bin/getSnippets.js +2 -0
- package/bin/getSnippets.js.map +1 -1
- package/bin/getSpectrumApplication.d.ts +7 -3
- package/bin/getSpectrumApplication.js +2 -0
- package/bin/getSpectrumApplication.js.map +1 -1
- package/bin/getSsoConnector.d.ts +32 -0
- package/bin/getSsoConnector.js +24 -0
- package/bin/getSsoConnector.js.map +1 -0
- package/bin/getSsoConnectors.d.ts +30 -0
- package/bin/getSsoConnectors.js +24 -0
- package/bin/getSsoConnectors.js.map +1 -0
- package/bin/getStreamCaptionLanguage.d.ts +2 -0
- package/bin/getStreamCaptionLanguage.js +2 -0
- package/bin/getStreamCaptionLanguage.js.map +1 -1
- package/bin/getStreams.d.ts +3 -0
- package/bin/getStreams.js +2 -0
- package/bin/getStreams.js.map +1 -1
- package/bin/getTokenValidationConfig.d.ts +33 -0
- package/bin/getTokenValidationConfig.js +24 -0
- package/bin/getTokenValidationConfig.js.map +1 -0
- package/bin/getTokenValidationConfigs.d.ts +30 -0
- package/bin/getTokenValidationConfigs.js +24 -0
- package/bin/getTokenValidationConfigs.js.map +1 -0
- package/bin/getTokenValidationRules.d.ts +38 -0
- package/bin/getTokenValidationRules.js +26 -0
- package/bin/getTokenValidationRules.js.map +1 -0
- package/bin/getTokenValidationRulesList.d.ts +47 -0
- package/bin/getTokenValidationRulesList.js +38 -0
- package/bin/getTokenValidationRulesList.js.map +1 -0
- package/bin/getTotalTls.d.ts +0 -3
- package/bin/getTotalTls.js.map +1 -1
- package/bin/getUniversalSslSetting.d.ts +23 -0
- package/bin/getUniversalSslSetting.js +22 -0
- package/bin/getUniversalSslSetting.js.map +1 -0
- package/bin/getUrlNormalizationSettings.d.ts +0 -3
- package/bin/getUrlNormalizationSettings.js.map +1 -1
- package/bin/getUser.d.ts +14 -3
- package/bin/getUser.js.map +1 -1
- package/bin/getUserAgentBlockingRule.d.ts +12 -6
- package/bin/getUserAgentBlockingRule.js +2 -0
- package/bin/getUserAgentBlockingRule.js.map +1 -1
- package/bin/getUserAgentBlockingRules.d.ts +6 -6
- package/bin/getUserAgentBlockingRules.js +4 -4
- package/bin/getUserAgentBlockingRules.js.map +1 -1
- package/bin/getWaitingRoom.d.ts +3 -3
- package/bin/getWaitingRoomEvent.d.ts +5 -3
- package/bin/getWaitingRoomEvent.js.map +1 -1
- package/bin/getWaitingRoomSettings.d.ts +0 -3
- package/bin/getWaitingRoomSettings.js.map +1 -1
- package/bin/getWaitingRooms.d.ts +8 -5
- package/bin/getWaitingRooms.js +4 -0
- package/bin/getWaitingRooms.js.map +1 -1
- package/bin/getWeb3Hostname.d.ts +3 -3
- package/bin/getWorker.d.ts +35 -0
- package/bin/getWorker.js +24 -0
- package/bin/getWorker.js.map +1 -0
- package/bin/getWorkerVersion.d.ts +51 -0
- package/bin/{getWorkersSecret.js → getWorkerVersion.js} +14 -14
- package/bin/getWorkerVersion.js.map +1 -0
- package/bin/getWorkerVersions.d.ts +33 -0
- package/bin/{getWorkersSecrets.js → getWorkerVersions.js} +10 -12
- package/bin/getWorkerVersions.js.map +1 -0
- package/bin/getWorkers.d.ts +30 -0
- package/bin/getWorkers.js +24 -0
- package/bin/getWorkers.js.map +1 -0
- package/bin/getWorkersCronTrigger.d.ts +0 -3
- package/bin/getWorkersCronTrigger.js.map +1 -1
- package/bin/getWorkersCustomDomain.d.ts +3 -0
- package/bin/getWorkersCustomDomain.js.map +1 -1
- package/bin/getWorkersDeployment.d.ts +9 -4
- package/bin/getWorkersDeployment.js +2 -0
- package/bin/getWorkersDeployment.js.map +1 -1
- package/bin/getWorkersForPlatformsDispatchNamespace.d.ts +4 -3
- package/bin/getWorkersForPlatformsDispatchNamespace.js.map +1 -1
- package/bin/getWorkersKv.d.ts +0 -3
- package/bin/getWorkersKv.js.map +1 -1
- package/bin/getWorkersScript.d.ts +8 -6
- package/bin/getWorkersScript.js +2 -0
- package/bin/getWorkersScript.js.map +1 -1
- package/bin/getWorkersScripts.d.ts +3 -0
- package/bin/getWorkersScripts.js +2 -0
- package/bin/getWorkersScripts.js.map +1 -1
- package/bin/getWorkflow.d.ts +37 -0
- package/bin/getWorkflow.js +26 -0
- package/bin/getWorkflow.js.map +1 -0
- package/bin/getWorkflows.d.ts +33 -0
- package/bin/getWorkflows.js +26 -0
- package/bin/getWorkflows.js.map +1 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortal.d.ts +37 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortal.js +26 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortal.js.map +1 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortals.d.ts +33 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortals.js +26 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortals.js.map +1 -0
- package/bin/getZeroTrustAccessAiControlsMcpServer.d.ts +46 -0
- package/bin/getZeroTrustAccessAiControlsMcpServer.js +26 -0
- package/bin/getZeroTrustAccessAiControlsMcpServer.js.map +1 -0
- package/bin/getZeroTrustAccessAiControlsMcpServers.d.ts +33 -0
- package/bin/getZeroTrustAccessAiControlsMcpServers.js +26 -0
- package/bin/getZeroTrustAccessAiControlsMcpServers.js.map +1 -0
- package/bin/getZeroTrustAccessApplication.d.ts +5 -2
- package/bin/getZeroTrustAccessApplication.js.map +1 -1
- package/bin/getZeroTrustAccessApplications.d.ts +3 -0
- package/bin/getZeroTrustAccessApplications.js +2 -0
- package/bin/getZeroTrustAccessApplications.js.map +1 -1
- package/bin/getZeroTrustAccessCustomPage.d.ts +3 -6
- package/bin/getZeroTrustAccessCustomPage.js.map +1 -1
- package/bin/getZeroTrustAccessGroup.d.ts +0 -2
- package/bin/getZeroTrustAccessGroup.js.map +1 -1
- package/bin/getZeroTrustAccessKeyConfiguration.d.ts +0 -3
- package/bin/getZeroTrustAccessKeyConfiguration.js.map +1 -1
- package/bin/getZeroTrustAccessMtlsCertificate.d.ts +5 -7
- package/bin/getZeroTrustAccessMtlsCertificate.js +0 -2
- package/bin/getZeroTrustAccessMtlsCertificate.js.map +1 -1
- package/bin/getZeroTrustAccessPolicy.d.ts +3 -3
- package/bin/getZeroTrustAccessServiceToken.d.ts +0 -3
- package/bin/getZeroTrustAccessServiceToken.js.map +1 -1
- package/bin/getZeroTrustAccessTag.d.ts +3 -6
- package/bin/getZeroTrustAccessTag.js.map +1 -1
- package/bin/getZeroTrustDeviceCustomProfile.d.ts +4 -2
- package/bin/getZeroTrustDeviceCustomProfile.js.map +1 -1
- package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.d.ts +0 -3
- package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.js.map +1 -1
- package/bin/getZeroTrustDeviceDefaultProfile.d.ts +2 -3
- package/bin/getZeroTrustDeviceDefaultProfile.js.map +1 -1
- package/bin/getZeroTrustDeviceDefaultProfileCertificates.d.ts +1 -0
- package/bin/getZeroTrustDeviceDefaultProfileCertificates.js.map +1 -1
- package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts +0 -3
- package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.js.map +1 -1
- package/bin/getZeroTrustDeviceManagedNetworks.d.ts +2 -2
- package/bin/getZeroTrustDevicePostureIntegration.d.ts +3 -3
- package/bin/getZeroTrustDevicePostureRule.d.ts +3 -3
- package/bin/getZeroTrustDeviceSettings.d.ts +34 -0
- package/bin/getZeroTrustDeviceSettings.js +22 -0
- package/bin/getZeroTrustDeviceSettings.js.map +1 -0
- package/bin/getZeroTrustDexTest.d.ts +6 -3
- package/bin/getZeroTrustDexTest.js +2 -0
- package/bin/getZeroTrustDexTest.js.map +1 -1
- package/bin/getZeroTrustDlpCustomEntries.d.ts +30 -0
- package/bin/getZeroTrustDlpCustomEntries.js +24 -0
- package/bin/getZeroTrustDlpCustomEntries.js.map +1 -0
- package/bin/getZeroTrustDlpCustomEntry.d.ts +40 -0
- package/bin/getZeroTrustDlpCustomEntry.js +24 -0
- package/bin/getZeroTrustDlpCustomEntry.js.map +1 -0
- package/bin/getZeroTrustDlpCustomProfile.d.ts +3 -0
- package/bin/getZeroTrustDlpCustomProfile.js.map +1 -1
- package/bin/getZeroTrustDlpDataset.d.ts +1 -0
- package/bin/getZeroTrustDlpDataset.js.map +1 -1
- package/bin/getZeroTrustDlpEntry.d.ts +7 -3
- package/bin/getZeroTrustDlpEntry.js.map +1 -1
- package/bin/getZeroTrustDlpIntegrationEntries.d.ts +30 -0
- package/bin/getZeroTrustDlpIntegrationEntries.js +24 -0
- package/bin/getZeroTrustDlpIntegrationEntries.js.map +1 -0
- package/bin/getZeroTrustDlpIntegrationEntry.d.ts +40 -0
- package/bin/getZeroTrustDlpIntegrationEntry.js +24 -0
- package/bin/getZeroTrustDlpIntegrationEntry.js.map +1 -0
- package/bin/getZeroTrustDlpPredefinedEntries.d.ts +30 -0
- package/bin/getZeroTrustDlpPredefinedEntries.js +24 -0
- package/bin/{getApiTokenPermissionsGroupsList.js.map → getZeroTrustDlpPredefinedEntries.js.map} +1 -1
- package/bin/getZeroTrustDlpPredefinedEntry.d.ts +40 -0
- package/bin/getZeroTrustDlpPredefinedEntry.js +24 -0
- package/bin/getZeroTrustDlpPredefinedEntry.js.map +1 -0
- package/bin/getZeroTrustDlpPredefinedProfile.d.ts +4 -5
- package/bin/getZeroTrustDlpPredefinedProfile.js.map +1 -1
- package/bin/getZeroTrustDnsLocation.d.ts +3 -3
- package/bin/getZeroTrustGatewayCertificate.d.ts +3 -3
- package/bin/getZeroTrustGatewayPolicy.d.ts +7 -3
- package/bin/getZeroTrustGatewayPolicy.js.map +1 -1
- package/bin/getZeroTrustGatewayProxyEndpoint.d.ts +1 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.js.map +1 -1
- package/bin/getZeroTrustGatewayProxyEndpoints.d.ts +30 -0
- package/bin/getZeroTrustGatewayProxyEndpoints.js +24 -0
- package/bin/getZeroTrustGatewayProxyEndpoints.js.map +1 -0
- package/bin/getZeroTrustGatewaySettings.d.ts +0 -3
- package/bin/getZeroTrustGatewaySettings.js.map +1 -1
- package/bin/getZeroTrustList.d.ts +1 -0
- package/bin/getZeroTrustList.js.map +1 -1
- package/bin/getZeroTrustNetworkHostnameRoute.d.ts +36 -0
- package/bin/getZeroTrustNetworkHostnameRoute.js +26 -0
- package/bin/getZeroTrustNetworkHostnameRoute.js.map +1 -0
- package/bin/getZeroTrustNetworkHostnameRoutes.d.ts +44 -0
- package/bin/getZeroTrustNetworkHostnameRoutes.js +36 -0
- package/bin/getZeroTrustNetworkHostnameRoutes.js.map +1 -0
- package/bin/getZeroTrustOrganization.d.ts +0 -2
- package/bin/getZeroTrustOrganization.js.map +1 -1
- package/bin/getZeroTrustRiskScoringIntegration.d.ts +3 -3
- package/bin/getZeroTrustTunnelCloudflared.d.ts +7 -0
- package/bin/getZeroTrustTunnelCloudflared.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredConfig.d.ts +16 -2
- package/bin/getZeroTrustTunnelCloudflaredConfig.js +10 -4
- package/bin/getZeroTrustTunnelCloudflaredConfig.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredRoutes.d.ts +4 -4
- package/bin/getZeroTrustTunnelCloudflaredToken.d.ts +1 -0
- package/bin/getZeroTrustTunnelCloudflaredToken.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts +3 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js +2 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js.map +1 -1
- package/bin/getZeroTrustTunnelWarpConnector.d.ts +43 -0
- package/bin/getZeroTrustTunnelWarpConnector.js +26 -0
- package/bin/getZeroTrustTunnelWarpConnector.js.map +1 -0
- package/bin/getZeroTrustTunnelWarpConnectorToken.d.ts +29 -0
- package/bin/getZeroTrustTunnelWarpConnectorToken.js +24 -0
- package/bin/getZeroTrustTunnelWarpConnectorToken.js.map +1 -0
- package/bin/getZeroTrustTunnelWarpConnectors.d.ts +57 -0
- package/bin/getZeroTrustTunnelWarpConnectors.js +42 -0
- package/bin/getZeroTrustTunnelWarpConnectors.js.map +1 -0
- package/bin/getZone.d.ts +12 -1
- package/bin/getZone.js.map +1 -1
- package/bin/getZoneCacheVariants.d.ts +2 -1
- package/bin/getZoneCacheVariants.js.map +1 -1
- package/bin/getZoneDnsSettings.d.ts +35 -0
- package/bin/getZoneDnsSettings.js +22 -0
- package/bin/getZoneDnsSettings.js.map +1 -0
- package/bin/getZoneDnssec.d.ts +1 -3
- package/bin/getZoneDnssec.js.map +1 -1
- package/bin/getZoneHold.d.ts +0 -3
- package/bin/getZoneHold.js.map +1 -1
- package/bin/getZoneSubscription.d.ts +11 -6
- package/bin/getZoneSubscription.js +2 -2
- package/bin/getZoneSubscription.js.map +1 -1
- package/bin/healthcheck.d.ts +8 -12
- package/bin/healthcheck.js.map +1 -1
- package/bin/hostnameTlsSetting.d.ts +8 -5
- package/bin/hostnameTlsSetting.js +3 -0
- package/bin/hostnameTlsSetting.js.map +1 -1
- package/bin/hyperdriveConfig.d.ts +32 -8
- package/bin/hyperdriveConfig.js +4 -0
- package/bin/hyperdriveConfig.js.map +1 -1
- package/bin/image.d.ts +26 -4
- package/bin/image.js +7 -0
- package/bin/image.js.map +1 -1
- package/bin/index.d.ts +260 -43
- package/bin/index.js +350 -64
- package/bin/index.js.map +1 -1
- package/bin/keylessCertificate.d.ts +18 -13
- package/bin/keylessCertificate.js.map +1 -1
- package/bin/leakedCredentialCheck.d.ts +6 -6
- package/bin/leakedCredentialCheckRule.d.ts +9 -9
- package/bin/list.d.ts +22 -5
- package/bin/list.js +2 -0
- package/bin/list.js.map +1 -1
- package/bin/listItem.d.ts +11 -14
- package/bin/listItem.js +3 -0
- package/bin/listItem.js.map +1 -1
- package/bin/loadBalancer.d.ts +79 -155
- package/bin/loadBalancer.js +2 -0
- package/bin/loadBalancer.js.map +1 -1
- package/bin/loadBalancerMonitor.d.ts +43 -70
- package/bin/loadBalancerMonitor.js.map +1 -1
- package/bin/loadBalancerPool.d.ts +38 -50
- package/bin/loadBalancerPool.js +2 -0
- package/bin/loadBalancerPool.js.map +1 -1
- package/bin/logpullRetention.d.ts +3 -3
- package/bin/logpushJob.d.ts +75 -94
- package/bin/logpushJob.js +5 -1
- package/bin/logpushJob.js.map +1 -1
- package/bin/logpushOwnershipChallenge.d.ts +3 -6
- package/bin/logpushOwnershipChallenge.js.map +1 -1
- package/bin/magicNetworkMonitoringConfiguration.d.ts +4 -7
- package/bin/magicNetworkMonitoringConfiguration.js.map +1 -1
- package/bin/magicNetworkMonitoringRule.d.ts +60 -49
- package/bin/magicNetworkMonitoringRule.js +8 -5
- package/bin/magicNetworkMonitoringRule.js.map +1 -1
- package/bin/magicTransitConnector.d.ts +14 -14
- package/bin/magicTransitConnector.js +7 -11
- package/bin/magicTransitConnector.js.map +1 -1
- package/bin/magicTransitSite.d.ts +1 -1
- package/bin/magicTransitSiteAcl.d.ts +6 -15
- package/bin/magicTransitSiteAcl.js.map +1 -1
- package/bin/magicTransitSiteLan.d.ts +11 -14
- package/bin/magicTransitSiteLan.js +0 -3
- package/bin/magicTransitSiteLan.js.map +1 -1
- package/bin/magicTransitSiteWan.d.ts +13 -11
- package/bin/magicTransitSiteWan.js +0 -3
- package/bin/magicTransitSiteWan.js.map +1 -1
- package/bin/magicWanGreTunnel.d.ts +55 -36
- package/bin/magicWanGreTunnel.js +21 -10
- package/bin/magicWanGreTunnel.js.map +1 -1
- package/bin/magicWanIpsecTunnel.d.ts +67 -29
- package/bin/magicWanIpsecTunnel.js +21 -11
- package/bin/magicWanIpsecTunnel.js.map +1 -1
- package/bin/magicWanStaticRoute.d.ts +23 -29
- package/bin/magicWanStaticRoute.js +13 -10
- package/bin/magicWanStaticRoute.js.map +1 -1
- package/bin/mtlsCertificate.d.ts +6 -6
- package/bin/mtlsCertificate.js +3 -1
- package/bin/mtlsCertificate.js.map +1 -1
- package/bin/notificationPolicy.d.ts +10 -13
- package/bin/notificationPolicy.js.map +1 -1
- package/bin/notificationPolicyWebhooks.d.ts +5 -6
- package/bin/notificationPolicyWebhooks.js +3 -1
- package/bin/notificationPolicyWebhooks.js.map +1 -1
- package/bin/observatoryScheduledTest.d.ts +7 -3
- package/bin/observatoryScheduledTest.js.map +1 -1
- package/bin/organization.d.ts +51 -0
- package/bin/organization.js +57 -0
- package/bin/organization.js.map +1 -0
- package/bin/organizationProfile.d.ts +54 -0
- package/bin/organizationProfile.js +77 -0
- package/bin/organizationProfile.js.map +1 -0
- package/bin/originCaCertificate.d.ts +16 -13
- package/bin/originCaCertificate.js +9 -0
- package/bin/originCaCertificate.js.map +1 -1
- package/bin/package.json +5 -5
- package/bin/pageRule.d.ts +21 -12
- package/bin/pageRule.js.map +1 -1
- package/bin/pageShieldPolicy.d.ts +3 -0
- package/bin/pageShieldPolicy.js.map +1 -1
- package/bin/pagesDomain.d.ts +24 -3
- package/bin/pagesDomain.js.map +1 -1
- package/bin/pagesProject.d.ts +61 -11
- package/bin/pagesProject.js +14 -1
- package/bin/pagesProject.js.map +1 -1
- package/bin/provider.d.ts +26 -26
- package/bin/provider.js +9 -0
- package/bin/provider.js.map +1 -1
- package/bin/queueConsumer.d.ts +11 -6
- package/bin/queueConsumer.js +1 -1
- package/bin/queueConsumer.js.map +1 -1
- package/bin/r2bucket.d.ts +24 -15
- package/bin/r2bucket.js.map +1 -1
- package/bin/r2bucketCors.d.ts +19 -7
- package/bin/r2bucketCors.js +2 -0
- package/bin/r2bucketCors.js.map +1 -1
- package/bin/r2bucketEventNotification.d.ts +31 -19
- package/bin/r2bucketEventNotification.js +10 -2
- package/bin/r2bucketEventNotification.js.map +1 -1
- package/bin/r2bucketLifecycle.d.ts +19 -7
- package/bin/r2bucketLifecycle.js +2 -0
- package/bin/r2bucketLifecycle.js.map +1 -1
- package/bin/r2bucketLock.d.ts +19 -7
- package/bin/r2bucketLock.js +2 -0
- package/bin/r2bucketLock.js.map +1 -1
- package/bin/r2bucketSippy.d.ts +28 -16
- package/bin/r2bucketSippy.js +2 -0
- package/bin/r2bucketSippy.js.map +1 -1
- package/bin/r2customDomain.d.ts +38 -23
- package/bin/r2customDomain.js +4 -2
- package/bin/r2customDomain.js.map +1 -1
- package/bin/r2managedDomain.d.ts +25 -13
- package/bin/r2managedDomain.js +2 -0
- package/bin/r2managedDomain.js.map +1 -1
- package/bin/rateLimit.d.ts +13 -21
- package/bin/rateLimit.js.map +1 -1
- package/bin/regionalHostname.d.ts +18 -9
- package/bin/regionalHostname.js +2 -0
- package/bin/regionalHostname.js.map +1 -1
- package/bin/regionalTieredCache.d.ts +8 -5
- package/bin/regionalTieredCache.js.map +1 -1
- package/bin/ruleset.d.ts +29 -7
- package/bin/ruleset.js +4 -3
- package/bin/ruleset.js.map +1 -1
- package/bin/schemaValidationOperationSettings.d.ts +90 -0
- package/bin/schemaValidationOperationSettings.js +62 -0
- package/bin/schemaValidationOperationSettings.js.map +1 -0
- package/bin/schemaValidationSchemas.d.ts +109 -0
- package/bin/schemaValidationSchemas.js +73 -0
- package/bin/schemaValidationSchemas.js.map +1 -0
- package/bin/schemaValidationSettings.d.ts +102 -0
- package/bin/schemaValidationSettings.js +59 -0
- package/bin/schemaValidationSettings.js.map +1 -0
- package/bin/snippet.d.ts +102 -0
- package/bin/snippet.js +71 -0
- package/bin/snippet.js.map +1 -0
- package/bin/snippetRules.d.ts +7 -21
- package/bin/snippetRules.js +3 -8
- package/bin/snippetRules.js.map +1 -1
- package/bin/snippets.d.ts +26 -17
- package/bin/snippets.js +6 -0
- package/bin/snippets.js.map +1 -1
- package/bin/spectrumApplication.d.ts +39 -51
- package/bin/spectrumApplication.js.map +1 -1
- package/bin/ssoConnector.d.ts +116 -0
- package/bin/ssoConnector.js +69 -0
- package/bin/ssoConnector.js.map +1 -0
- package/bin/stream.d.ts +23 -56
- package/bin/stream.js.map +1 -1
- package/bin/streamAudioTrack.d.ts +2 -0
- package/bin/streamAudioTrack.js.map +1 -1
- package/bin/streamCaptionLanguage.d.ts +5 -3
- package/bin/streamCaptionLanguage.js.map +1 -1
- package/bin/streamDownload.d.ts +3 -3
- package/bin/streamKey.d.ts +3 -3
- package/bin/streamKey.js +2 -0
- package/bin/streamKey.js.map +1 -1
- package/bin/streamLiveInput.d.ts +11 -18
- package/bin/streamLiveInput.js.map +1 -1
- package/bin/streamWatermark.d.ts +12 -27
- package/bin/streamWatermark.js.map +1 -1
- package/bin/tieredCache.d.ts +11 -8
- package/bin/tieredCache.js.map +1 -1
- package/bin/tokenValidationConfig.d.ts +78 -0
- package/bin/tokenValidationConfig.js +81 -0
- package/bin/tokenValidationConfig.js.map +1 -0
- package/bin/tokenValidationRules.d.ts +153 -0
- package/bin/tokenValidationRules.js +88 -0
- package/bin/tokenValidationRules.js.map +1 -0
- package/bin/totalTls.d.ts +11 -9
- package/bin/totalTls.js.map +1 -1
- package/bin/turnstileWidget.d.ts +35 -23
- package/bin/turnstileWidget.js +2 -0
- package/bin/turnstileWidget.js.map +1 -1
- package/bin/types/input.d.ts +3960 -1625
- package/bin/types/output.d.ts +16939 -9570
- package/bin/universalSslSetting.d.ts +96 -0
- package/bin/universalSslSetting.js +54 -0
- package/bin/universalSslSetting.js.map +1 -0
- package/bin/urlNormalizationSettings.d.ts +6 -0
- package/bin/urlNormalizationSettings.js.map +1 -1
- package/bin/user.d.ts +60 -0
- package/bin/user.js +16 -0
- package/bin/user.js.map +1 -1
- package/bin/userAgentBlockingRule.d.ts +21 -15
- package/bin/userAgentBlockingRule.js +4 -2
- package/bin/userAgentBlockingRule.js.map +1 -1
- package/bin/utilities.d.ts +0 -4
- package/bin/utilities.js +4 -3
- package/bin/utilities.js.map +1 -1
- package/bin/waitingRoom.d.ts +399 -369
- package/bin/waitingRoom.js.map +1 -1
- package/bin/waitingRoomEvent.d.ts +63 -72
- package/bin/waitingRoomEvent.js +4 -0
- package/bin/waitingRoomEvent.js.map +1 -1
- package/bin/waitingRoomRules.d.ts +3 -45
- package/bin/waitingRoomRules.js +0 -12
- package/bin/waitingRoomRules.js.map +1 -1
- package/bin/waitingRoomSettings.d.ts +12 -9
- package/bin/waitingRoomSettings.js.map +1 -1
- package/bin/web3Hostname.d.ts +22 -17
- package/bin/web3Hostname.js.map +1 -1
- package/bin/webAnalyticsRule.d.ts +3 -3
- package/bin/webAnalyticsSite.d.ts +27 -3
- package/bin/webAnalyticsSite.js +4 -0
- package/bin/webAnalyticsSite.js.map +1 -1
- package/bin/worker.d.ts +146 -0
- package/bin/{workersSecret.js → worker.js} +26 -24
- package/bin/worker.js.map +1 -0
- package/bin/workerVersion.d.ts +270 -0
- package/bin/workerVersion.js +89 -0
- package/bin/workerVersion.js.map +1 -0
- package/bin/workersCronTrigger.d.ts +3 -3
- package/bin/workersCustomDomain.d.ts +8 -2
- package/bin/workersCustomDomain.js +0 -3
- package/bin/workersCustomDomain.js.map +1 -1
- package/bin/workersDeployment.d.ts +15 -8
- package/bin/workersDeployment.js +0 -2
- package/bin/workersDeployment.js.map +1 -1
- package/bin/workersForPlatformsDispatchNamespace.d.ts +20 -12
- package/bin/workersForPlatformsDispatchNamespace.js +2 -0
- package/bin/workersForPlatformsDispatchNamespace.js.map +1 -1
- package/bin/workersKv.d.ts +9 -12
- package/bin/workersKv.js.map +1 -1
- package/bin/workersKvNamespace.d.ts +5 -7
- package/bin/workersKvNamespace.js.map +1 -1
- package/bin/workersRoute.d.ts +12 -29
- package/bin/workersRoute.js +0 -8
- package/bin/workersRoute.js.map +1 -1
- package/bin/workersScript.d.ts +124 -48
- package/bin/workersScript.js +18 -5
- package/bin/workersScript.js.map +1 -1
- package/bin/workersScriptSubdomain.d.ts +4 -4
- package/bin/workflow.d.ts +66 -0
- package/bin/workflow.js +83 -0
- package/bin/workflow.js.map +1 -0
- package/bin/zeroTrustAccessAiControlsMcpPortal.d.ts +73 -0
- package/bin/zeroTrustAccessAiControlsMcpPortal.js +76 -0
- package/bin/zeroTrustAccessAiControlsMcpPortal.js.map +1 -0
- package/bin/zeroTrustAccessAiControlsMcpServer.d.ts +101 -0
- package/bin/zeroTrustAccessAiControlsMcpServer.js +91 -0
- package/bin/zeroTrustAccessAiControlsMcpServer.js.map +1 -0
- package/bin/zeroTrustAccessApplication.d.ts +93 -79
- package/bin/zeroTrustAccessApplication.js +4 -4
- package/bin/zeroTrustAccessApplication.js.map +1 -1
- package/bin/zeroTrustAccessCustomPage.d.ts +8 -21
- package/bin/zeroTrustAccessCustomPage.js +0 -6
- package/bin/zeroTrustAccessCustomPage.js.map +1 -1
- package/bin/zeroTrustAccessGroup.d.ts +2 -6
- package/bin/zeroTrustAccessGroup.js +0 -4
- package/bin/zeroTrustAccessGroup.js.map +1 -1
- package/bin/zeroTrustAccessIdentityProvider.d.ts +9 -12
- package/bin/zeroTrustAccessIdentityProvider.js.map +1 -1
- package/bin/zeroTrustAccessInfrastructureTarget.d.ts +12 -6
- package/bin/zeroTrustAccessInfrastructureTarget.js.map +1 -1
- package/bin/zeroTrustAccessKeyConfiguration.d.ts +3 -3
- package/bin/zeroTrustAccessMtlsCertificate.d.ts +1 -5
- package/bin/zeroTrustAccessMtlsCertificate.js +0 -4
- package/bin/zeroTrustAccessMtlsCertificate.js.map +1 -1
- package/bin/zeroTrustAccessMtlsHostnameSettings.d.ts +2 -4
- package/bin/zeroTrustAccessMtlsHostnameSettings.js.map +1 -1
- package/bin/zeroTrustAccessPolicy.d.ts +22 -42
- package/bin/zeroTrustAccessPolicy.js +0 -11
- package/bin/zeroTrustAccessPolicy.js.map +1 -1
- package/bin/zeroTrustAccessServiceToken.d.ts +29 -16
- package/bin/zeroTrustAccessServiceToken.js +6 -6
- package/bin/zeroTrustAccessServiceToken.js.map +1 -1
- package/bin/zeroTrustAccessShortLivedCertificate.d.ts +3 -3
- package/bin/zeroTrustAccessTag.d.ts +3 -15
- package/bin/zeroTrustAccessTag.js +0 -6
- package/bin/zeroTrustAccessTag.js.map +1 -1
- package/bin/zeroTrustDeviceCustomProfile.d.ts +68 -42
- package/bin/zeroTrustDeviceCustomProfile.js +6 -5
- package/bin/zeroTrustDeviceCustomProfile.js.map +1 -1
- package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.d.ts +0 -33
- package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.js +0 -6
- package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.js.map +1 -1
- package/bin/zeroTrustDeviceDefaultProfile.d.ts +82 -17
- package/bin/zeroTrustDeviceDefaultProfile.js +10 -2
- package/bin/zeroTrustDeviceDefaultProfile.js.map +1 -1
- package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts +0 -24
- package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.js +0 -6
- package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.js.map +1 -1
- package/bin/zeroTrustDeviceManagedNetworks.d.ts +3 -0
- package/bin/zeroTrustDeviceManagedNetworks.js.map +1 -1
- package/bin/zeroTrustDevicePostureIntegration.d.ts +6 -6
- package/bin/zeroTrustDevicePostureRule.d.ts +11 -11
- package/bin/zeroTrustDeviceSettings.d.ts +147 -0
- package/bin/zeroTrustDeviceSettings.js +70 -0
- package/bin/zeroTrustDeviceSettings.js.map +1 -0
- package/bin/zeroTrustDexTest.d.ts +4 -5
- package/bin/zeroTrustDexTest.js +1 -1
- package/bin/zeroTrustDexTest.js.map +1 -1
- package/bin/zeroTrustDlpCustomEntry.d.ts +95 -0
- package/bin/zeroTrustDlpCustomEntry.js +86 -0
- package/bin/zeroTrustDlpCustomEntry.js.map +1 -0
- package/bin/zeroTrustDlpCustomProfile.d.ts +45 -18
- package/bin/zeroTrustDlpCustomProfile.js +0 -2
- package/bin/zeroTrustDlpCustomProfile.js.map +1 -1
- package/bin/zeroTrustDlpDataset.d.ts +66 -20
- package/bin/zeroTrustDlpDataset.js +2 -0
- package/bin/zeroTrustDlpDataset.js.map +1 -1
- package/bin/zeroTrustDlpEntry.d.ts +35 -2
- package/bin/zeroTrustDlpEntry.js +8 -3
- package/bin/zeroTrustDlpEntry.js.map +1 -1
- package/bin/zeroTrustDlpIntegrationEntry.d.ts +108 -0
- package/bin/zeroTrustDlpIntegrationEntry.js +88 -0
- package/bin/zeroTrustDlpIntegrationEntry.js.map +1 -0
- package/bin/zeroTrustDlpPredefinedEntry.d.ts +108 -0
- package/bin/zeroTrustDlpPredefinedEntry.js +88 -0
- package/bin/zeroTrustDlpPredefinedEntry.js.map +1 -0
- package/bin/zeroTrustDlpPredefinedProfile.d.ts +15 -41
- package/bin/zeroTrustDlpPredefinedProfile.js +2 -13
- package/bin/zeroTrustDlpPredefinedProfile.js.map +1 -1
- package/bin/zeroTrustDnsLocation.d.ts +32 -48
- package/bin/zeroTrustDnsLocation.js.map +1 -1
- package/bin/zeroTrustGatewayCertificate.d.ts +24 -19
- package/bin/zeroTrustGatewayCertificate.js +2 -0
- package/bin/zeroTrustGatewayCertificate.js.map +1 -1
- package/bin/zeroTrustGatewayLogging.d.ts +7 -10
- package/bin/zeroTrustGatewayLogging.js.map +1 -1
- package/bin/zeroTrustGatewayPolicy.d.ts +57 -76
- package/bin/zeroTrustGatewayPolicy.js +8 -0
- package/bin/zeroTrustGatewayPolicy.js.map +1 -1
- package/bin/zeroTrustGatewayProxyEndpoint.d.ts +25 -10
- package/bin/zeroTrustGatewayProxyEndpoint.js +2 -3
- package/bin/zeroTrustGatewayProxyEndpoint.js.map +1 -1
- package/bin/zeroTrustGatewaySettings.d.ts +4 -4
- package/bin/zeroTrustList.d.ts +19 -16
- package/bin/zeroTrustList.js.map +1 -1
- package/bin/zeroTrustNetworkHostnameRoute.d.ts +108 -0
- package/bin/zeroTrustNetworkHostnameRoute.js +64 -0
- package/bin/zeroTrustNetworkHostnameRoute.js.map +1 -0
- package/bin/zeroTrustOrganization.d.ts +19 -41
- package/bin/zeroTrustOrganization.js +0 -4
- package/bin/zeroTrustOrganization.js.map +1 -1
- package/bin/zeroTrustRiskScoringIntegration.d.ts +14 -7
- package/bin/zeroTrustRiskScoringIntegration.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflared.d.ts +28 -24
- package/bin/zeroTrustTunnelCloudflared.js +3 -1
- package/bin/zeroTrustTunnelCloudflared.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflaredConfig.d.ts +9 -9
- package/bin/zeroTrustTunnelCloudflaredRoute.d.ts +4 -4
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.d.ts +16 -10
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -1
- package/bin/zeroTrustTunnelWarpConnector.d.ts +154 -0
- package/bin/zeroTrustTunnelWarpConnector.js +76 -0
- package/bin/zeroTrustTunnelWarpConnector.js.map +1 -0
- package/bin/zone.d.ts +109 -39
- package/bin/zone.js +11 -1
- package/bin/zone.js.map +1 -1
- package/bin/zoneCacheReserve.d.ts +8 -5
- package/bin/zoneCacheReserve.js.map +1 -1
- package/bin/zoneCacheVariants.d.ts +5 -5
- package/bin/zoneDnsSettings.d.ts +161 -0
- package/bin/zoneDnsSettings.js +70 -0
- package/bin/zoneDnsSettings.js.map +1 -0
- package/bin/zoneDnssec.d.ts +72 -24
- package/bin/zoneDnssec.js +2 -0
- package/bin/zoneDnssec.js.map +1 -1
- package/bin/zoneHold.d.ts +27 -18
- package/bin/zoneHold.js.map +1 -1
- package/bin/zoneLockdown.d.ts +32 -18
- package/bin/zoneLockdown.js +4 -2
- package/bin/zoneLockdown.js.map +1 -1
- package/bin/zoneSetting.d.ts +16 -16
- package/bin/zoneSetting.js +2 -2
- package/bin/zoneSetting.js.map +1 -1
- package/bin/zoneSubscription.d.ts +57 -9
- package/bin/zoneSubscription.js +14 -4
- package/bin/zoneSubscription.js.map +1 -1
- package/package.json +5 -5
- package/bin/dnsSettings.d.ts +0 -65
- package/bin/dnsSettings.js.map +0 -1
- package/bin/dnsSettingsInternalView.js.map +0 -1
- package/bin/getApiTokenPermissionsGroups.d.ts +0 -24
- package/bin/getApiTokenPermissionsGroups.js +0 -22
- package/bin/getApiTokenPermissionsGroups.js.map +0 -1
- package/bin/getApiTokenPermissionsGroupsList.d.ts +0 -30
- package/bin/getCloudConnectorRulesList.d.ts +0 -30
- package/bin/getCloudConnectorRulesList.js.map +0 -1
- package/bin/getDnsSettings.d.ts +0 -30
- package/bin/getDnsSettings.js.map +0 -1
- package/bin/getDnsSettingsInternalView.d.ts +0 -34
- package/bin/getDnsSettingsInternalView.js.map +0 -1
- package/bin/getDnsSettingsInternalViews.d.ts +0 -49
- package/bin/getDnsSettingsInternalViews.js.map +0 -1
- package/bin/getPermissionGroup.d.ts +0 -28
- package/bin/getPermissionGroup.js.map +0 -1
- package/bin/getPermissionGroups.d.ts +0 -35
- package/bin/getPermissionGroups.js.map +0 -1
- package/bin/getWorkersSecret.d.ts +0 -33
- package/bin/getWorkersSecret.js.map +0 -1
- package/bin/getWorkersSecrets.d.ts +0 -36
- package/bin/getWorkersSecrets.js.map +0 -1
- package/bin/workersSecret.d.ts +0 -108
- package/bin/workersSecret.js.map +0 -1
package/bin/accountToken.d.ts
CHANGED
|
@@ -21,7 +21,7 @@ export declare class AccountToken extends pulumi.CustomResource {
|
|
|
21
21
|
* Account identifier tag.
|
|
22
22
|
*/
|
|
23
23
|
readonly accountId: pulumi.Output<string>;
|
|
24
|
-
readonly condition: pulumi.Output<outputs.AccountTokenCondition>;
|
|
24
|
+
readonly condition: pulumi.Output<outputs.AccountTokenCondition | undefined>;
|
|
25
25
|
/**
|
|
26
26
|
* The expiration time on or after which the JWT MUST NOT be accepted for processing.
|
|
27
27
|
*/
|
|
@@ -47,13 +47,14 @@ export declare class AccountToken extends pulumi.CustomResource {
|
|
|
47
47
|
*/
|
|
48
48
|
readonly notBefore: pulumi.Output<string | undefined>;
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* Set of access policies assigned to the token.
|
|
51
51
|
*/
|
|
52
52
|
readonly policies: pulumi.Output<outputs.AccountTokenPolicy[]>;
|
|
53
53
|
/**
|
|
54
54
|
* Status of the token.
|
|
55
|
+
* Available values: "active", "disabled", "expired".
|
|
55
56
|
*/
|
|
56
|
-
readonly status: pulumi.Output<string
|
|
57
|
+
readonly status: pulumi.Output<string>;
|
|
57
58
|
/**
|
|
58
59
|
* The token value.
|
|
59
60
|
*/
|
|
@@ -101,11 +102,12 @@ export interface AccountTokenState {
|
|
|
101
102
|
*/
|
|
102
103
|
notBefore?: pulumi.Input<string>;
|
|
103
104
|
/**
|
|
104
|
-
*
|
|
105
|
+
* Set of access policies assigned to the token.
|
|
105
106
|
*/
|
|
106
107
|
policies?: pulumi.Input<pulumi.Input<inputs.AccountTokenPolicy>[]>;
|
|
107
108
|
/**
|
|
108
109
|
* Status of the token.
|
|
110
|
+
* Available values: "active", "disabled", "expired".
|
|
109
111
|
*/
|
|
110
112
|
status?: pulumi.Input<string>;
|
|
111
113
|
/**
|
|
@@ -135,11 +137,12 @@ export interface AccountTokenArgs {
|
|
|
135
137
|
*/
|
|
136
138
|
notBefore?: pulumi.Input<string>;
|
|
137
139
|
/**
|
|
138
|
-
*
|
|
140
|
+
* Set of access policies assigned to the token.
|
|
139
141
|
*/
|
|
140
142
|
policies: pulumi.Input<pulumi.Input<inputs.AccountTokenPolicy>[]>;
|
|
141
143
|
/**
|
|
142
144
|
* Status of the token.
|
|
145
|
+
* Available values: "active", "disabled", "expired".
|
|
143
146
|
*/
|
|
144
147
|
status?: pulumi.Input<string>;
|
|
145
148
|
}
|
package/bin/accountToken.js
CHANGED
|
@@ -66,6 +66,8 @@ class AccountToken extends pulumi.CustomResource {
|
|
|
66
66
|
resourceInputs["value"] = undefined /*out*/;
|
|
67
67
|
}
|
|
68
68
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
69
|
+
const secretOpts = { additionalSecretOutputs: ["value"] };
|
|
70
|
+
opts = pulumi.mergeOptions(opts, secretOpts);
|
|
69
71
|
super(AccountToken.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
|
|
70
72
|
}
|
|
71
73
|
}
|
package/bin/accountToken.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountToken.js","sourceRoot":"","sources":["../accountToken.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;
|
|
1
|
+
{"version":3,"file":"accountToken.js","sourceRoot":"","sources":["../accountToken.ts"],"names":[],"mappings":"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"}
|
package/bin/addressMap.d.ts
CHANGED
|
@@ -26,15 +26,12 @@ export declare class AddressMap extends pulumi.CustomResource {
|
|
|
26
26
|
*/
|
|
27
27
|
readonly canDelete: pulumi.Output<boolean>;
|
|
28
28
|
/**
|
|
29
|
-
* If set to false, then the IPs on the Address Map cannot be modified via the API. This is true for Cloudflare-managed
|
|
30
|
-
* maps.
|
|
29
|
+
* If set to false, then the IPs on the Address Map cannot be modified via the API. This is true for Cloudflare-managed maps.
|
|
31
30
|
*/
|
|
32
31
|
readonly canModifyIps: pulumi.Output<boolean>;
|
|
33
32
|
readonly createdAt: pulumi.Output<string>;
|
|
34
33
|
/**
|
|
35
|
-
* If you have legacy TLS clients which do not send the TLS server name indicator, then you can specify one default SNI on
|
|
36
|
-
* the map. If Cloudflare receives a TLS handshake from a client without an SNI, it will respond with the default SNI on
|
|
37
|
-
* those IPs. The default SNI can be any valid zone or subdomain owned by the account.
|
|
34
|
+
* If you have legacy TLS clients which do not send the TLS server name indicator, then you can specify one default SNI on the map. If Cloudflare receives a TLS handshake from a client without an SNI, it will respond with the default SNI on those IPs. The default SNI can be any valid zone or subdomain owned by the account.
|
|
38
35
|
*/
|
|
39
36
|
readonly defaultSni: pulumi.Output<string | undefined>;
|
|
40
37
|
/**
|
|
@@ -42,16 +39,14 @@ export declare class AddressMap extends pulumi.CustomResource {
|
|
|
42
39
|
*/
|
|
43
40
|
readonly description: pulumi.Output<string | undefined>;
|
|
44
41
|
/**
|
|
45
|
-
* Whether the Address Map is enabled or not. Cloudflare's DNS will not respond with IP addresses on an Address Map until
|
|
46
|
-
* the map is enabled.
|
|
42
|
+
* Whether the Address Map is enabled or not. Cloudflare's DNS will not respond with IP addresses on an Address Map until the map is enabled.
|
|
47
43
|
*/
|
|
48
44
|
readonly enabled: pulumi.Output<boolean>;
|
|
49
45
|
readonly ips: pulumi.Output<string[] | undefined>;
|
|
50
46
|
/**
|
|
51
|
-
* Zones and Accounts which will be assigned IPs on this Address Map. A zone membership will take priority over an account
|
|
52
|
-
* membership.
|
|
47
|
+
* Zones and Accounts which will be assigned IPs on this Address Map. A zone membership will take priority over an account membership.
|
|
53
48
|
*/
|
|
54
|
-
readonly memberships: pulumi.Output<outputs.AddressMapMembership[]>;
|
|
49
|
+
readonly memberships: pulumi.Output<outputs.AddressMapMembership[] | undefined>;
|
|
55
50
|
readonly modifiedAt: pulumi.Output<string>;
|
|
56
51
|
/**
|
|
57
52
|
* Create a AddressMap resource with the given unique name, arguments, and options.
|
|
@@ -75,15 +70,12 @@ export interface AddressMapState {
|
|
|
75
70
|
*/
|
|
76
71
|
canDelete?: pulumi.Input<boolean>;
|
|
77
72
|
/**
|
|
78
|
-
* If set to false, then the IPs on the Address Map cannot be modified via the API. This is true for Cloudflare-managed
|
|
79
|
-
* maps.
|
|
73
|
+
* If set to false, then the IPs on the Address Map cannot be modified via the API. This is true for Cloudflare-managed maps.
|
|
80
74
|
*/
|
|
81
75
|
canModifyIps?: pulumi.Input<boolean>;
|
|
82
76
|
createdAt?: pulumi.Input<string>;
|
|
83
77
|
/**
|
|
84
|
-
* If you have legacy TLS clients which do not send the TLS server name indicator, then you can specify one default SNI on
|
|
85
|
-
* the map. If Cloudflare receives a TLS handshake from a client without an SNI, it will respond with the default SNI on
|
|
86
|
-
* those IPs. The default SNI can be any valid zone or subdomain owned by the account.
|
|
78
|
+
* If you have legacy TLS clients which do not send the TLS server name indicator, then you can specify one default SNI on the map. If Cloudflare receives a TLS handshake from a client without an SNI, it will respond with the default SNI on those IPs. The default SNI can be any valid zone or subdomain owned by the account.
|
|
87
79
|
*/
|
|
88
80
|
defaultSni?: pulumi.Input<string>;
|
|
89
81
|
/**
|
|
@@ -91,14 +83,12 @@ export interface AddressMapState {
|
|
|
91
83
|
*/
|
|
92
84
|
description?: pulumi.Input<string>;
|
|
93
85
|
/**
|
|
94
|
-
* Whether the Address Map is enabled or not. Cloudflare's DNS will not respond with IP addresses on an Address Map until
|
|
95
|
-
* the map is enabled.
|
|
86
|
+
* Whether the Address Map is enabled or not. Cloudflare's DNS will not respond with IP addresses on an Address Map until the map is enabled.
|
|
96
87
|
*/
|
|
97
88
|
enabled?: pulumi.Input<boolean>;
|
|
98
89
|
ips?: pulumi.Input<pulumi.Input<string>[]>;
|
|
99
90
|
/**
|
|
100
|
-
* Zones and Accounts which will be assigned IPs on this Address Map. A zone membership will take priority over an account
|
|
101
|
-
* membership.
|
|
91
|
+
* Zones and Accounts which will be assigned IPs on this Address Map. A zone membership will take priority over an account membership.
|
|
102
92
|
*/
|
|
103
93
|
memberships?: pulumi.Input<pulumi.Input<inputs.AddressMapMembership>[]>;
|
|
104
94
|
modifiedAt?: pulumi.Input<string>;
|
|
@@ -112,9 +102,7 @@ export interface AddressMapArgs {
|
|
|
112
102
|
*/
|
|
113
103
|
accountId: pulumi.Input<string>;
|
|
114
104
|
/**
|
|
115
|
-
* If you have legacy TLS clients which do not send the TLS server name indicator, then you can specify one default SNI on
|
|
116
|
-
* the map. If Cloudflare receives a TLS handshake from a client without an SNI, it will respond with the default SNI on
|
|
117
|
-
* those IPs. The default SNI can be any valid zone or subdomain owned by the account.
|
|
105
|
+
* If you have legacy TLS clients which do not send the TLS server name indicator, then you can specify one default SNI on the map. If Cloudflare receives a TLS handshake from a client without an SNI, it will respond with the default SNI on those IPs. The default SNI can be any valid zone or subdomain owned by the account.
|
|
118
106
|
*/
|
|
119
107
|
defaultSni?: pulumi.Input<string>;
|
|
120
108
|
/**
|
|
@@ -122,14 +110,12 @@ export interface AddressMapArgs {
|
|
|
122
110
|
*/
|
|
123
111
|
description?: pulumi.Input<string>;
|
|
124
112
|
/**
|
|
125
|
-
* Whether the Address Map is enabled or not. Cloudflare's DNS will not respond with IP addresses on an Address Map until
|
|
126
|
-
* the map is enabled.
|
|
113
|
+
* Whether the Address Map is enabled or not. Cloudflare's DNS will not respond with IP addresses on an Address Map until the map is enabled.
|
|
127
114
|
*/
|
|
128
115
|
enabled?: pulumi.Input<boolean>;
|
|
129
116
|
ips?: pulumi.Input<pulumi.Input<string>[]>;
|
|
130
117
|
/**
|
|
131
|
-
* Zones and Accounts which will be assigned IPs on this Address Map. A zone membership will take priority over an account
|
|
132
|
-
* membership.
|
|
118
|
+
* Zones and Accounts which will be assigned IPs on this Address Map. A zone membership will take priority over an account membership.
|
|
133
119
|
*/
|
|
134
120
|
memberships?: pulumi.Input<pulumi.Input<inputs.AddressMapMembership>[]>;
|
|
135
121
|
}
|
package/bin/addressMap.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"addressMap.js","sourceRoot":"","sources":["../addressMap.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,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,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;
|
|
1
|
+
{"version":3,"file":"addressMap.js","sourceRoot":"","sources":["../addressMap.ts"],"names":[],"mappings":"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"}
|
package/bin/apiShield.d.ts
CHANGED
|
@@ -18,14 +18,8 @@ export declare class ApiShield extends pulumi.CustomResource {
|
|
|
18
18
|
*/
|
|
19
19
|
static isInstance(obj: any): obj is ApiShield;
|
|
20
20
|
readonly authIdCharacteristics: pulumi.Output<outputs.ApiShieldAuthIdCharacteristic[]>;
|
|
21
|
-
readonly errors: pulumi.Output<outputs.ApiShieldError[]>;
|
|
22
|
-
readonly messages: pulumi.Output<outputs.ApiShieldMessage[]>;
|
|
23
21
|
/**
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
readonly success: pulumi.Output<boolean>;
|
|
27
|
-
/**
|
|
28
|
-
* Identifier
|
|
22
|
+
* Identifier.
|
|
29
23
|
*/
|
|
30
24
|
readonly zoneId: pulumi.Output<string>;
|
|
31
25
|
/**
|
|
@@ -42,14 +36,8 @@ export declare class ApiShield extends pulumi.CustomResource {
|
|
|
42
36
|
*/
|
|
43
37
|
export interface ApiShieldState {
|
|
44
38
|
authIdCharacteristics?: pulumi.Input<pulumi.Input<inputs.ApiShieldAuthIdCharacteristic>[]>;
|
|
45
|
-
errors?: pulumi.Input<pulumi.Input<inputs.ApiShieldError>[]>;
|
|
46
|
-
messages?: pulumi.Input<pulumi.Input<inputs.ApiShieldMessage>[]>;
|
|
47
|
-
/**
|
|
48
|
-
* Whether the API call was successful
|
|
49
|
-
*/
|
|
50
|
-
success?: pulumi.Input<boolean>;
|
|
51
39
|
/**
|
|
52
|
-
* Identifier
|
|
40
|
+
* Identifier.
|
|
53
41
|
*/
|
|
54
42
|
zoneId?: pulumi.Input<string>;
|
|
55
43
|
}
|
|
@@ -59,7 +47,7 @@ export interface ApiShieldState {
|
|
|
59
47
|
export interface ApiShieldArgs {
|
|
60
48
|
authIdCharacteristics: pulumi.Input<pulumi.Input<inputs.ApiShieldAuthIdCharacteristic>[]>;
|
|
61
49
|
/**
|
|
62
|
-
* Identifier
|
|
50
|
+
* Identifier.
|
|
63
51
|
*/
|
|
64
52
|
zoneId: pulumi.Input<string>;
|
|
65
53
|
}
|
package/bin/apiShield.js
CHANGED
|
@@ -34,9 +34,6 @@ class ApiShield extends pulumi.CustomResource {
|
|
|
34
34
|
if (opts.id) {
|
|
35
35
|
const state = argsOrState;
|
|
36
36
|
resourceInputs["authIdCharacteristics"] = state ? state.authIdCharacteristics : undefined;
|
|
37
|
-
resourceInputs["errors"] = state ? state.errors : undefined;
|
|
38
|
-
resourceInputs["messages"] = state ? state.messages : undefined;
|
|
39
|
-
resourceInputs["success"] = state ? state.success : undefined;
|
|
40
37
|
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
41
38
|
}
|
|
42
39
|
else {
|
|
@@ -49,9 +46,6 @@ class ApiShield extends pulumi.CustomResource {
|
|
|
49
46
|
}
|
|
50
47
|
resourceInputs["authIdCharacteristics"] = args ? args.authIdCharacteristics : undefined;
|
|
51
48
|
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
52
|
-
resourceInputs["errors"] = undefined /*out*/;
|
|
53
|
-
resourceInputs["messages"] = undefined /*out*/;
|
|
54
|
-
resourceInputs["success"] = undefined /*out*/;
|
|
55
49
|
}
|
|
56
50
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
57
51
|
super(ApiShield.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
|
package/bin/apiShield.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apiShield.js","sourceRoot":"","sources":["../apiShield.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;
|
|
1
|
+
{"version":3,"file":"apiShield.js","sourceRoot":"","sources":["../apiShield.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IAgBD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1F,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,qBAAqB,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClE,MAAM,IAAI,KAAK,CAAC,mDAAmD,CAAC,CAAC;aACxE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;YACxF,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IAC5G,CAAC;;AA9DL,8BA+DC;AAjDG,gBAAgB;AACO,sBAAY,GAAG,sCAAsC,CAAC"}
|
|
@@ -16,16 +16,18 @@ export declare class ApiShieldDiscoveryOperation extends pulumi.CustomResource {
|
|
|
16
16
|
*/
|
|
17
17
|
static isInstance(obj: any): obj is ApiShieldDiscoveryOperation;
|
|
18
18
|
/**
|
|
19
|
-
* UUID
|
|
19
|
+
* UUID.
|
|
20
20
|
*/
|
|
21
21
|
readonly operationId: pulumi.Output<string>;
|
|
22
22
|
/**
|
|
23
|
-
* Mark state of operation in API Discovery
|
|
24
|
-
*
|
|
23
|
+
* Mark state of operation in API Discovery
|
|
24
|
+
* * <span pulumi-lang-nodejs="`review`" pulumi-lang-dotnet="`Review`" pulumi-lang-go="`review`" pulumi-lang-python="`review`" pulumi-lang-yaml="`review`" pulumi-lang-java="`review`">`review`</span> - Mark operation as for review
|
|
25
|
+
* * <span pulumi-lang-nodejs="`ignored`" pulumi-lang-dotnet="`Ignored`" pulumi-lang-go="`ignored`" pulumi-lang-python="`ignored`" pulumi-lang-yaml="`ignored`" pulumi-lang-java="`ignored`">`ignored`</span> - Mark operation as ignored
|
|
26
|
+
* Available values: "review", "ignored".
|
|
25
27
|
*/
|
|
26
28
|
readonly state: pulumi.Output<string | undefined>;
|
|
27
29
|
/**
|
|
28
|
-
* Identifier
|
|
30
|
+
* Identifier.
|
|
29
31
|
*/
|
|
30
32
|
readonly zoneId: pulumi.Output<string>;
|
|
31
33
|
/**
|
|
@@ -42,16 +44,18 @@ export declare class ApiShieldDiscoveryOperation extends pulumi.CustomResource {
|
|
|
42
44
|
*/
|
|
43
45
|
export interface ApiShieldDiscoveryOperationState {
|
|
44
46
|
/**
|
|
45
|
-
* UUID
|
|
47
|
+
* UUID.
|
|
46
48
|
*/
|
|
47
49
|
operationId?: pulumi.Input<string>;
|
|
48
50
|
/**
|
|
49
|
-
* Mark state of operation in API Discovery
|
|
50
|
-
*
|
|
51
|
+
* Mark state of operation in API Discovery
|
|
52
|
+
* * <span pulumi-lang-nodejs="`review`" pulumi-lang-dotnet="`Review`" pulumi-lang-go="`review`" pulumi-lang-python="`review`" pulumi-lang-yaml="`review`" pulumi-lang-java="`review`">`review`</span> - Mark operation as for review
|
|
53
|
+
* * <span pulumi-lang-nodejs="`ignored`" pulumi-lang-dotnet="`Ignored`" pulumi-lang-go="`ignored`" pulumi-lang-python="`ignored`" pulumi-lang-yaml="`ignored`" pulumi-lang-java="`ignored`">`ignored`</span> - Mark operation as ignored
|
|
54
|
+
* Available values: "review", "ignored".
|
|
51
55
|
*/
|
|
52
56
|
state?: pulumi.Input<string>;
|
|
53
57
|
/**
|
|
54
|
-
* Identifier
|
|
58
|
+
* Identifier.
|
|
55
59
|
*/
|
|
56
60
|
zoneId?: pulumi.Input<string>;
|
|
57
61
|
}
|
|
@@ -60,16 +64,18 @@ export interface ApiShieldDiscoveryOperationState {
|
|
|
60
64
|
*/
|
|
61
65
|
export interface ApiShieldDiscoveryOperationArgs {
|
|
62
66
|
/**
|
|
63
|
-
* UUID
|
|
67
|
+
* UUID.
|
|
64
68
|
*/
|
|
65
69
|
operationId: pulumi.Input<string>;
|
|
66
70
|
/**
|
|
67
|
-
* Mark state of operation in API Discovery
|
|
68
|
-
*
|
|
71
|
+
* Mark state of operation in API Discovery
|
|
72
|
+
* * <span pulumi-lang-nodejs="`review`" pulumi-lang-dotnet="`Review`" pulumi-lang-go="`review`" pulumi-lang-python="`review`" pulumi-lang-yaml="`review`" pulumi-lang-java="`review`">`review`</span> - Mark operation as for review
|
|
73
|
+
* * <span pulumi-lang-nodejs="`ignored`" pulumi-lang-dotnet="`Ignored`" pulumi-lang-go="`ignored`" pulumi-lang-python="`ignored`" pulumi-lang-yaml="`ignored`" pulumi-lang-java="`ignored`">`ignored`</span> - Mark operation as ignored
|
|
74
|
+
* Available values: "review", "ignored".
|
|
69
75
|
*/
|
|
70
76
|
state?: pulumi.Input<string>;
|
|
71
77
|
/**
|
|
72
|
-
* Identifier
|
|
78
|
+
* Identifier.
|
|
73
79
|
*/
|
|
74
80
|
zoneId: pulumi.Input<string>;
|
|
75
81
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apiShieldDiscoveryOperation.js","sourceRoot":"","sources":["../apiShieldDiscoveryOperation.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":"apiShieldDiscoveryOperation.js","sourceRoot":"","sources":["../apiShieldDiscoveryOperation.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;IA0BD,YAAY,IAAY,EAAE,WAAgF,EAAE,IAAmC;QAC3I,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2D,CAAC;YAC1E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAA0D,CAAC;YACxE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,2BAA2B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IAC9H,CAAC;;AA1EL,kEA2EC;AA7DG,gBAAgB;AACO,wCAAY,GAAG,0EAA0E,CAAC"}
|
|
@@ -18,9 +18,7 @@ export declare class ApiShieldOperation extends pulumi.CustomResource {
|
|
|
18
18
|
*/
|
|
19
19
|
static isInstance(obj: any): obj is ApiShieldOperation;
|
|
20
20
|
/**
|
|
21
|
-
* The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with
|
|
22
|
-
* {varN}, starting with {var1}, during insertion. This will further be Cloudflare-normalized upon insertion. See:
|
|
23
|
-
* https://developers.cloudflare.com/rules/normalization/how-it-works/.
|
|
21
|
+
* The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with {varN}, starting with {var1}, during insertion. This will further be Cloudflare-normalized upon insertion. See: https://developers.cloudflare.com/rules/normalization/how-it-works/.
|
|
24
22
|
*/
|
|
25
23
|
readonly endpoint: pulumi.Output<string>;
|
|
26
24
|
readonly features: pulumi.Output<outputs.ApiShieldOperationFeatures>;
|
|
@@ -31,14 +29,15 @@ export declare class ApiShieldOperation extends pulumi.CustomResource {
|
|
|
31
29
|
readonly lastUpdated: pulumi.Output<string>;
|
|
32
30
|
/**
|
|
33
31
|
* The HTTP method used to access the endpoint.
|
|
32
|
+
* Available values: "GET", "POST", "HEAD", "OPTIONS", "PUT", "DELETE", "CONNECT", "PATCH", "TRACE".
|
|
34
33
|
*/
|
|
35
34
|
readonly method: pulumi.Output<string>;
|
|
36
35
|
/**
|
|
37
|
-
* UUID
|
|
36
|
+
* UUID.
|
|
38
37
|
*/
|
|
39
38
|
readonly operationId: pulumi.Output<string>;
|
|
40
39
|
/**
|
|
41
|
-
* Identifier
|
|
40
|
+
* Identifier.
|
|
42
41
|
*/
|
|
43
42
|
readonly zoneId: pulumi.Output<string>;
|
|
44
43
|
/**
|
|
@@ -55,9 +54,7 @@ export declare class ApiShieldOperation extends pulumi.CustomResource {
|
|
|
55
54
|
*/
|
|
56
55
|
export interface ApiShieldOperationState {
|
|
57
56
|
/**
|
|
58
|
-
* The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with
|
|
59
|
-
* {varN}, starting with {var1}, during insertion. This will further be Cloudflare-normalized upon insertion. See:
|
|
60
|
-
* https://developers.cloudflare.com/rules/normalization/how-it-works/.
|
|
57
|
+
* The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with {varN}, starting with {var1}, during insertion. This will further be Cloudflare-normalized upon insertion. See: https://developers.cloudflare.com/rules/normalization/how-it-works/.
|
|
61
58
|
*/
|
|
62
59
|
endpoint?: pulumi.Input<string>;
|
|
63
60
|
features?: pulumi.Input<inputs.ApiShieldOperationFeatures>;
|
|
@@ -68,14 +65,15 @@ export interface ApiShieldOperationState {
|
|
|
68
65
|
lastUpdated?: pulumi.Input<string>;
|
|
69
66
|
/**
|
|
70
67
|
* The HTTP method used to access the endpoint.
|
|
68
|
+
* Available values: "GET", "POST", "HEAD", "OPTIONS", "PUT", "DELETE", "CONNECT", "PATCH", "TRACE".
|
|
71
69
|
*/
|
|
72
70
|
method?: pulumi.Input<string>;
|
|
73
71
|
/**
|
|
74
|
-
* UUID
|
|
72
|
+
* UUID.
|
|
75
73
|
*/
|
|
76
74
|
operationId?: pulumi.Input<string>;
|
|
77
75
|
/**
|
|
78
|
-
* Identifier
|
|
76
|
+
* Identifier.
|
|
79
77
|
*/
|
|
80
78
|
zoneId?: pulumi.Input<string>;
|
|
81
79
|
}
|
|
@@ -84,9 +82,7 @@ export interface ApiShieldOperationState {
|
|
|
84
82
|
*/
|
|
85
83
|
export interface ApiShieldOperationArgs {
|
|
86
84
|
/**
|
|
87
|
-
* The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with
|
|
88
|
-
* {varN}, starting with {var1}, during insertion. This will further be Cloudflare-normalized upon insertion. See:
|
|
89
|
-
* https://developers.cloudflare.com/rules/normalization/how-it-works/.
|
|
85
|
+
* The endpoint which can contain path parameter templates in curly braces, each will be replaced from left to right with {varN}, starting with {var1}, during insertion. This will further be Cloudflare-normalized upon insertion. See: https://developers.cloudflare.com/rules/normalization/how-it-works/.
|
|
90
86
|
*/
|
|
91
87
|
endpoint: pulumi.Input<string>;
|
|
92
88
|
/**
|
|
@@ -95,10 +91,11 @@ export interface ApiShieldOperationArgs {
|
|
|
95
91
|
host: pulumi.Input<string>;
|
|
96
92
|
/**
|
|
97
93
|
* The HTTP method used to access the endpoint.
|
|
94
|
+
* Available values: "GET", "POST", "HEAD", "OPTIONS", "PUT", "DELETE", "CONNECT", "PATCH", "TRACE".
|
|
98
95
|
*/
|
|
99
96
|
method: pulumi.Input<string>;
|
|
100
97
|
/**
|
|
101
|
-
* Identifier
|
|
98
|
+
* Identifier.
|
|
102
99
|
*/
|
|
103
100
|
zoneId: pulumi.Input<string>;
|
|
104
101
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apiShieldOperation.js","sourceRoot":"","sources":["../apiShieldOperation.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;
|
|
1
|
+
{"version":3,"file":"apiShieldOperation.js","sourceRoot":"","sources":["../apiShieldOperation.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,18 +16,21 @@ export declare class ApiShieldOperationSchemaValidationSettings extends pulumi.C
|
|
|
16
16
|
*/
|
|
17
17
|
static isInstance(obj: any): obj is ApiShieldOperationSchemaValidationSettings;
|
|
18
18
|
/**
|
|
19
|
-
* When set, this applies a mitigation action to this operation
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
19
|
+
* When set, this applies a mitigation action to this operation
|
|
20
|
+
*
|
|
21
|
+
* - <span pulumi-lang-nodejs="`log`" pulumi-lang-dotnet="`Log`" pulumi-lang-go="`log`" pulumi-lang-python="`log`" pulumi-lang-yaml="`log`" pulumi-lang-java="`log`">`log`</span> log request when request does not conform to schema for this operation
|
|
22
|
+
* - <span pulumi-lang-nodejs="`block`" pulumi-lang-dotnet="`Block`" pulumi-lang-go="`block`" pulumi-lang-python="`block`" pulumi-lang-yaml="`block`" pulumi-lang-java="`block`">`block`</span> deny access to the site when request does not conform to schema for this operation
|
|
23
|
+
* - <span pulumi-lang-nodejs="`none`" pulumi-lang-dotnet="`None`" pulumi-lang-go="`none`" pulumi-lang-python="`none`" pulumi-lang-yaml="`none`" pulumi-lang-java="`none`">`none`</span> will skip mitigation for this operation
|
|
24
|
+
* - <span pulumi-lang-nodejs="`null`" pulumi-lang-dotnet="`Null`" pulumi-lang-go="`null`" pulumi-lang-python="`null`" pulumi-lang-yaml="`null`" pulumi-lang-java="`null`">`null`</span> indicates that no operation level mitigation is in place, see Zone Level Schema Validation Settings for mitigation action that will be applied
|
|
25
|
+
* Available values: "log", "block", "none".
|
|
23
26
|
*/
|
|
24
27
|
readonly mitigationAction: pulumi.Output<string | undefined>;
|
|
25
28
|
/**
|
|
26
|
-
* UUID
|
|
29
|
+
* UUID.
|
|
27
30
|
*/
|
|
28
31
|
readonly operationId: pulumi.Output<string>;
|
|
29
32
|
/**
|
|
30
|
-
* Identifier
|
|
33
|
+
* Identifier.
|
|
31
34
|
*/
|
|
32
35
|
readonly zoneId: pulumi.Output<string>;
|
|
33
36
|
/**
|
|
@@ -44,18 +47,21 @@ export declare class ApiShieldOperationSchemaValidationSettings extends pulumi.C
|
|
|
44
47
|
*/
|
|
45
48
|
export interface ApiShieldOperationSchemaValidationSettingsState {
|
|
46
49
|
/**
|
|
47
|
-
* When set, this applies a mitigation action to this operation
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
*
|
|
50
|
+
* When set, this applies a mitigation action to this operation
|
|
51
|
+
*
|
|
52
|
+
* - <span pulumi-lang-nodejs="`log`" pulumi-lang-dotnet="`Log`" pulumi-lang-go="`log`" pulumi-lang-python="`log`" pulumi-lang-yaml="`log`" pulumi-lang-java="`log`">`log`</span> log request when request does not conform to schema for this operation
|
|
53
|
+
* - <span pulumi-lang-nodejs="`block`" pulumi-lang-dotnet="`Block`" pulumi-lang-go="`block`" pulumi-lang-python="`block`" pulumi-lang-yaml="`block`" pulumi-lang-java="`block`">`block`</span> deny access to the site when request does not conform to schema for this operation
|
|
54
|
+
* - <span pulumi-lang-nodejs="`none`" pulumi-lang-dotnet="`None`" pulumi-lang-go="`none`" pulumi-lang-python="`none`" pulumi-lang-yaml="`none`" pulumi-lang-java="`none`">`none`</span> will skip mitigation for this operation
|
|
55
|
+
* - <span pulumi-lang-nodejs="`null`" pulumi-lang-dotnet="`Null`" pulumi-lang-go="`null`" pulumi-lang-python="`null`" pulumi-lang-yaml="`null`" pulumi-lang-java="`null`">`null`</span> indicates that no operation level mitigation is in place, see Zone Level Schema Validation Settings for mitigation action that will be applied
|
|
56
|
+
* Available values: "log", "block", "none".
|
|
51
57
|
*/
|
|
52
58
|
mitigationAction?: pulumi.Input<string>;
|
|
53
59
|
/**
|
|
54
|
-
* UUID
|
|
60
|
+
* UUID.
|
|
55
61
|
*/
|
|
56
62
|
operationId?: pulumi.Input<string>;
|
|
57
63
|
/**
|
|
58
|
-
* Identifier
|
|
64
|
+
* Identifier.
|
|
59
65
|
*/
|
|
60
66
|
zoneId?: pulumi.Input<string>;
|
|
61
67
|
}
|
|
@@ -64,18 +70,21 @@ export interface ApiShieldOperationSchemaValidationSettingsState {
|
|
|
64
70
|
*/
|
|
65
71
|
export interface ApiShieldOperationSchemaValidationSettingsArgs {
|
|
66
72
|
/**
|
|
67
|
-
* When set, this applies a mitigation action to this operation
|
|
68
|
-
*
|
|
69
|
-
*
|
|
70
|
-
*
|
|
73
|
+
* When set, this applies a mitigation action to this operation
|
|
74
|
+
*
|
|
75
|
+
* - <span pulumi-lang-nodejs="`log`" pulumi-lang-dotnet="`Log`" pulumi-lang-go="`log`" pulumi-lang-python="`log`" pulumi-lang-yaml="`log`" pulumi-lang-java="`log`">`log`</span> log request when request does not conform to schema for this operation
|
|
76
|
+
* - <span pulumi-lang-nodejs="`block`" pulumi-lang-dotnet="`Block`" pulumi-lang-go="`block`" pulumi-lang-python="`block`" pulumi-lang-yaml="`block`" pulumi-lang-java="`block`">`block`</span> deny access to the site when request does not conform to schema for this operation
|
|
77
|
+
* - <span pulumi-lang-nodejs="`none`" pulumi-lang-dotnet="`None`" pulumi-lang-go="`none`" pulumi-lang-python="`none`" pulumi-lang-yaml="`none`" pulumi-lang-java="`none`">`none`</span> will skip mitigation for this operation
|
|
78
|
+
* - <span pulumi-lang-nodejs="`null`" pulumi-lang-dotnet="`Null`" pulumi-lang-go="`null`" pulumi-lang-python="`null`" pulumi-lang-yaml="`null`" pulumi-lang-java="`null`">`null`</span> indicates that no operation level mitigation is in place, see Zone Level Schema Validation Settings for mitigation action that will be applied
|
|
79
|
+
* Available values: "log", "block", "none".
|
|
71
80
|
*/
|
|
72
81
|
mitigationAction?: pulumi.Input<string>;
|
|
73
82
|
/**
|
|
74
|
-
* UUID
|
|
83
|
+
* UUID.
|
|
75
84
|
*/
|
|
76
85
|
operationId: pulumi.Input<string>;
|
|
77
86
|
/**
|
|
78
|
-
* Identifier
|
|
87
|
+
* Identifier.
|
|
79
88
|
*/
|
|
80
89
|
zoneId: pulumi.Input<string>;
|
|
81
90
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apiShieldOperationSchemaValidationSettings.js","sourceRoot":"","sources":["../apiShieldOperationSchemaValidationSettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,0CAA2C,SAAQ,MAAM,CAAC,cAAc;IACjF;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuD,EAAE,IAAmC;QACrJ,OAAO,IAAI,0CAA0C,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjG,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,0CAA0C,CAAC,YAAY,CAAC;IAC3F,CAAC;
|
|
1
|
+
{"version":3,"file":"apiShieldOperationSchemaValidationSettings.js","sourceRoot":"","sources":["../apiShieldOperationSchemaValidationSettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,0CAA2C,SAAQ,MAAM,CAAC,cAAc;IACjF;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuD,EAAE,IAAmC;QACrJ,OAAO,IAAI,0CAA0C,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjG,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,0CAA0C,CAAC,YAAY,CAAC;IAC3F,CAAC;IA6BD,YAAY,IAAY,EAAE,WAA8G,EAAE,IAAmC;QACzK,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0E,CAAC;YACzF,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAyE,CAAC;YACvF,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,0CAA0C,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IAC7I,CAAC;;AA7EL,gGA8EC;AAhEG,gBAAgB;AACO,uDAAY,GAAG,wGAAwG,CAAC"}
|
package/bin/apiShieldSchema.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ export declare class ApiShieldSchema extends pulumi.CustomResource {
|
|
|
24
24
|
readonly file: pulumi.Output<string>;
|
|
25
25
|
/**
|
|
26
26
|
* Kind of schema
|
|
27
|
+
* Available values: <span pulumi-lang-nodejs=""openapiV3"" pulumi-lang-dotnet=""OpenapiV3"" pulumi-lang-go=""openapiV3"" pulumi-lang-python=""openapi_v3"" pulumi-lang-yaml=""openapiV3"" pulumi-lang-java=""openapiV3"">"openapi_v3"</span>.
|
|
27
28
|
*/
|
|
28
29
|
readonly kind: pulumi.Output<string>;
|
|
29
30
|
/**
|
|
@@ -39,10 +40,11 @@ export declare class ApiShieldSchema extends pulumi.CustomResource {
|
|
|
39
40
|
readonly uploadDetails: pulumi.Output<outputs.ApiShieldSchemaUploadDetails>;
|
|
40
41
|
/**
|
|
41
42
|
* Flag whether schema is enabled for validation.
|
|
43
|
+
* Available values: "true", "false".
|
|
42
44
|
*/
|
|
43
45
|
readonly validationEnabled: pulumi.Output<string | undefined>;
|
|
44
46
|
/**
|
|
45
|
-
* Identifier
|
|
47
|
+
* Identifier.
|
|
46
48
|
*/
|
|
47
49
|
readonly zoneId: pulumi.Output<string>;
|
|
48
50
|
/**
|
|
@@ -65,6 +67,7 @@ export interface ApiShieldSchemaState {
|
|
|
65
67
|
file?: pulumi.Input<string>;
|
|
66
68
|
/**
|
|
67
69
|
* Kind of schema
|
|
70
|
+
* Available values: <span pulumi-lang-nodejs=""openapiV3"" pulumi-lang-dotnet=""OpenapiV3"" pulumi-lang-go=""openapiV3"" pulumi-lang-python=""openapi_v3"" pulumi-lang-yaml=""openapiV3"" pulumi-lang-java=""openapiV3"">"openapi_v3"</span>.
|
|
68
71
|
*/
|
|
69
72
|
kind?: pulumi.Input<string>;
|
|
70
73
|
/**
|
|
@@ -80,10 +83,11 @@ export interface ApiShieldSchemaState {
|
|
|
80
83
|
uploadDetails?: pulumi.Input<inputs.ApiShieldSchemaUploadDetails>;
|
|
81
84
|
/**
|
|
82
85
|
* Flag whether schema is enabled for validation.
|
|
86
|
+
* Available values: "true", "false".
|
|
83
87
|
*/
|
|
84
88
|
validationEnabled?: pulumi.Input<string>;
|
|
85
89
|
/**
|
|
86
|
-
* Identifier
|
|
90
|
+
* Identifier.
|
|
87
91
|
*/
|
|
88
92
|
zoneId?: pulumi.Input<string>;
|
|
89
93
|
}
|
|
@@ -97,6 +101,7 @@ export interface ApiShieldSchemaArgs {
|
|
|
97
101
|
file: pulumi.Input<string>;
|
|
98
102
|
/**
|
|
99
103
|
* Kind of schema
|
|
104
|
+
* Available values: <span pulumi-lang-nodejs=""openapiV3"" pulumi-lang-dotnet=""OpenapiV3"" pulumi-lang-go=""openapiV3"" pulumi-lang-python=""openapi_v3"" pulumi-lang-yaml=""openapiV3"" pulumi-lang-java=""openapiV3"">"openapi_v3"</span>.
|
|
100
105
|
*/
|
|
101
106
|
kind: pulumi.Input<string>;
|
|
102
107
|
/**
|
|
@@ -106,10 +111,11 @@ export interface ApiShieldSchemaArgs {
|
|
|
106
111
|
schemaId?: pulumi.Input<string>;
|
|
107
112
|
/**
|
|
108
113
|
* Flag whether schema is enabled for validation.
|
|
114
|
+
* Available values: "true", "false".
|
|
109
115
|
*/
|
|
110
116
|
validationEnabled?: pulumi.Input<string>;
|
|
111
117
|
/**
|
|
112
|
-
* Identifier
|
|
118
|
+
* Identifier.
|
|
113
119
|
*/
|
|
114
120
|
zoneId: pulumi.Input<string>;
|
|
115
121
|
}
|