@sst-provider/cloudflare5 5.0.0-alpha1 → 5.2.0
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/README.md +2 -3
- package/bin/accessRule.d.ts +52 -29
- package/bin/accessRule.js +8 -2
- package/bin/accessRule.js.map +1 -1
- package/bin/account.d.ts +44 -22
- package/bin/account.js +9 -4
- package/bin/account.js.map +1 -1
- package/bin/accountDnsSettings.d.ts +53 -0
- package/bin/accountDnsSettings.js +54 -0
- package/bin/accountDnsSettings.js.map +1 -0
- package/bin/accountDnsSettingsInternalView.d.ts +88 -0
- package/bin/accountDnsSettingsInternalView.js +63 -0
- package/bin/accountDnsSettingsInternalView.js.map +1 -0
- package/bin/accountMember.d.ts +40 -24
- package/bin/accountMember.js +10 -11
- package/bin/accountMember.js.map +1 -1
- package/bin/accountSubscription.d.ts +128 -0
- package/bin/accountSubscription.js +68 -0
- package/bin/accountSubscription.js.map +1 -0
- package/bin/accountToken.d.ts +145 -0
- package/bin/accountToken.js +77 -0
- package/bin/accountToken.js.map +1 -0
- package/bin/addressMap.d.ts +33 -32
- package/bin/addressMap.js +4 -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/apiShieldDiscoveryOperation.d.ts +75 -0
- package/bin/apiShieldDiscoveryOperation.js +59 -0
- package/bin/apiShieldDiscoveryOperation.js.map +1 -0
- package/bin/apiShieldOperation.d.ts +32 -21
- package/bin/apiShieldOperation.js +6 -2
- package/bin/apiShieldOperation.js.map +1 -1
- package/bin/apiShieldOperationSchemaValidationSettings.d.ts +18 -12
- package/bin/apiShieldOperationSchemaValidationSettings.js +0 -2
- package/bin/apiShieldOperationSchemaValidationSettings.js.map +1 -1
- package/bin/apiShieldSchema.d.ts +41 -25
- package/bin/apiShieldSchema.js +16 -5
- package/bin/apiShieldSchema.js.map +1 -1
- package/bin/apiShieldSchemaValidationSettings.d.ts +24 -12
- 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 -3
- 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 +117 -26
- package/bin/authenticatedOriginPulls.js +33 -7
- package/bin/authenticatedOriginPulls.js.map +1 -1
- package/bin/authenticatedOriginPullsCertificate.d.ts +37 -50
- package/bin/authenticatedOriginPullsCertificate.js +4 -11
- 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 +50 -23
- package/bin/botManagement.js +4 -2
- package/bin/botManagement.js.map +1 -1
- package/bin/byoIpPrefix.d.ts +75 -25
- package/bin/byoIpPrefix.js +28 -8
- package/bin/byoIpPrefix.js.map +1 -1
- package/bin/callsSfuApp.d.ts +104 -0
- package/bin/callsSfuApp.js +66 -0
- package/bin/callsSfuApp.js.map +1 -0
- package/bin/callsTurnApp.d.ts +104 -0
- package/bin/callsTurnApp.js +66 -0
- package/bin/callsTurnApp.js.map +1 -0
- package/bin/certificatePack.d.ts +47 -68
- package/bin/certificatePack.js +2 -8
- package/bin/certificatePack.js.map +1 -1
- package/bin/cloudConnectorRules.d.ts +29 -7
- package/bin/cloudConnectorRules.js +10 -0
- package/bin/cloudConnectorRules.js.map +1 -1
- package/bin/cloudforceOneRequest.d.ts +154 -0
- package/bin/cloudforceOneRequest.js +78 -0
- package/bin/cloudforceOneRequest.js.map +1 -0
- package/bin/cloudforceOneRequestAsset.d.ts +136 -0
- package/bin/cloudforceOneRequestAsset.js +79 -0
- package/bin/cloudforceOneRequestAsset.js.map +1 -0
- package/bin/cloudforceOneRequestMessage.d.ts +112 -0
- package/bin/cloudforceOneRequestMessage.js +69 -0
- package/bin/cloudforceOneRequestMessage.js.map +1 -0
- package/bin/cloudforceOneRequestPriority.d.ts +158 -0
- package/bin/cloudforceOneRequestPriority.js +92 -0
- package/bin/cloudforceOneRequestPriority.js.map +1 -0
- 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/contentScanningExpression.d.ts +61 -0
- package/bin/contentScanningExpression.js +59 -0
- package/bin/contentScanningExpression.js.map +1 -0
- package/bin/customHostname.d.ts +58 -52
- package/bin/customHostname.js +9 -6
- package/bin/customHostname.js.map +1 -1
- package/bin/customHostnameFallbackOrigin.d.ts +34 -11
- package/bin/customHostnameFallbackOrigin.js +6 -2
- package/bin/customHostnameFallbackOrigin.js.map +1 -1
- package/bin/customPages.d.ts +21 -27
- package/bin/customPages.js +7 -6
- package/bin/customPages.js.map +1 -1
- package/bin/customSsl.d.ts +153 -15
- package/bin/customSsl.js +22 -6
- package/bin/customSsl.js.map +1 -1
- package/bin/d1database.d.ts +43 -8
- package/bin/d1database.js +10 -0
- package/bin/d1database.js.map +1 -1
- package/bin/dnsFirewall.d.ts +183 -0
- package/bin/dnsFirewall.js +79 -0
- package/bin/dnsFirewall.js.map +1 -0
- package/bin/dnsRecord.d.ts +221 -0
- package/bin/dnsRecord.js +90 -0
- package/bin/dnsRecord.js.map +1 -0
- package/bin/dnsZoneTransfersAcl.d.ts +69 -0
- package/bin/dnsZoneTransfersAcl.js +59 -0
- package/bin/dnsZoneTransfersAcl.js.map +1 -0
- package/bin/dnsZoneTransfersIncoming.d.ts +107 -0
- package/bin/dnsZoneTransfersIncoming.js +72 -0
- package/bin/dnsZoneTransfersIncoming.js.map +1 -0
- package/bin/dnsZoneTransfersOutgoing.d.ts +95 -0
- package/bin/dnsZoneTransfersOutgoing.js +67 -0
- package/bin/dnsZoneTransfersOutgoing.js.map +1 -0
- package/bin/dnsZoneTransfersPeer.d.ts +105 -0
- package/bin/dnsZoneTransfersPeer.js +62 -0
- package/bin/dnsZoneTransfersPeer.js.map +1 -0
- package/bin/dnsZoneTransfersTsig.d.ts +75 -0
- package/bin/dnsZoneTransfersTsig.js +64 -0
- package/bin/dnsZoneTransfersTsig.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/emailRoutingDns.d.ts +128 -0
- package/bin/emailRoutingDns.js +76 -0
- package/bin/emailRoutingDns.js.map +1 -0
- 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 +11 -20
- package/bin/emailRoutingSettings.js +2 -7
- package/bin/emailRoutingSettings.js.map +1 -1
- package/bin/emailSecurityBlockSender.d.ts +81 -0
- package/bin/emailSecurityBlockSender.js +75 -0
- package/bin/emailSecurityBlockSender.js.map +1 -0
- package/bin/emailSecurityImpersonationRegistry.d.ts +73 -0
- package/bin/emailSecurityImpersonationRegistry.js +80 -0
- package/bin/emailSecurityImpersonationRegistry.js.map +1 -0
- package/bin/emailSecurityTrustedDomains.d.ts +101 -0
- package/bin/emailSecurityTrustedDomains.js +70 -0
- package/bin/emailSecurityTrustedDomains.js.map +1 -0
- package/bin/filter.d.ts +18 -30
- package/bin/filter.js +3 -5
- package/bin/filter.js.map +1 -1
- package/bin/firewallRule.d.ts +31 -62
- package/bin/firewallRule.js +10 -10
- package/bin/firewallRule.js.map +1 -1
- package/bin/getAccessRule.d.ts +40 -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/getAccountApiTokenPermissionGroups.d.ts +24 -0
- package/bin/getAccountApiTokenPermissionGroups.js +22 -0
- package/bin/getAccountApiTokenPermissionGroups.js.map +1 -0
- package/bin/getAccountApiTokenPermissionGroupsList.d.ts +30 -0
- package/bin/getAccountApiTokenPermissionGroupsList.js +24 -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/getAccountDnsSettingsInternalView.js +26 -0
- package/bin/getAccountDnsSettingsInternalView.js.map +1 -0
- package/bin/getAccountDnsSettingsInternalViews.d.ts +49 -0
- package/bin/getAccountDnsSettingsInternalViews.js +36 -0
- package/bin/getAccountDnsSettingsInternalViews.js.map +1 -0
- package/bin/getAccountMember.d.ts +34 -0
- package/bin/getAccountMember.js +26 -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/getAccountPermissionGroup.d.ts +28 -0
- package/bin/getAccountPermissionGroup.js +24 -0
- package/bin/getAccountPermissionGroup.js.map +1 -0
- package/bin/getAccountPermissionGroups.d.ts +35 -0
- package/bin/getAccountPermissionGroups.js +30 -0
- package/bin/getAccountPermissionGroups.js.map +1 -0
- package/bin/getAccountRole.d.ts +29 -0
- package/bin/getAccountRole.js +24 -0
- package/bin/getAccountRole.js.map +1 -0
- package/bin/getAccountRoles.d.ts +8 -4
- package/bin/getAccountRoles.js +2 -2
- package/bin/getAccountRoles.js.map +1 -1
- package/bin/getAccountSubscription.d.ts +30 -0
- package/bin/getAccountSubscription.js +22 -0
- package/bin/getAccountSubscription.js.map +1 -0
- package/bin/getAccountToken.d.ts +39 -0
- package/bin/getAccountToken.js +26 -0
- package/bin/getAccountToken.js.map +1 -0
- package/bin/getAccountTokens.d.ts +33 -0
- package/bin/getAccountTokens.js +26 -0
- package/bin/getAccountTokens.js.map +1 -0
- package/bin/getAccounts.d.ts +11 -4
- package/bin/getAccounts.js +4 -2
- package/bin/getAccounts.js.map +1 -1
- package/bin/getAddressMap.d.ts +35 -0
- package/bin/getAddressMap.js +24 -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 +30 -0
- package/bin/getApiShield.js +24 -0
- package/bin/getApiShield.js.map +1 -0
- package/bin/getApiShieldDiscoveryOperations.d.ts +54 -0
- package/bin/getApiShieldDiscoveryOperations.js +40 -0
- package/bin/getApiShieldDiscoveryOperations.js.map +1 -0
- package/bin/getApiShieldOperation.d.ts +38 -0
- package/bin/getApiShieldOperation.js +28 -0
- package/bin/getApiShieldOperation.js.map +1 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.d.ts +29 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.js +24 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.js.map +1 -0
- package/bin/getApiShieldOperations.d.ts +48 -0
- package/bin/getApiShieldOperations.js +36 -0
- package/bin/getApiShieldOperations.js.map +1 -0
- package/bin/getApiShieldSchema.d.ts +36 -0
- package/bin/getApiShieldSchema.js +26 -0
- package/bin/getApiShieldSchema.js.map +1 -0
- package/bin/getApiShieldSchemaValidationSettings.d.ts +27 -0
- package/bin/getApiShieldSchemaValidationSettings.js +22 -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/getApiTokenPermissionGroupsList.d.ts +27 -0
- package/bin/getApiTokenPermissionGroupsList.js +24 -0
- package/bin/getApiTokenPermissionGroupsList.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 +25 -0
- package/bin/getArgoTieredCaching.js +22 -0
- package/bin/getArgoTieredCaching.js.map +1 -0
- package/bin/getAuthenticatedOriginPulls.d.ts +41 -0
- package/bin/getAuthenticatedOriginPulls.js +24 -0
- package/bin/getAuthenticatedOriginPulls.js.map +1 -0
- package/bin/getAuthenticatedOriginPullsCertificate.d.ts +33 -0
- package/bin/getAuthenticatedOriginPullsCertificate.js +24 -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/getAuthenticatedOriginPullsSettings.d.ts +26 -0
- package/bin/getAuthenticatedOriginPullsSettings.js +22 -0
- package/bin/getAuthenticatedOriginPullsSettings.js.map +1 -0
- package/bin/getBotManagement.d.ts +39 -0
- package/bin/getBotManagement.js +22 -0
- package/bin/getBotManagement.js.map +1 -0
- package/bin/getBotnetFeedConfigAsn.d.ts +26 -0
- package/bin/getBotnetFeedConfigAsn.js +22 -0
- package/bin/getBotnetFeedConfigAsn.js.map +1 -0
- package/bin/getByoIpPrefix.d.ts +36 -0
- package/bin/getByoIpPrefix.js +24 -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/getCallsSfuApp.d.ts +32 -0
- package/bin/getCallsSfuApp.js +24 -0
- package/bin/getCallsSfuApp.js.map +1 -0
- package/bin/getCallsSfuApps.d.ts +30 -0
- package/bin/getCallsSfuApps.js +24 -0
- package/bin/getCallsSfuApps.js.map +1 -0
- package/bin/getCallsTurnApp.d.ts +32 -0
- package/bin/getCallsTurnApp.js +24 -0
- package/bin/getCallsTurnApp.js.map +1 -0
- package/bin/getCallsTurnApps.d.ts +30 -0
- package/bin/getCallsTurnApps.js +24 -0
- package/bin/getCallsTurnApps.js.map +1 -0
- package/bin/getCertificatePack.d.ts +28 -0
- package/bin/getCertificatePack.js +24 -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/getCloudConnectorRulesList.d.ts +30 -0
- package/bin/getCloudConnectorRulesList.js +24 -0
- package/bin/getCloudConnectorRulesList.js.map +1 -0
- package/bin/getCloudforceOneRequest.d.ts +37 -0
- package/bin/getCloudforceOneRequest.js +24 -0
- package/bin/getCloudforceOneRequest.js.map +1 -0
- package/bin/getCloudforceOneRequestAsset.d.ts +32 -0
- package/bin/getCloudforceOneRequestAsset.js +26 -0
- package/bin/getCloudforceOneRequestAsset.js.map +1 -0
- package/bin/getCloudforceOneRequestMessage.d.ts +30 -0
- package/bin/getCloudforceOneRequestMessage.js +24 -0
- package/bin/getCloudforceOneRequestMessage.js.map +1 -0
- package/bin/getCloudforceOneRequestPriority.d.ts +37 -0
- package/bin/getCloudforceOneRequestPriority.js +24 -0
- package/bin/getCloudforceOneRequestPriority.js.map +1 -0
- package/bin/getCloudforceOneRequests.d.ts +30 -0
- package/bin/getCloudforceOneRequests.js +24 -0
- package/bin/getCloudforceOneRequests.js.map +1 -0
- package/bin/getContentScanningExpressions.d.ts +30 -0
- package/bin/getContentScanningExpressions.js +24 -0
- package/bin/getContentScanningExpressions.js.map +1 -0
- package/bin/getCustomHostname.d.ts +42 -0
- package/bin/getCustomHostname.js +26 -0
- package/bin/getCustomHostname.js.map +1 -0
- package/bin/getCustomHostnameFallbackOrigin.d.ts +30 -0
- package/bin/getCustomHostnameFallbackOrigin.js +22 -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/getCustomPages.d.ts +31 -0
- package/bin/getCustomPages.js +26 -0
- 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 +42 -0
- package/bin/getCustomSsl.js +26 -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 +36 -0
- package/bin/getD1Database.js +26 -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 +5 -2
- package/bin/getDcvDelegation.js.map +1 -1
- package/bin/getDnsFirewall.d.ts +38 -0
- package/bin/getDnsFirewall.js +24 -0
- package/bin/getDnsFirewall.js.map +1 -0
- package/bin/getDnsFirewalls.d.ts +30 -0
- package/bin/getDnsFirewalls.js +24 -0
- package/bin/getDnsFirewalls.js.map +1 -0
- package/bin/getDnsRecord.d.ts +46 -0
- package/bin/getDnsRecord.js +26 -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/getDnsZoneTransfersAcl.d.ts +27 -0
- package/bin/getDnsZoneTransfersAcl.js +24 -0
- package/bin/getDnsZoneTransfersAcl.js.map +1 -0
- package/bin/getDnsZoneTransfersAcls.d.ts +30 -0
- package/bin/getDnsZoneTransfersAcls.js +24 -0
- package/bin/getDnsZoneTransfersAcls.js.map +1 -0
- package/bin/getDnsZoneTransfersIncoming.d.ts +29 -0
- package/bin/getDnsZoneTransfersIncoming.js +22 -0
- package/bin/getDnsZoneTransfersIncoming.js.map +1 -0
- package/bin/getDnsZoneTransfersOutgoing.d.ts +28 -0
- package/bin/getDnsZoneTransfersOutgoing.js +22 -0
- package/bin/getDnsZoneTransfersOutgoing.js.map +1 -0
- package/bin/getDnsZoneTransfersPeer.d.ts +30 -0
- package/bin/getDnsZoneTransfersPeer.js +24 -0
- package/bin/getDnsZoneTransfersPeer.js.map +1 -0
- package/bin/getDnsZoneTransfersPeers.d.ts +30 -0
- package/bin/getDnsZoneTransfersPeers.js +24 -0
- package/bin/getDnsZoneTransfersPeers.js.map +1 -0
- package/bin/getDnsZoneTransfersTsig.d.ts +28 -0
- package/bin/getDnsZoneTransfersTsig.js +24 -0
- package/bin/getDnsZoneTransfersTsig.js.map +1 -0
- package/bin/getDnsZoneTransfersTsigs.d.ts +30 -0
- package/bin/getDnsZoneTransfersTsigs.js +24 -0
- package/bin/getDnsZoneTransfersTsigs.js.map +1 -0
- package/bin/getEmailRoutingAddress.d.ts +35 -0
- package/bin/getEmailRoutingAddress.js +26 -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 +28 -0
- package/bin/getEmailRoutingCatchAll.js +22 -0
- package/bin/getEmailRoutingCatchAll.js.map +1 -0
- package/bin/getEmailRoutingDns.d.ts +34 -0
- package/bin/getEmailRoutingDns.js +24 -0
- package/bin/getEmailRoutingDns.js.map +1 -0
- package/bin/getEmailRoutingRule.d.ts +36 -0
- package/bin/getEmailRoutingRule.js +26 -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 +29 -0
- package/bin/getEmailRoutingSettings.js +22 -0
- package/bin/getEmailRoutingSettings.js.map +1 -0
- package/bin/getEmailSecurityBlockSender.d.ts +36 -0
- package/bin/getEmailSecurityBlockSender.js +26 -0
- package/bin/getEmailSecurityBlockSender.js.map +1 -0
- package/bin/getEmailSecurityBlockSenders.d.ts +42 -0
- package/bin/getEmailSecurityBlockSenders.js +32 -0
- package/bin/getEmailSecurityBlockSenders.js.map +1 -0
- package/bin/getEmailSecurityImpersonationRegistries.d.ts +42 -0
- package/bin/getEmailSecurityImpersonationRegistries.js +32 -0
- package/bin/getEmailSecurityImpersonationRegistries.js.map +1 -0
- package/bin/getEmailSecurityImpersonationRegistry.d.ts +40 -0
- package/bin/getEmailSecurityImpersonationRegistry.js +26 -0
- package/bin/getEmailSecurityImpersonationRegistry.js.map +1 -0
- package/bin/getEmailSecurityTrustedDomains.d.ts +37 -0
- package/bin/getEmailSecurityTrustedDomains.js +26 -0
- package/bin/getEmailSecurityTrustedDomains.js.map +1 -0
- package/bin/getEmailSecurityTrustedDomainsList.d.ts +45 -0
- package/bin/getEmailSecurityTrustedDomainsList.js +34 -0
- package/bin/getEmailSecurityTrustedDomainsList.js.map +1 -0
- package/bin/getFilter.d.ts +34 -0
- package/bin/getFilter.js +26 -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 +31 -0
- package/bin/getFirewallRule.js +24 -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 +43 -0
- package/bin/getHealthcheck.js +24 -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 +33 -0
- package/bin/getHostnameTlsSetting.js +24 -0
- package/bin/getHostnameTlsSetting.js.map +1 -0
- package/bin/getHyperdriveConfig.d.ts +31 -0
- package/bin/getHyperdriveConfig.js +24 -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/getImage.d.ts +30 -0
- package/bin/getImage.js +24 -0
- package/bin/getImage.js.map +1 -0
- package/bin/getImageVariant.d.ts +30 -0
- package/bin/getImageVariant.js +24 -0
- package/bin/getImageVariant.js.map +1 -0
- package/bin/getImages.d.ts +30 -0
- package/bin/getImages.js +24 -0
- package/bin/getImages.js.map +1 -0
- package/bin/getIpRanges.d.ts +11 -8
- package/bin/getIpRanges.js +2 -2
- package/bin/getIpRanges.js.map +1 -1
- package/bin/getKeylessCertificate.d.ts +35 -0
- package/bin/getKeylessCertificate.js +24 -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/getLeakedCredentialCheck.d.ts +26 -0
- package/bin/getLeakedCredentialCheck.js +22 -0
- package/bin/getLeakedCredentialCheck.js.map +1 -0
- package/bin/getLeakedCredentialCheckRules.d.ts +30 -0
- package/bin/getLeakedCredentialCheckRules.js +24 -0
- package/bin/getLeakedCredentialCheckRules.js.map +1 -0
- package/bin/getList.d.ts +8 -6
- package/bin/getList.js +2 -4
- package/bin/getList.js.map +1 -1
- package/bin/getListItem.d.ts +36 -0
- package/bin/getListItem.js +26 -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 +8 -4
- package/bin/getLists.js +2 -2
- package/bin/getLists.js.map +1 -1
- package/bin/getLoadBalancer.d.ts +78 -0
- package/bin/getLoadBalancer.js +36 -0
- package/bin/getLoadBalancer.js.map +1 -0
- package/bin/getLoadBalancerMonitor.d.ts +45 -0
- package/bin/getLoadBalancerMonitor.js +24 -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 +26 -0
- package/bin/getLoadBalancerPool.js.map +1 -0
- package/bin/getLoadBalancerPools.d.ts +11 -10
- 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 +26 -0
- package/bin/getLogpullRetention.js +22 -0
- package/bin/getLogpullRetention.js.map +1 -0
- package/bin/getLogpushDatasetField.d.ts +31 -0
- package/bin/getLogpushDatasetField.js +26 -0
- package/bin/getLogpushDatasetField.js.map +1 -0
- package/bin/getLogpushDatasetJob.d.ts +43 -0
- package/bin/getLogpushDatasetJob.js +26 -0
- package/bin/getLogpushDatasetJob.js.map +1 -0
- package/bin/getLogpushJob.d.ts +43 -0
- package/bin/getLogpushJob.js +28 -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/getMagicNetworkMonitoringConfiguration.d.ts +30 -0
- package/bin/getMagicNetworkMonitoringConfiguration.js +22 -0
- package/bin/getMagicNetworkMonitoringConfiguration.js.map +1 -0
- package/bin/getMagicNetworkMonitoringRule.d.ts +35 -0
- package/bin/getMagicNetworkMonitoringRule.js +24 -0
- package/bin/getMagicNetworkMonitoringRule.js.map +1 -0
- package/bin/getMagicNetworkMonitoringRules.d.ts +30 -0
- package/bin/getMagicNetworkMonitoringRules.js +24 -0
- package/bin/getMagicNetworkMonitoringRules.js.map +1 -0
- package/bin/getMagicTransitConnector.d.ts +35 -0
- package/bin/getMagicTransitConnector.js +24 -0
- package/bin/getMagicTransitConnector.js.map +1 -0
- package/bin/getMagicTransitConnectors.d.ts +30 -0
- package/bin/getMagicTransitConnectors.js +24 -0
- package/bin/getMagicTransitConnectors.js.map +1 -0
- package/bin/getMagicTransitSite.d.ts +36 -0
- package/bin/getMagicTransitSite.js +26 -0
- package/bin/getMagicTransitSite.js.map +1 -0
- package/bin/getMagicTransitSiteAcl.d.ts +36 -0
- package/bin/getMagicTransitSiteAcl.js +26 -0
- package/bin/getMagicTransitSiteAcl.js.map +1 -0
- package/bin/getMagicTransitSiteAcls.d.ts +33 -0
- package/bin/getMagicTransitSiteAcls.js +26 -0
- package/bin/getMagicTransitSiteAcls.js.map +1 -0
- package/bin/getMagicTransitSiteLan.d.ts +36 -0
- package/bin/getMagicTransitSiteLan.js +26 -0
- package/bin/getMagicTransitSiteLan.js.map +1 -0
- package/bin/getMagicTransitSiteLans.d.ts +33 -0
- package/bin/getMagicTransitSiteLans.js +26 -0
- package/bin/getMagicTransitSiteLans.js.map +1 -0
- package/bin/getMagicTransitSiteWan.d.ts +35 -0
- package/bin/getMagicTransitSiteWan.js +26 -0
- package/bin/getMagicTransitSiteWan.js.map +1 -0
- package/bin/getMagicTransitSiteWans.d.ts +33 -0
- package/bin/getMagicTransitSiteWans.js +26 -0
- package/bin/getMagicTransitSiteWans.js.map +1 -0
- package/bin/getMagicTransitSites.d.ts +33 -0
- package/bin/getMagicTransitSites.js +26 -0
- package/bin/getMagicTransitSites.js.map +1 -0
- package/bin/getMagicWanGreTunnel.d.ts +30 -0
- package/bin/getMagicWanGreTunnel.js +24 -0
- package/bin/getMagicWanGreTunnel.js.map +1 -0
- package/bin/getMagicWanIpsecTunnel.d.ts +30 -0
- package/bin/getMagicWanIpsecTunnel.js +24 -0
- package/bin/getMagicWanIpsecTunnel.js.map +1 -0
- package/bin/getMagicWanStaticRoute.d.ts +30 -0
- package/bin/getMagicWanStaticRoute.js +24 -0
- package/bin/getMagicWanStaticRoute.js.map +1 -0
- package/bin/getManagedTransforms.d.ts +28 -0
- package/bin/getManagedTransforms.js +22 -0
- package/bin/getManagedTransforms.js.map +1 -0
- package/bin/getMtlsCertificate.d.ts +33 -0
- package/bin/getMtlsCertificate.js +24 -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 +35 -0
- package/bin/getNotificationPolicy.js +24 -0
- package/bin/getNotificationPolicy.js.map +1 -0
- package/bin/getNotificationPolicyWebhooks.d.ts +32 -0
- package/bin/getNotificationPolicyWebhooks.js +24 -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 +32 -0
- package/bin/getObservatoryScheduledTest.js +26 -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 +24 -0
- package/bin/getOriginCaCertificates.js.map +1 -0
- package/bin/getPageRule.d.ts +29 -0
- package/bin/getPageRule.js +24 -0
- package/bin/getPageRule.js.map +1 -0
- package/bin/getPageShieldConnections.d.ts +37 -0
- package/bin/getPageShieldConnections.js +24 -0
- package/bin/getPageShieldConnections.js.map +1 -0
- package/bin/getPageShieldConnectionsList.d.ts +66 -0
- package/bin/getPageShieldConnectionsList.js +48 -0
- package/bin/getPageShieldConnectionsList.js.map +1 -0
- package/bin/getPageShieldCookies.d.ts +38 -0
- package/bin/getPageShieldCookies.js +24 -0
- package/bin/getPageShieldCookies.js.map +1 -0
- package/bin/getPageShieldCookiesList.d.ts +72 -0
- package/bin/getPageShieldCookiesList.js +52 -0
- package/bin/getPageShieldCookiesList.js.map +1 -0
- package/bin/getPageShieldPolicies.d.ts +30 -0
- package/bin/getPageShieldPolicies.js +24 -0
- package/bin/getPageShieldPolicies.js.map +1 -0
- package/bin/getPageShieldPolicy.d.ts +30 -0
- package/bin/getPageShieldPolicy.js +24 -0
- package/bin/getPageShieldPolicy.js.map +1 -0
- package/bin/getPageShieldScripts.d.ts +47 -0
- package/bin/getPageShieldScripts.js +24 -0
- package/bin/getPageShieldScripts.js.map +1 -0
- package/bin/getPageShieldScriptsList.d.ts +69 -0
- package/bin/getPageShieldScriptsList.js +50 -0
- package/bin/getPageShieldScriptsList.js.map +1 -0
- package/bin/getPagesDomain.d.ts +37 -0
- package/bin/getPagesDomain.js +26 -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 +36 -0
- package/bin/getPagesProject.js +24 -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 +34 -0
- package/bin/getQueue.js +24 -0
- package/bin/getQueue.js.map +1 -0
- package/bin/getQueueConsumer.d.ts +35 -0
- package/bin/getQueueConsumer.js +24 -0
- package/bin/getQueueConsumer.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 +32 -0
- package/bin/getR2Bucket.js +24 -0
- package/bin/getR2Bucket.js.map +1 -0
- package/bin/getR2BucketCors.d.ts +30 -0
- package/bin/getR2BucketCors.js +24 -0
- package/bin/getR2BucketCors.js.map +1 -0
- package/bin/getR2BucketEventNotification.d.ts +30 -0
- package/bin/getR2BucketEventNotification.js +24 -0
- package/bin/getR2BucketEventNotification.js.map +1 -0
- package/bin/getR2BucketLifecycle.d.ts +30 -0
- package/bin/getR2BucketLifecycle.js +24 -0
- package/bin/getR2BucketLifecycle.js.map +1 -0
- package/bin/getR2BucketLock.d.ts +30 -0
- package/bin/getR2BucketLock.js +24 -0
- package/bin/getR2BucketLock.js.map +1 -0
- package/bin/getR2BucketSippy.d.ts +32 -0
- package/bin/getR2BucketSippy.js +24 -0
- package/bin/getR2BucketSippy.js.map +1 -0
- package/bin/getR2CustomDomain.d.ts +37 -0
- package/bin/getR2CustomDomain.js +26 -0
- package/bin/getR2CustomDomain.js.map +1 -0
- package/bin/getRateLimit.d.ts +33 -0
- package/bin/getRateLimit.js +24 -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 +27 -0
- package/bin/getRegionalHostname.js +24 -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 +25 -0
- package/bin/getRegionalTieredCache.js +22 -0
- package/bin/getRegionalTieredCache.js.map +1 -0
- package/bin/getRegistrarDomain.d.ts +28 -0
- package/bin/getRegistrarDomain.js +24 -0
- package/bin/getRegistrarDomain.js.map +1 -0
- package/bin/getRegistrarDomains.d.ts +30 -0
- package/bin/getRegistrarDomains.js +24 -0
- package/bin/getRegistrarDomains.js.map +1 -0
- package/bin/getResourceGroup.d.ts +29 -0
- package/bin/getResourceGroup.js +24 -0
- package/bin/getResourceGroup.js.map +1 -0
- package/bin/getResourceGroups.d.ts +32 -0
- package/bin/getResourceGroups.js +28 -0
- package/bin/getResourceGroups.js.map +1 -0
- package/bin/getRuleset.d.ts +35 -0
- package/bin/getRuleset.js +28 -0
- package/bin/getRuleset.js.map +1 -0
- package/bin/getRulesets.d.ts +8 -11
- package/bin/getRulesets.js +2 -6
- package/bin/getRulesets.js.map +1 -1
- package/bin/getSnippetRulesList.d.ts +30 -0
- package/bin/getSnippetRulesList.js +24 -0
- package/bin/getSnippetRulesList.js.map +1 -0
- package/bin/getSnippets.d.ts +30 -0
- package/bin/getSnippets.js +24 -0
- package/bin/getSnippets.js.map +1 -0
- package/bin/getSnippetsList.d.ts +30 -0
- package/bin/getSnippetsList.js +24 -0
- package/bin/getSnippetsList.js.map +1 -0
- package/bin/getSpectrumApplication.d.ts +39 -0
- package/bin/getSpectrumApplication.js +24 -0
- package/bin/getSpectrumApplication.js.map +1 -0
- package/bin/getSpectrumApplications.d.ts +36 -0
- package/bin/getSpectrumApplications.js +28 -0
- package/bin/getSpectrumApplications.js.map +1 -0
- package/bin/getStream.d.ts +52 -0
- package/bin/getStream.js +24 -0
- package/bin/getStream.js.map +1 -0
- package/bin/getStreamAudioTrack.d.ts +32 -0
- package/bin/getStreamAudioTrack.js +24 -0
- package/bin/getStreamAudioTrack.js.map +1 -0
- package/bin/getStreamCaptionLanguage.d.ts +34 -0
- package/bin/getStreamCaptionLanguage.js +26 -0
- package/bin/getStreamCaptionLanguage.js.map +1 -0
- package/bin/getStreamDownload.d.ts +28 -0
- package/bin/getStreamDownload.js +24 -0
- package/bin/getStreamDownload.js.map +1 -0
- package/bin/getStreamKey.d.ts +23 -0
- package/bin/getStreamKey.js +22 -0
- package/bin/getStreamKey.js.map +1 -0
- package/bin/getStreamLiveInput.d.ts +42 -0
- package/bin/getStreamLiveInput.js +24 -0
- package/bin/getStreamLiveInput.js.map +1 -0
- package/bin/getStreamWatermark.d.ts +39 -0
- package/bin/getStreamWatermark.js +24 -0
- package/bin/getStreamWatermark.js.map +1 -0
- package/bin/getStreamWatermarks.d.ts +30 -0
- package/bin/getStreamWatermarks.js +24 -0
- package/bin/getStreamWatermarks.js.map +1 -0
- package/bin/getStreamWebhook.d.ts +25 -0
- package/bin/getStreamWebhook.js +22 -0
- package/bin/getStreamWebhook.js.map +1 -0
- package/bin/getStreams.d.ts +54 -0
- package/bin/getStreams.js +40 -0
- package/bin/getStreams.js.map +1 -0
- package/bin/getTieredCache.d.ts +25 -0
- package/bin/getTieredCache.js +22 -0
- package/bin/getTieredCache.js.map +1 -0
- package/bin/getTotalTls.d.ts +28 -0
- package/bin/getTotalTls.js +22 -0
- package/bin/getTotalTls.js.map +1 -0
- package/bin/getTurnstileWidget.d.ts +41 -0
- package/bin/getTurnstileWidget.js +26 -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 +27 -0
- package/bin/getUrlNormalizationSettings.js +22 -0
- package/bin/getUrlNormalizationSettings.js.map +1 -0
- package/bin/getUser.d.ts +4 -3
- package/bin/getUser.js.map +1 -1
- package/bin/getUserAgentBlockingRule.d.ts +28 -0
- package/bin/getUserAgentBlockingRule.js +24 -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 +51 -0
- package/bin/getWaitingRoom.js +24 -0
- package/bin/getWaitingRoom.js.map +1 -0
- package/bin/getWaitingRoomEvent.d.ts +43 -0
- package/bin/getWaitingRoomEvent.js +26 -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 +31 -0
- package/bin/getWaitingRoomRules.js +24 -0
- package/bin/getWaitingRoomRules.js.map +1 -0
- package/bin/getWaitingRoomSettings.d.ts +26 -0
- package/bin/getWaitingRoomSettings.js +22 -0
- package/bin/getWaitingRoomSettings.js.map +1 -0
- package/bin/getWaitingRooms.d.ts +33 -0
- package/bin/getWaitingRooms.js +28 -0
- package/bin/getWaitingRooms.js.map +1 -0
- package/bin/getWeb3Hostname.d.ts +32 -0
- package/bin/getWeb3Hostname.js +24 -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 +37 -0
- package/bin/getWebAnalyticsSite.js +26 -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 +30 -0
- package/bin/getWorkersCronTrigger.js +24 -0
- package/bin/getWorkersCronTrigger.js.map +1 -0
- package/bin/getWorkersCustomDomain.d.ts +35 -0
- package/bin/getWorkersCustomDomain.js +26 -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/getWorkersDeployment.d.ts +30 -0
- package/bin/getWorkersDeployment.js +24 -0
- package/bin/getWorkersDeployment.js.map +1 -0
- package/bin/getWorkersForPlatformsDispatchNamespace.d.ts +32 -0
- package/bin/getWorkersForPlatformsDispatchNamespace.js +24 -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 +26 -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/getWorkersRoute.d.ts +27 -0
- package/bin/getWorkersRoute.js +24 -0
- package/bin/getWorkersRoute.js.map +1 -0
- package/bin/getWorkersRoutes.d.ts +30 -0
- package/bin/getWorkersRoutes.js +24 -0
- package/bin/getWorkersRoutes.js.map +1 -0
- package/bin/getWorkersScript.d.ts +28 -0
- package/bin/getWorkersScript.js +24 -0
- package/bin/getWorkersScript.js.map +1 -0
- package/bin/getWorkersScriptSubdomain.d.ts +30 -0
- package/bin/getWorkersScriptSubdomain.js +24 -0
- package/bin/getWorkersScriptSubdomain.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 +33 -0
- package/bin/getWorkersSecret.js +28 -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 +43 -7
- package/bin/getZeroTrustAccessApplication.js +4 -6
- package/bin/getZeroTrustAccessApplication.js.map +1 -1
- package/bin/getZeroTrustAccessApplications.d.ts +45 -0
- package/bin/getZeroTrustAccessApplications.js +36 -0
- package/bin/getZeroTrustAccessApplications.js.map +1 -0
- package/bin/getZeroTrustAccessCustomPage.d.ts +32 -0
- package/bin/getZeroTrustAccessCustomPage.js +24 -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 +39 -0
- package/bin/getZeroTrustAccessGroups.js +32 -0
- package/bin/getZeroTrustAccessGroups.js.map +1 -0
- package/bin/getZeroTrustAccessIdentityProvider.d.ts +12 -6
- package/bin/getZeroTrustAccessIdentityProvider.js +6 -4
- package/bin/getZeroTrustAccessIdentityProvider.js.map +1 -1
- package/bin/getZeroTrustAccessIdentityProviders.d.ts +36 -0
- package/bin/getZeroTrustAccessIdentityProviders.js +30 -0
- package/bin/getZeroTrustAccessIdentityProviders.js.map +1 -0
- package/bin/getZeroTrustAccessInfrastructureTarget.d.ts +34 -0
- package/bin/getZeroTrustAccessInfrastructureTarget.js +26 -0
- package/bin/getZeroTrustAccessInfrastructureTarget.js.map +1 -0
- package/bin/getZeroTrustAccessInfrastructureTargets.d.ts +84 -0
- package/bin/getZeroTrustAccessInfrastructureTargets.js +60 -0
- package/bin/getZeroTrustAccessInfrastructureTargets.js.map +1 -0
- package/bin/getZeroTrustAccessKeyConfiguration.d.ts +28 -0
- package/bin/getZeroTrustAccessKeyConfiguration.js +22 -0
- package/bin/getZeroTrustAccessKeyConfiguration.js.map +1 -0
- package/bin/getZeroTrustAccessMtlsCertificate.d.ts +34 -0
- package/bin/getZeroTrustAccessMtlsCertificate.js +28 -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 +31 -0
- package/bin/getZeroTrustAccessMtlsHostnameSettings.js +26 -0
- package/bin/getZeroTrustAccessMtlsHostnameSettings.js.map +1 -0
- package/bin/getZeroTrustAccessPolicies.d.ts +30 -0
- package/bin/getZeroTrustAccessPolicies.js +24 -0
- package/bin/getZeroTrustAccessPolicies.js.map +1 -0
- package/bin/getZeroTrustAccessPolicy.d.ts +41 -0
- package/bin/getZeroTrustAccessPolicy.js +24 -0
- package/bin/getZeroTrustAccessPolicy.js.map +1 -0
- package/bin/getZeroTrustAccessServiceToken.d.ts +40 -0
- package/bin/getZeroTrustAccessServiceToken.js +30 -0
- package/bin/getZeroTrustAccessServiceToken.js.map +1 -0
- package/bin/getZeroTrustAccessServiceTokens.d.ts +39 -0
- package/bin/getZeroTrustAccessServiceTokens.js +32 -0
- package/bin/getZeroTrustAccessServiceTokens.js.map +1 -0
- package/bin/getZeroTrustAccessShortLivedCertificate.d.ts +30 -0
- package/bin/getZeroTrustAccessShortLivedCertificate.js +26 -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 +29 -0
- package/bin/getZeroTrustAccessTag.js +24 -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/getZeroTrustDeviceCustomProfile.d.ts +51 -0
- package/bin/getZeroTrustDeviceCustomProfile.js +24 -0
- package/bin/getZeroTrustDeviceCustomProfile.js.map +1 -0
- package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.d.ts +31 -0
- package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.js +24 -0
- package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.js.map +1 -0
- package/bin/getZeroTrustDeviceCustomProfiles.d.ts +30 -0
- package/bin/getZeroTrustDeviceCustomProfiles.js +24 -0
- package/bin/getZeroTrustDeviceCustomProfiles.js.map +1 -0
- package/bin/getZeroTrustDeviceDefaultProfile.d.ts +44 -0
- package/bin/getZeroTrustDeviceDefaultProfile.js +22 -0
- package/bin/getZeroTrustDeviceDefaultProfile.js.map +1 -0
- package/bin/getZeroTrustDeviceDefaultProfileCertificates.d.ts +25 -0
- package/bin/getZeroTrustDeviceDefaultProfileCertificates.js +22 -0
- package/bin/getZeroTrustDeviceDefaultProfileCertificates.js.map +1 -0
- package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts +28 -0
- package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.js +22 -0
- package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.js.map +1 -0
- package/bin/getZeroTrustDeviceManagedNetworks.d.ts +29 -0
- package/bin/getZeroTrustDeviceManagedNetworks.js +24 -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 +30 -0
- package/bin/getZeroTrustDevicePostureIntegration.js +24 -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 +33 -0
- package/bin/getZeroTrustDevicePostureRule.js +24 -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/getZeroTrustDexTest.d.ts +34 -0
- package/bin/getZeroTrustDexTest.js +24 -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 +38 -0
- package/bin/getZeroTrustDlpCustomProfile.js +24 -0
- package/bin/getZeroTrustDlpCustomProfile.js.map +1 -0
- package/bin/getZeroTrustDlpDataset.d.ts +36 -0
- package/bin/getZeroTrustDlpDataset.js +24 -0
- package/bin/getZeroTrustDlpDataset.js.map +1 -0
- package/bin/getZeroTrustDlpDatasets.d.ts +30 -0
- package/bin/getZeroTrustDlpDatasets.js +24 -0
- package/bin/getZeroTrustDlpDatasets.js.map +1 -0
- package/bin/getZeroTrustDlpEntries.d.ts +30 -0
- package/bin/getZeroTrustDlpEntries.js +24 -0
- package/bin/getZeroTrustDlpEntries.js.map +1 -0
- package/bin/getZeroTrustDlpEntry.d.ts +36 -0
- package/bin/getZeroTrustDlpEntry.js +24 -0
- package/bin/getZeroTrustDlpEntry.js.map +1 -0
- package/bin/getZeroTrustDlpPredefinedProfile.d.ts +38 -0
- package/bin/getZeroTrustDlpPredefinedProfile.js +24 -0
- package/bin/getZeroTrustDlpPredefinedProfile.js.map +1 -0
- package/bin/getZeroTrustDnsLocation.d.ts +39 -0
- package/bin/getZeroTrustDnsLocation.js +24 -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/getZeroTrustGatewayAppTypesList.d.ts +30 -0
- package/bin/getZeroTrustGatewayAppTypesList.js +24 -0
- package/bin/getZeroTrustGatewayAppTypesList.js.map +1 -0
- package/bin/getZeroTrustGatewayCategoriesList.d.ts +30 -0
- package/bin/getZeroTrustGatewayCategoriesList.js +24 -0
- package/bin/getZeroTrustGatewayCategoriesList.js.map +1 -0
- package/bin/getZeroTrustGatewayCertificate.d.ts +36 -0
- package/bin/getZeroTrustGatewayCertificate.js +24 -0
- package/bin/getZeroTrustGatewayCertificate.js.map +1 -0
- package/bin/getZeroTrustGatewayCertificates.d.ts +30 -0
- package/bin/getZeroTrustGatewayCertificates.js +24 -0
- package/bin/getZeroTrustGatewayCertificates.js.map +1 -0
- package/bin/getZeroTrustGatewayLogging.d.ts +28 -0
- package/bin/getZeroTrustGatewayLogging.js +22 -0
- package/bin/getZeroTrustGatewayLogging.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 +42 -0
- package/bin/getZeroTrustGatewayPolicy.js +24 -0
- package/bin/getZeroTrustGatewayPolicy.js.map +1 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.d.ts +30 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.js +24 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.js.map +1 -0
- package/bin/getZeroTrustGatewaySettings.d.ts +29 -0
- package/bin/getZeroTrustGatewaySettings.js +22 -0
- package/bin/getZeroTrustGatewaySettings.js.map +1 -0
- package/bin/getZeroTrustList.d.ts +36 -0
- package/bin/getZeroTrustList.js +26 -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/getZeroTrustOrganization.d.ts +42 -0
- package/bin/getZeroTrustOrganization.js +26 -0
- package/bin/getZeroTrustOrganization.js.map +1 -0
- package/bin/getZeroTrustRiskBehavior.d.ts +29 -0
- package/bin/getZeroTrustRiskBehavior.js +22 -0
- package/bin/getZeroTrustRiskBehavior.js.map +1 -0
- package/bin/getZeroTrustRiskScoringIntegration.d.ts +32 -0
- package/bin/getZeroTrustRiskScoringIntegration.js +24 -0
- package/bin/getZeroTrustRiskScoringIntegration.js.map +1 -0
- package/bin/getZeroTrustRiskScoringIntegrations.d.ts +30 -0
- package/bin/getZeroTrustRiskScoringIntegrations.js +24 -0
- package/bin/getZeroTrustRiskScoringIntegrations.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflared.d.ts +17 -7
- package/bin/getZeroTrustTunnelCloudflared.js +4 -4
- package/bin/getZeroTrustTunnelCloudflared.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredConfig.d.ts +33 -0
- package/bin/getZeroTrustTunnelCloudflaredConfig.js +24 -0
- package/bin/getZeroTrustTunnelCloudflaredConfig.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredRoute.d.ts +36 -0
- package/bin/getZeroTrustTunnelCloudflaredRoute.js +26 -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/getZeroTrustTunnelCloudflaredToken.d.ts +29 -0
- package/bin/getZeroTrustTunnelCloudflaredToken.js +24 -0
- package/bin/getZeroTrustTunnelCloudflaredToken.js.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.d.ts +35 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js +26 -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 +19 -10
- package/bin/getZone.js +2 -6
- package/bin/getZone.js.map +1 -1
- package/bin/getZoneCacheReserve.d.ts +4 -4
- package/bin/getZoneCacheReserve.js +0 -2
- package/bin/getZoneCacheReserve.js.map +1 -1
- package/bin/getZoneCacheVariants.d.ts +25 -0
- package/bin/getZoneCacheVariants.js +22 -0
- package/bin/getZoneCacheVariants.js.map +1 -0
- 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 +7 -3
- package/bin/getZoneDnssec.js +0 -2
- package/bin/getZoneDnssec.js.map +1 -1
- package/bin/getZoneHold.d.ts +28 -0
- package/bin/getZoneHold.js +22 -0
- package/bin/getZoneHold.js.map +1 -0
- package/bin/getZoneLockdown.d.ts +36 -0
- package/bin/getZoneLockdown.js +26 -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 +30 -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 +66 -150
- package/bin/healthcheck.js +8 -23
- package/bin/healthcheck.js.map +1 -1
- package/bin/hostnameTlsSetting.d.ts +38 -21
- package/bin/hostnameTlsSetting.js +6 -6
- package/bin/hostnameTlsSetting.js.map +1 -1
- package/bin/hyperdriveConfig.d.ts +11 -34
- package/bin/hyperdriveConfig.js +4 -2
- package/bin/hyperdriveConfig.js.map +1 -1
- package/bin/image.d.ts +130 -0
- package/bin/image.js +68 -0
- package/bin/image.js.map +1 -0
- package/bin/imageVariant.d.ts +79 -0
- package/bin/imageVariant.js +66 -0
- package/bin/imageVariant.js.map +1 -0
- package/bin/index.d.ts +1116 -216
- package/bin/index.js +1295 -337
- package/bin/index.js.map +1 -1
- package/bin/keylessCertificate.d.ts +63 -34
- package/bin/keylessCertificate.js +8 -2
- package/bin/keylessCertificate.js.map +1 -1
- package/bin/leakedCredentialCheck.d.ts +60 -0
- package/bin/leakedCredentialCheck.js +54 -0
- package/bin/leakedCredentialCheck.js.map +1 -0
- package/bin/leakedCredentialCheckRule.d.ts +72 -0
- package/bin/leakedCredentialCheckRule.js +56 -0
- package/bin/leakedCredentialCheckRule.js.map +1 -0
- package/bin/list.d.ts +47 -23
- package/bin/list.js +8 -4
- package/bin/list.js.map +1 -1
- package/bin/listItem.d.ts +56 -29
- package/bin/listItem.js +10 -7
- package/bin/listItem.js.map +1 -1
- package/bin/loadBalancer.d.ts +232 -197
- package/bin/loadBalancer.js +18 -16
- package/bin/loadBalancer.js.map +1 -1
- package/bin/loadBalancerMonitor.d.ts +87 -86
- package/bin/loadBalancerMonitor.js +2 -4
- package/bin/loadBalancerMonitor.js.map +1 -1
- package/bin/loadBalancerPool.d.ts +91 -75
- 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 +125 -95
- package/bin/logpushJob.js +10 -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/magicNetworkMonitoringConfiguration.d.ts +74 -0
- package/bin/magicNetworkMonitoringConfiguration.js +60 -0
- package/bin/magicNetworkMonitoringConfiguration.js.map +1 -0
- package/bin/magicNetworkMonitoringRule.d.ts +176 -0
- package/bin/magicNetworkMonitoringRule.js +79 -0
- package/bin/magicNetworkMonitoringRule.js.map +1 -0
- package/bin/magicTransitConnector.d.ts +67 -0
- package/bin/magicTransitConnector.js +75 -0
- package/bin/magicTransitConnector.js.map +1 -0
- package/bin/magicTransitSite.d.ts +113 -0
- package/bin/magicTransitSite.js +64 -0
- package/bin/magicTransitSite.js.map +1 -0
- package/bin/magicTransitSiteAcl.d.ts +128 -0
- package/bin/magicTransitSiteAcl.js +77 -0
- package/bin/magicTransitSiteAcl.js.map +1 -0
- package/bin/magicTransitSiteLan.d.ts +113 -0
- package/bin/magicTransitSiteLan.js +77 -0
- package/bin/magicTransitSiteLan.js.map +1 -0
- package/bin/magicTransitSiteWan.d.ts +105 -0
- package/bin/magicTransitSiteWan.js +75 -0
- package/bin/magicTransitSiteWan.js.map +1 -0
- package/bin/magicWanGreTunnel.d.ts +48 -56
- package/bin/magicWanGreTunnel.js +14 -16
- package/bin/magicWanGreTunnel.js.map +1 -1
- package/bin/magicWanIpsecTunnel.d.ts +58 -156
- package/bin/magicWanIpsecTunnel.js +16 -28
- package/bin/magicWanIpsecTunnel.js.map +1 -1
- package/bin/magicWanStaticRoute.d.ts +56 -47
- package/bin/magicWanStaticRoute.js +14 -14
- package/bin/magicWanStaticRoute.js.map +1 -1
- package/bin/managedTransforms.d.ts +74 -0
- package/bin/managedTransforms.js +62 -0
- package/bin/managedTransforms.js.map +1 -0
- package/bin/mtlsCertificate.d.ts +33 -31
- package/bin/mtlsCertificate.js +5 -3
- package/bin/mtlsCertificate.js.map +1 -1
- package/bin/notificationPolicy.d.ts +105 -129
- package/bin/notificationPolicy.js +6 -10
- package/bin/notificationPolicy.js.map +1 -1
- package/bin/notificationPolicyWebhooks.d.ts +29 -29
- package/bin/notificationPolicyWebhooks.js +6 -3
- package/bin/notificationPolicyWebhooks.js.map +1 -1
- package/bin/observatoryScheduledTest.d.ts +26 -36
- package/bin/observatoryScheduledTest.js +6 -12
- package/bin/observatoryScheduledTest.js.map +1 -1
- package/bin/originCaCertificate.d.ts +26 -41
- package/bin/originCaCertificate.js +0 -13
- package/bin/originCaCertificate.js.map +1 -1
- package/bin/package.json +10 -4
- package/bin/pageRule.d.ts +33 -14
- package/bin/pageRule.js +4 -2
- package/bin/pageRule.js.map +1 -1
- package/bin/pageShieldPolicy.d.ts +108 -0
- package/bin/pageShieldPolicy.js +77 -0
- package/bin/pageShieldPolicy.js.map +1 -0
- package/bin/pagesDomain.d.ts +27 -19
- package/bin/pagesDomain.js +14 -7
- package/bin/pagesDomain.js.map +1 -1
- package/bin/pagesProject.d.ts +33 -36
- 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 +23 -16
- package/bin/queue.js +20 -3
- package/bin/queue.js.map +1 -1
- package/bin/queueConsumer.d.ts +114 -0
- package/bin/queueConsumer.js +71 -0
- package/bin/queueConsumer.js.map +1 -0
- package/bin/r2bucket.d.ts +42 -10
- package/bin/r2bucket.js +6 -0
- package/bin/r2bucket.js.map +1 -1
- package/bin/r2bucketCors.d.ts +77 -0
- package/bin/r2bucketCors.js +61 -0
- package/bin/r2bucketCors.js.map +1 -0
- package/bin/r2bucketEventNotification.d.ts +106 -0
- package/bin/r2bucketEventNotification.js +65 -0
- package/bin/r2bucketEventNotification.js.map +1 -0
- package/bin/r2bucketLifecycle.d.ts +77 -0
- package/bin/r2bucketLifecycle.js +61 -0
- package/bin/r2bucketLifecycle.js.map +1 -0
- package/bin/r2bucketLock.d.ts +77 -0
- package/bin/r2bucketLock.js +61 -0
- package/bin/r2bucketLock.js.map +1 -0
- package/bin/r2bucketSippy.d.ts +106 -0
- package/bin/r2bucketSippy.js +65 -0
- package/bin/r2bucketSippy.js.map +1 -0
- package/bin/r2customDomain.d.ts +123 -0
- package/bin/r2customDomain.js +78 -0
- package/bin/r2customDomain.js.map +1 -0
- package/bin/r2managedDomain.d.ts +100 -0
- package/bin/r2managedDomain.js +68 -0
- package/bin/r2managedDomain.js.map +1 -0
- package/bin/rateLimit.d.ts +35 -48
- package/bin/rateLimit.js +7 -8
- package/bin/rateLimit.js.map +1 -1
- package/bin/regionalHostname.d.ts +14 -22
- package/bin/regionalHostname.js +0 -4
- package/bin/regionalHostname.js.map +1 -1
- package/bin/regionalTieredCache.d.ts +23 -10
- package/bin/regionalTieredCache.js +4 -5
- package/bin/regionalTieredCache.js.map +1 -1
- package/bin/registrarDomain.d.ts +96 -0
- package/bin/registrarDomain.js +63 -0
- package/bin/registrarDomain.js.map +1 -0
- package/bin/ruleset.d.ts +37 -37
- package/bin/snippetRules.d.ts +76 -0
- package/bin/snippetRules.js +62 -0
- package/bin/snippetRules.js.map +1 -0
- package/bin/snippets.d.ts +93 -0
- package/bin/snippets.js +65 -0
- package/bin/snippets.js.map +1 -0
- package/bin/spectrumApplication.d.ts +82 -57
- package/bin/spectrumApplication.js +4 -4
- package/bin/spectrumApplication.js.map +1 -1
- package/bin/stream.d.ts +293 -0
- package/bin/stream.js +100 -0
- package/bin/stream.js.map +1 -0
- package/bin/streamAudioTrack.d.ts +112 -0
- package/bin/streamAudioTrack.js +67 -0
- package/bin/streamAudioTrack.js.map +1 -0
- package/bin/streamCaptionLanguage.d.ts +108 -0
- package/bin/streamCaptionLanguage.js +70 -0
- package/bin/streamCaptionLanguage.js.map +1 -0
- package/bin/streamDownload.d.ts +60 -0
- package/bin/streamDownload.js +57 -0
- package/bin/streamDownload.js.map +1 -0
- package/bin/streamKey.d.ts +72 -0
- package/bin/streamKey.js +60 -0
- package/bin/streamKey.js.map +1 -0
- package/bin/streamLiveInput.d.ts +201 -0
- package/bin/streamLiveInput.js +82 -0
- package/bin/streamLiveInput.js.map +1 -0
- package/bin/streamWatermark.d.ts +195 -0
- package/bin/streamWatermark.js +81 -0
- package/bin/streamWatermark.js.map +1 -0
- package/bin/streamWebhook.d.ts +60 -0
- package/bin/streamWebhook.js +57 -0
- package/bin/streamWebhook.js.map +1 -0
- 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 +23 -15
- package/bin/totalTls.js +2 -2
- package/bin/totalTls.js.map +1 -1
- package/bin/turnstileWidget.d.ts +65 -32
- package/bin/turnstileWidget.js +10 -4
- package/bin/turnstileWidget.js.map +1 -1
- package/bin/types/input.d.ts +7536 -3991
- package/bin/types/output.d.ts +25279 -4298
- package/bin/urlNormalizationSettings.d.ts +9 -12
- package/bin/urlNormalizationSettings.js +0 -2
- package/bin/urlNormalizationSettings.js.map +1 -1
- package/bin/user.d.ts +96 -0
- package/bin/user.js +57 -0
- package/bin/user.js.map +1 -0
- package/bin/userAgentBlockingRule.d.ts +18 -30
- package/bin/userAgentBlockingRule.js +2 -12
- package/bin/userAgentBlockingRule.js.map +1 -1
- package/bin/utilities.js +3 -3
- package/bin/utilities.js.map +1 -1
- package/bin/waitingRoom.d.ts +462 -85
- package/bin/waitingRoom.js +14 -4
- package/bin/waitingRoom.js.map +1 -1
- package/bin/waitingRoomEvent.d.ts +84 -81
- package/bin/waitingRoomEvent.js +0 -2
- package/bin/waitingRoomEvent.js.map +1 -1
- package/bin/waitingRoomRules.d.ts +39 -18
- package/bin/waitingRoomRules.js +15 -2
- package/bin/waitingRoomRules.js.map +1 -1
- package/bin/waitingRoomSettings.d.ts +10 -10
- package/bin/waitingRoomSettings.js +0 -2
- package/bin/waitingRoomSettings.js.map +1 -1
- package/bin/web3Hostname.d.ts +8 -23
- package/bin/web3Hostname.js +0 -2
- package/bin/web3Hostname.js.map +1 -1
- package/bin/webAnalyticsRule.d.ts +21 -43
- package/bin/webAnalyticsRule.js +4 -16
- package/bin/webAnalyticsRule.js.map +1 -1
- package/bin/webAnalyticsSite.d.ts +52 -39
- package/bin/webAnalyticsSite.js +10 -11
- package/bin/webAnalyticsSite.js.map +1 -1
- package/bin/workersCronTrigger.d.ts +11 -21
- package/bin/workersCronTrigger.js +0 -2
- 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/workersDeployment.d.ts +88 -0
- package/bin/workersDeployment.js +77 -0
- package/bin/workersDeployment.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 +6 -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/workersRoute.d.ts +32 -18
- package/bin/workersRoute.js +10 -4
- package/bin/workersRoute.js.map +1 -1
- package/bin/workersScript.d.ts +200 -74
- package/bin/workersScript.js +39 -32
- package/bin/workersScript.js.map +1 -1
- package/bin/workersScriptSubdomain.d.ts +84 -0
- package/bin/workersScriptSubdomain.js +64 -0
- package/bin/workersScriptSubdomain.js.map +1 -0
- package/bin/workersSecret.d.ts +39 -21
- package/bin/workersSecret.js +10 -8
- package/bin/workersSecret.js.map +1 -1
- package/bin/zeroTrustAccessApplication.d.ts +155 -154
- package/bin/zeroTrustAccessApplication.js +8 -2
- package/bin/zeroTrustAccessApplication.js.map +1 -1
- package/bin/zeroTrustAccessCustomPage.d.ts +27 -36
- 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 +36 -39
- package/bin/zeroTrustAccessIdentityProvider.js +7 -6
- package/bin/zeroTrustAccessIdentityProvider.js.map +1 -1
- package/bin/zeroTrustAccessInfrastructureTarget.d.ts +93 -0
- package/bin/zeroTrustAccessInfrastructureTarget.js +66 -0
- package/bin/zeroTrustAccessInfrastructureTarget.js.map +1 -0
- 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 +29 -20
- package/bin/zeroTrustAccessMtlsCertificate.js +9 -2
- package/bin/zeroTrustAccessMtlsCertificate.js.map +1 -1
- package/bin/zeroTrustAccessMtlsHostnameSettings.d.ts +35 -9
- package/bin/zeroTrustAccessMtlsHostnameSettings.js +9 -0
- package/bin/zeroTrustAccessMtlsHostnameSettings.js.map +1 -1
- package/bin/zeroTrustAccessPolicy.d.ts +86 -78
- package/bin/zeroTrustAccessPolicy.js +11 -10
- package/bin/zeroTrustAccessPolicy.js.map +1 -1
- package/bin/zeroTrustAccessServiceToken.d.ts +27 -28
- package/bin/zeroTrustAccessServiceToken.js +6 -4
- package/bin/zeroTrustAccessServiceToken.js.map +1 -1
- package/bin/zeroTrustAccessShortLivedCertificate.d.ts +18 -21
- package/bin/zeroTrustAccessShortLivedCertificate.js +4 -6
- 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/zeroTrustDeviceCustomProfile.d.ts +318 -0
- package/bin/zeroTrustDeviceCustomProfile.js +110 -0
- package/bin/zeroTrustDeviceCustomProfile.js.map +1 -0
- package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.d.ts +80 -0
- package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.js +68 -0
- package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.js.map +1 -0
- package/bin/zeroTrustDeviceDefaultProfile.d.ts +223 -0
- package/bin/zeroTrustDeviceDefaultProfile.js +88 -0
- package/bin/zeroTrustDeviceDefaultProfile.js.map +1 -0
- package/bin/zeroTrustDeviceDefaultProfileCertificates.d.ts +51 -0
- package/bin/zeroTrustDeviceDefaultProfileCertificates.js +57 -0
- package/bin/zeroTrustDeviceDefaultProfileCertificates.js.map +1 -0
- package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts +68 -0
- package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.js +63 -0
- package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.js.map +1 -0
- 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 +23 -35
- package/bin/zeroTrustDevicePostureIntegration.js +8 -6
- package/bin/zeroTrustDevicePostureIntegration.js.map +1 -1
- package/bin/zeroTrustDevicePostureRule.d.ts +37 -40
- package/bin/zeroTrustDevicePostureRule.js +2 -4
- package/bin/zeroTrustDevicePostureRule.js.map +1 -1
- package/bin/zeroTrustDexTest.d.ts +24 -29
- package/bin/zeroTrustDexTest.js +6 -9
- package/bin/zeroTrustDexTest.js.map +1 -1
- package/bin/zeroTrustDlpCustomProfile.d.ts +139 -0
- package/bin/zeroTrustDlpCustomProfile.js +80 -0
- package/bin/zeroTrustDlpCustomProfile.js.map +1 -0
- package/bin/zeroTrustDlpDataset.d.ts +128 -0
- package/bin/zeroTrustDlpDataset.js +80 -0
- package/bin/zeroTrustDlpDataset.js.map +1 -0
- package/bin/zeroTrustDlpEntry.d.ts +75 -0
- package/bin/zeroTrustDlpEntry.js +81 -0
- package/bin/zeroTrustDlpEntry.js.map +1 -0
- package/bin/zeroTrustDlpPredefinedProfile.d.ts +119 -0
- package/bin/zeroTrustDlpPredefinedProfile.js +84 -0
- package/bin/zeroTrustDlpPredefinedProfile.js.map +1 -0
- package/bin/zeroTrustDnsLocation.d.ts +75 -37
- package/bin/zeroTrustDnsLocation.js +12 -6
- package/bin/zeroTrustDnsLocation.js.map +1 -1
- package/bin/zeroTrustGatewayCertificate.d.ts +44 -69
- package/bin/zeroTrustGatewayCertificate.js +12 -10
- package/bin/zeroTrustGatewayCertificate.js.map +1 -1
- package/bin/zeroTrustGatewayLogging.d.ts +68 -0
- package/bin/zeroTrustGatewayLogging.js +56 -0
- package/bin/zeroTrustGatewayLogging.js.map +1 -0
- package/bin/zeroTrustGatewayPolicy.d.ts +89 -50
- package/bin/zeroTrustGatewayPolicy.js +10 -8
- 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 +23 -35
- package/bin/zeroTrustList.js +6 -4
- package/bin/zeroTrustList.js.map +1 -1
- package/bin/zeroTrustOrganization.d.ts +189 -0
- package/bin/zeroTrustOrganization.js +77 -0
- package/bin/zeroTrustOrganization.js.map +1 -0
- package/bin/zeroTrustRiskBehavior.d.ts +9 -21
- package/bin/zeroTrustRiskBehavior.js +3 -0
- package/bin/zeroTrustRiskBehavior.js.map +1 -1
- package/bin/zeroTrustRiskScoringIntegration.d.ts +116 -0
- package/bin/zeroTrustRiskScoringIntegration.js +72 -0
- package/bin/zeroTrustRiskScoringIntegration.js.map +1 -0
- package/bin/zeroTrustTunnelCloudflared.d.ts +100 -39
- package/bin/zeroTrustTunnelCloudflared.js +23 -12
- package/bin/zeroTrustTunnelCloudflared.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflaredConfig.d.ts +38 -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 +97 -68
- package/bin/zone.js +23 -16
- 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 +19 -124
- package/bin/zoneCacheVariants.js +9 -24
- package/bin/zoneCacheVariants.js.map +1 -1
- package/bin/zoneDnsSettings.d.ts +164 -0
- package/bin/zoneDnsSettings.js +70 -0
- package/bin/zoneDnsSettings.js.map +1 -0
- package/bin/zoneDnssec.d.ts +67 -31
- package/bin/zoneDnssec.js +6 -4
- package/bin/zoneDnssec.js.map +1 -1
- package/bin/zoneHold.d.ts +22 -23
- package/bin/zoneHold.js +1 -6
- package/bin/zoneHold.js.map +1 -1
- package/bin/zoneLockdown.d.ts +37 -29
- package/bin/zoneLockdown.js +6 -6
- package/bin/zoneLockdown.js.map +1 -1
- package/bin/zoneSetting.d.ts +110 -0
- package/bin/zoneSetting.js +70 -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 +10 -4
- package/bin/accessApplication.d.ts +0 -487
- package/bin/accessApplication.js +0 -119
- package/bin/accessApplication.js.map +0 -1
- package/bin/accessCaCertificate.d.ts +0 -91
- package/bin/accessCaCertificate.js +0 -62
- package/bin/accessCaCertificate.js.map +0 -1
- package/bin/accessCustomPage.d.ts +0 -117
- package/bin/accessCustomPage.js +0 -64
- package/bin/accessCustomPage.js.map +0 -1
- package/bin/accessGroup.d.ts +0 -80
- package/bin/accessGroup.js +0 -64
- package/bin/accessGroup.js.map +0 -1
- package/bin/accessIdentityProvider.d.ts +0 -125
- package/bin/accessIdentityProvider.js +0 -64
- package/bin/accessIdentityProvider.js.map +0 -1
- package/bin/accessKeysConfiguration.d.ts +0 -63
- package/bin/accessKeysConfiguration.js +0 -56
- package/bin/accessKeysConfiguration.js.map +0 -1
- package/bin/accessMutualTlsCertificate.d.ts +0 -101
- package/bin/accessMutualTlsCertificate.js +0 -61
- package/bin/accessMutualTlsCertificate.js.map +0 -1
- package/bin/accessMutualTlsHostnameSettings.d.ts +0 -65
- package/bin/accessMutualTlsHostnameSettings.js +0 -53
- package/bin/accessMutualTlsHostnameSettings.js.map +0 -1
- package/bin/accessOrganization.d.ts +0 -200
- package/bin/accessOrganization.js +0 -78
- package/bin/accessOrganization.js.map +0 -1
- package/bin/accessPolicy.d.ts +0 -197
- package/bin/accessPolicy.js +0 -87
- package/bin/accessPolicy.js.map +0 -1
- package/bin/accessServiceToken.d.ts +0 -114
- package/bin/accessServiceToken.js +0 -67
- package/bin/accessServiceToken.js.map +0 -1
- package/bin/accessTag.d.ts +0 -93
- package/bin/accessTag.js +0 -57
- package/bin/accessTag.js.map +0 -1
- package/bin/argo.d.ts +0 -81
- package/bin/argo.js +0 -58
- package/bin/argo.js.map +0 -1
- package/bin/deviceDexTest.d.ts +0 -129
- package/bin/deviceDexTest.js +0 -80
- package/bin/deviceDexTest.js.map +0 -1
- package/bin/deviceManagedNetworks.d.ts +0 -89
- package/bin/deviceManagedNetworks.js +0 -66
- package/bin/deviceManagedNetworks.js.map +0 -1
- package/bin/devicePolicyCertificates.d.ts +0 -63
- package/bin/devicePolicyCertificates.js +0 -59
- package/bin/devicePolicyCertificates.js.map +0 -1
- package/bin/devicePostureIntegration.d.ts +0 -107
- package/bin/devicePostureIntegration.js +0 -67
- package/bin/devicePostureIntegration.js.map +0 -1
- package/bin/devicePostureRule.d.ts +0 -140
- package/bin/devicePostureRule.js +0 -71
- package/bin/devicePostureRule.js.map +0 -1
- package/bin/deviceSettingsPolicy.d.ts +0 -267
- package/bin/deviceSettingsPolicy.js +0 -93
- package/bin/deviceSettingsPolicy.js.map +0 -1
- package/bin/dlpProfile.d.ts +0 -140
- package/bin/dlpProfile.js +0 -77
- package/bin/dlpProfile.js.map +0 -1
- package/bin/fallbackDomain.d.ts +0 -68
- package/bin/fallbackDomain.js +0 -61
- package/bin/fallbackDomain.js.map +0 -1
- package/bin/getAccessApplication.d.ts +0 -34
- package/bin/getAccessApplication.js +0 -32
- package/bin/getAccessApplication.js.map +0 -1
- package/bin/getAccessIdentityProvider.d.ts +0 -31
- package/bin/getAccessIdentityProvider.js +0 -28
- package/bin/getAccessIdentityProvider.js.map +0 -1
- package/bin/getApiTokenPermissionGroups.d.ts +0 -27
- package/bin/getApiTokenPermissionGroups.js +0 -18
- package/bin/getApiTokenPermissionGroups.js.map +0 -1
- package/bin/getDevicePostureRules.d.ts +0 -32
- package/bin/getDevicePostureRules.js +0 -28
- package/bin/getDevicePostureRules.js.map +0 -1
- package/bin/getDevices.d.ts +0 -26
- package/bin/getDevices.js +0 -24
- package/bin/getDevices.js.map +0 -1
- package/bin/getDlpDatasets.d.ts +0 -27
- package/bin/getDlpDatasets.js +0 -22
- package/bin/getDlpDatasets.js.map +0 -1
- package/bin/getGatewayAppTypes.d.ts +0 -27
- package/bin/getGatewayAppTypes.js +0 -22
- package/bin/getGatewayAppTypes.js.map +0 -1
- package/bin/getGatewayCategories.d.ts +0 -27
- package/bin/getGatewayCategories.js +0 -22
- package/bin/getGatewayCategories.js.map +0 -1
- package/bin/getInfrastructureAccessTargets.d.ts +0 -48
- package/bin/getInfrastructureAccessTargets.js +0 -36
- package/bin/getInfrastructureAccessTargets.js.map +0 -1
- package/bin/getOriginCaRootCertificate.d.ts +0 -25
- package/bin/getOriginCaRootCertificate.js +0 -24
- package/bin/getOriginCaRootCertificate.js.map +0 -1
- package/bin/getRecord.d.ts +0 -40
- package/bin/getRecord.js +0 -32
- package/bin/getRecord.js.map +0 -1
- package/bin/getTunnel.d.ts +0 -31
- package/bin/getTunnel.js +0 -26
- package/bin/getTunnel.js.map +0 -1
- package/bin/getTunnelVirtualNetwork.d.ts +0 -29
- package/bin/getTunnelVirtualNetwork.js +0 -26
- package/bin/getTunnelVirtualNetwork.js.map +0 -1
- package/bin/getZeroTrustTunnelVirtualNetwork.d.ts +0 -29
- package/bin/getZeroTrustTunnelVirtualNetwork.js +0 -26
- package/bin/getZeroTrustTunnelVirtualNetwork.js.map +0 -1
- package/bin/greTunnel.d.ts +0 -171
- package/bin/greTunnel.js +0 -80
- package/bin/greTunnel.js.map +0 -1
- package/bin/hostnameTlsSettingCiphers.d.ts +0 -91
- package/bin/hostnameTlsSettingCiphers.js +0 -70
- package/bin/hostnameTlsSettingCiphers.js.map +0 -1
- package/bin/infrastructureAccessTarget.d.ts +0 -90
- package/bin/infrastructureAccessTarget.js +0 -66
- package/bin/infrastructureAccessTarget.js.map +0 -1
- package/bin/ipsecTunnel.d.ts +0 -261
- package/bin/ipsecTunnel.js +0 -96
- package/bin/ipsecTunnel.js.map +0 -1
- package/bin/magicFirewallRuleset.d.ts +0 -75
- package/bin/magicFirewallRuleset.js +0 -60
- package/bin/magicFirewallRuleset.js.map +0 -1
- package/bin/managedHeaders.d.ts +0 -77
- package/bin/managedHeaders.js +0 -58
- package/bin/managedHeaders.js.map +0 -1
- package/bin/record.d.ts +0 -235
- package/bin/record.js +0 -91
- package/bin/record.js.map +0 -1
- package/bin/riskBehavior.d.ts +0 -62
- package/bin/riskBehavior.js +0 -54
- package/bin/riskBehavior.js.map +0 -1
- package/bin/splitTunnel.d.ts +0 -89
- package/bin/splitTunnel.js +0 -66
- package/bin/splitTunnel.js.map +0 -1
- package/bin/staticRoute.d.ts +0 -135
- package/bin/staticRoute.js +0 -74
- package/bin/staticRoute.js.map +0 -1
- package/bin/teamsAccount.d.ts +0 -242
- package/bin/teamsAccount.js +0 -86
- package/bin/teamsAccount.js.map +0 -1
- package/bin/teamsList.d.ts +0 -113
- package/bin/teamsList.js +0 -67
- package/bin/teamsList.js.map +0 -1
- package/bin/teamsLocation.d.ts +0 -135
- package/bin/teamsLocation.js +0 -72
- package/bin/teamsLocation.js.map +0 -1
- package/bin/teamsProxyEndpoint.d.ts +0 -83
- package/bin/teamsProxyEndpoint.js +0 -63
- package/bin/teamsProxyEndpoint.js.map +0 -1
- package/bin/teamsRule.d.ts +0 -178
- package/bin/teamsRule.js +0 -85
- package/bin/teamsRule.js.map +0 -1
- package/bin/tunnel.d.ts +0 -118
- package/bin/tunnel.js +0 -69
- package/bin/tunnel.js.map +0 -1
- package/bin/tunnelConfig.d.ts +0 -77
- package/bin/tunnelConfig.js +0 -64
- package/bin/tunnelConfig.js.map +0 -1
- package/bin/tunnelRoute.d.ts +0 -102
- package/bin/tunnelRoute.js +0 -68
- package/bin/tunnelRoute.js.map +0 -1
- package/bin/tunnelVirtualNetwork.d.ts +0 -90
- package/bin/tunnelVirtualNetwork.js +0 -60
- package/bin/tunnelVirtualNetwork.js.map +0 -1
- package/bin/workerCronTrigger.d.ts +0 -75
- package/bin/workerCronTrigger.js +0 -64
- package/bin/workerCronTrigger.js.map +0 -1
- package/bin/workerDomain.d.ts +0 -99
- package/bin/workerDomain.js +0 -71
- package/bin/workerDomain.js.map +0 -1
- package/bin/workerRoute.d.ts +0 -75
- package/bin/workerRoute.js +0 -61
- package/bin/workerRoute.js.map +0 -1
- package/bin/workerScript.d.ts +0 -173
- package/bin/workerScript.js +0 -95
- package/bin/workerScript.js.map +0 -1
- package/bin/workerSecret.d.ts +0 -90
- package/bin/workerSecret.js +0 -68
- package/bin/workerSecret.js.map +0 -1
- package/bin/workersDomain.d.ts +0 -99
- package/bin/workersDomain.js +0 -71
- package/bin/workersDomain.js.map +0 -1
- package/bin/workersForPlatformsNamespace.d.ts +0 -60
- package/bin/workersForPlatformsNamespace.js +0 -54
- package/bin/workersForPlatformsNamespace.js.map +0 -1
- package/bin/zeroTrustAccessOrganization.d.ts +0 -200
- package/bin/zeroTrustAccessOrganization.js +0 -78
- package/bin/zeroTrustAccessOrganization.js.map +0 -1
- package/bin/zeroTrustDeviceCertificates.d.ts +0 -63
- package/bin/zeroTrustDeviceCertificates.js +0 -59
- package/bin/zeroTrustDeviceCertificates.js.map +0 -1
- package/bin/zeroTrustDeviceProfiles.d.ts +0 -267
- package/bin/zeroTrustDeviceProfiles.js +0 -93
- package/bin/zeroTrustDeviceProfiles.js.map +0 -1
- package/bin/zeroTrustDlpProfile.d.ts +0 -140
- package/bin/zeroTrustDlpProfile.js +0 -77
- package/bin/zeroTrustDlpProfile.js.map +0 -1
- package/bin/zeroTrustKeyAccessKeyConfiguration.d.ts +0 -63
- package/bin/zeroTrustKeyAccessKeyConfiguration.js +0 -56
- package/bin/zeroTrustKeyAccessKeyConfiguration.js.map +0 -1
- package/bin/zeroTrustLocalFallbackDomain.d.ts +0 -68
- package/bin/zeroTrustLocalFallbackDomain.js +0 -61
- package/bin/zeroTrustLocalFallbackDomain.js.map +0 -1
- package/bin/zeroTrustRiskScoreIntegration.d.ts +0 -115
- package/bin/zeroTrustRiskScoreIntegration.js +0 -68
- package/bin/zeroTrustRiskScoreIntegration.js.map +0 -1
- package/bin/zeroTrustSplitTunnel.d.ts +0 -89
- package/bin/zeroTrustSplitTunnel.js +0 -66
- package/bin/zeroTrustSplitTunnel.js.map +0 -1
- package/bin/zeroTrustTunnelRoute.d.ts +0 -102
- package/bin/zeroTrustTunnelRoute.js +0 -68
- package/bin/zeroTrustTunnelRoute.js.map +0 -1
- package/bin/zeroTrustTunnelVirtualNetwork.d.ts +0 -90
- package/bin/zeroTrustTunnelVirtualNetwork.js +0 -60
- package/bin/zeroTrustTunnelVirtualNetwork.js.map +0 -1
- package/bin/zoneSettingsOverride.d.ts +0 -66
- package/bin/zoneSettingsOverride.js +0 -66
- package/bin/zoneSettingsOverride.js.map +0 -1
|
@@ -42,10 +42,12 @@ class ZeroTrustAccessApplication extends pulumi.CustomResource {
|
|
|
42
42
|
resourceInputs["autoRedirectToIdentity"] = state ? state.autoRedirectToIdentity : undefined;
|
|
43
43
|
resourceInputs["bgColor"] = state ? state.bgColor : undefined;
|
|
44
44
|
resourceInputs["corsHeaders"] = state ? state.corsHeaders : undefined;
|
|
45
|
+
resourceInputs["createdAt"] = state ? state.createdAt : undefined;
|
|
45
46
|
resourceInputs["customDenyMessage"] = state ? state.customDenyMessage : undefined;
|
|
46
47
|
resourceInputs["customDenyUrl"] = state ? state.customDenyUrl : undefined;
|
|
47
48
|
resourceInputs["customNonIdentityDenyUrl"] = state ? state.customNonIdentityDenyUrl : undefined;
|
|
48
49
|
resourceInputs["customPages"] = state ? state.customPages : undefined;
|
|
50
|
+
resourceInputs["destinations"] = state ? state.destinations : undefined;
|
|
49
51
|
resourceInputs["domain"] = state ? state.domain : undefined;
|
|
50
52
|
resourceInputs["enableBindingCookie"] = state ? state.enableBindingCookie : undefined;
|
|
51
53
|
resourceInputs["footerLinks"] = state ? state.footerLinks : undefined;
|
|
@@ -55,6 +57,7 @@ class ZeroTrustAccessApplication extends pulumi.CustomResource {
|
|
|
55
57
|
resourceInputs["logoUrl"] = state ? state.logoUrl : undefined;
|
|
56
58
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
57
59
|
resourceInputs["optionsPreflightBypass"] = state ? state.optionsPreflightBypass : undefined;
|
|
60
|
+
resourceInputs["pathCookieAttribute"] = state ? state.pathCookieAttribute : undefined;
|
|
58
61
|
resourceInputs["policies"] = state ? state.policies : undefined;
|
|
59
62
|
resourceInputs["saasApp"] = state ? state.saasApp : undefined;
|
|
60
63
|
resourceInputs["sameSiteCookieAttribute"] = state ? state.sameSiteCookieAttribute : undefined;
|
|
@@ -67,7 +70,7 @@ class ZeroTrustAccessApplication extends pulumi.CustomResource {
|
|
|
67
70
|
resourceInputs["tags"] = state ? state.tags : undefined;
|
|
68
71
|
resourceInputs["targetCriterias"] = state ? state.targetCriterias : undefined;
|
|
69
72
|
resourceInputs["type"] = state ? state.type : undefined;
|
|
70
|
-
resourceInputs["
|
|
73
|
+
resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
|
|
71
74
|
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
72
75
|
}
|
|
73
76
|
else {
|
|
@@ -84,6 +87,7 @@ class ZeroTrustAccessApplication extends pulumi.CustomResource {
|
|
|
84
87
|
resourceInputs["customDenyUrl"] = args ? args.customDenyUrl : undefined;
|
|
85
88
|
resourceInputs["customNonIdentityDenyUrl"] = args ? args.customNonIdentityDenyUrl : undefined;
|
|
86
89
|
resourceInputs["customPages"] = args ? args.customPages : undefined;
|
|
90
|
+
resourceInputs["destinations"] = args ? args.destinations : undefined;
|
|
87
91
|
resourceInputs["domain"] = args ? args.domain : undefined;
|
|
88
92
|
resourceInputs["enableBindingCookie"] = args ? args.enableBindingCookie : undefined;
|
|
89
93
|
resourceInputs["footerLinks"] = args ? args.footerLinks : undefined;
|
|
@@ -93,6 +97,7 @@ class ZeroTrustAccessApplication extends pulumi.CustomResource {
|
|
|
93
97
|
resourceInputs["logoUrl"] = args ? args.logoUrl : undefined;
|
|
94
98
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
95
99
|
resourceInputs["optionsPreflightBypass"] = args ? args.optionsPreflightBypass : undefined;
|
|
100
|
+
resourceInputs["pathCookieAttribute"] = args ? args.pathCookieAttribute : undefined;
|
|
96
101
|
resourceInputs["policies"] = args ? args.policies : undefined;
|
|
97
102
|
resourceInputs["saasApp"] = args ? args.saasApp : undefined;
|
|
98
103
|
resourceInputs["sameSiteCookieAttribute"] = args ? args.sameSiteCookieAttribute : undefined;
|
|
@@ -105,9 +110,10 @@ class ZeroTrustAccessApplication extends pulumi.CustomResource {
|
|
|
105
110
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
106
111
|
resourceInputs["targetCriterias"] = args ? args.targetCriterias : undefined;
|
|
107
112
|
resourceInputs["type"] = args ? args.type : undefined;
|
|
108
|
-
resourceInputs["zeroTrustAccessApplicationId"] = args ? args.zeroTrustAccessApplicationId : undefined;
|
|
109
113
|
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
110
114
|
resourceInputs["aud"] = undefined /*out*/;
|
|
115
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
116
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
111
117
|
}
|
|
112
118
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
113
119
|
super(ZeroTrustAccessApplication.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zeroTrustAccessApplication.js","sourceRoot":"","sources":["../zeroTrustAccessApplication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,0BAA2B,SAAQ,MAAM,CAAC,cAAc;IACjE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuC,EAAE,IAAmC;QACrI,OAAO,IAAI,0BAA0B,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjF,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,0BAA0B,CAAC,YAAY,CAAC;IAC3E,CAAC;
|
|
1
|
+
{"version":3,"file":"zeroTrustAccessApplication.js","sourceRoot":"","sources":["../zeroTrustAccessApplication.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,32 +16,31 @@ export declare class ZeroTrustAccessCustomPage extends pulumi.CustomResource {
|
|
|
16
16
|
*/
|
|
17
17
|
static isInstance(obj: any): obj is ZeroTrustAccessCustomPage;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
20
|
-
* creation of a new resource.**
|
|
19
|
+
* Identifier
|
|
21
20
|
*/
|
|
22
|
-
readonly accountId: pulumi.Output<string
|
|
21
|
+
readonly accountId: pulumi.Output<string>;
|
|
23
22
|
/**
|
|
24
|
-
* Number of apps
|
|
23
|
+
* Number of apps the custom page is assigned to.
|
|
25
24
|
*/
|
|
26
25
|
readonly appCount: pulumi.Output<number | undefined>;
|
|
26
|
+
readonly createdAt: pulumi.Output<string>;
|
|
27
27
|
/**
|
|
28
|
-
* Custom HTML
|
|
28
|
+
* Custom page HTML.
|
|
29
29
|
*/
|
|
30
|
-
readonly customHtml: pulumi.Output<string
|
|
30
|
+
readonly customHtml: pulumi.Output<string>;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* Custom page name.
|
|
33
33
|
*/
|
|
34
34
|
readonly name: pulumi.Output<string>;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* Custom page type. Available values: "identity_denied", "forbidden".
|
|
37
37
|
*/
|
|
38
38
|
readonly type: pulumi.Output<string>;
|
|
39
|
-
readonly zeroTrustAccessCustomPageId: pulumi.Output<string>;
|
|
40
39
|
/**
|
|
41
|
-
*
|
|
42
|
-
* creation of a new resource.**
|
|
40
|
+
* UUID
|
|
43
41
|
*/
|
|
44
|
-
readonly
|
|
42
|
+
readonly uid: pulumi.Output<string>;
|
|
43
|
+
readonly updatedAt: pulumi.Output<string>;
|
|
45
44
|
/**
|
|
46
45
|
* Create a ZeroTrustAccessCustomPage resource with the given unique name, arguments, and options.
|
|
47
46
|
*
|
|
@@ -56,62 +55,54 @@ export declare class ZeroTrustAccessCustomPage extends pulumi.CustomResource {
|
|
|
56
55
|
*/
|
|
57
56
|
export interface ZeroTrustAccessCustomPageState {
|
|
58
57
|
/**
|
|
59
|
-
*
|
|
60
|
-
* creation of a new resource.**
|
|
58
|
+
* Identifier
|
|
61
59
|
*/
|
|
62
60
|
accountId?: pulumi.Input<string>;
|
|
63
61
|
/**
|
|
64
|
-
* Number of apps
|
|
62
|
+
* Number of apps the custom page is assigned to.
|
|
65
63
|
*/
|
|
66
64
|
appCount?: pulumi.Input<number>;
|
|
65
|
+
createdAt?: pulumi.Input<string>;
|
|
67
66
|
/**
|
|
68
|
-
* Custom HTML
|
|
67
|
+
* Custom page HTML.
|
|
69
68
|
*/
|
|
70
69
|
customHtml?: pulumi.Input<string>;
|
|
71
70
|
/**
|
|
72
|
-
*
|
|
71
|
+
* Custom page name.
|
|
73
72
|
*/
|
|
74
73
|
name?: pulumi.Input<string>;
|
|
75
74
|
/**
|
|
76
|
-
*
|
|
75
|
+
* Custom page type. Available values: "identity_denied", "forbidden".
|
|
77
76
|
*/
|
|
78
77
|
type?: pulumi.Input<string>;
|
|
79
|
-
zeroTrustAccessCustomPageId?: pulumi.Input<string>;
|
|
80
78
|
/**
|
|
81
|
-
*
|
|
82
|
-
* creation of a new resource.**
|
|
79
|
+
* UUID
|
|
83
80
|
*/
|
|
84
|
-
|
|
81
|
+
uid?: pulumi.Input<string>;
|
|
82
|
+
updatedAt?: pulumi.Input<string>;
|
|
85
83
|
}
|
|
86
84
|
/**
|
|
87
85
|
* The set of arguments for constructing a ZeroTrustAccessCustomPage resource.
|
|
88
86
|
*/
|
|
89
87
|
export interface ZeroTrustAccessCustomPageArgs {
|
|
90
88
|
/**
|
|
91
|
-
*
|
|
92
|
-
* creation of a new resource.**
|
|
89
|
+
* Identifier
|
|
93
90
|
*/
|
|
94
|
-
accountId
|
|
91
|
+
accountId: pulumi.Input<string>;
|
|
95
92
|
/**
|
|
96
|
-
* Number of apps
|
|
93
|
+
* Number of apps the custom page is assigned to.
|
|
97
94
|
*/
|
|
98
95
|
appCount?: pulumi.Input<number>;
|
|
99
96
|
/**
|
|
100
|
-
* Custom HTML
|
|
97
|
+
* Custom page HTML.
|
|
101
98
|
*/
|
|
102
|
-
customHtml
|
|
99
|
+
customHtml: pulumi.Input<string>;
|
|
103
100
|
/**
|
|
104
|
-
*
|
|
101
|
+
* Custom page name.
|
|
105
102
|
*/
|
|
106
103
|
name?: pulumi.Input<string>;
|
|
107
104
|
/**
|
|
108
|
-
*
|
|
105
|
+
* Custom page type. Available values: "identity_denied", "forbidden".
|
|
109
106
|
*/
|
|
110
107
|
type: pulumi.Input<string>;
|
|
111
|
-
zeroTrustAccessCustomPageId?: pulumi.Input<string>;
|
|
112
|
-
/**
|
|
113
|
-
* The zone identifier to target for the resource. Conflicts with `account_id`. **Modifying this attribute will force
|
|
114
|
-
* creation of a new resource.**
|
|
115
|
-
*/
|
|
116
|
-
zoneId?: pulumi.Input<string>;
|
|
117
108
|
}
|
|
@@ -35,14 +35,21 @@ class ZeroTrustAccessCustomPage extends pulumi.CustomResource {
|
|
|
35
35
|
const state = argsOrState;
|
|
36
36
|
resourceInputs["accountId"] = state ? state.accountId : undefined;
|
|
37
37
|
resourceInputs["appCount"] = state ? state.appCount : undefined;
|
|
38
|
+
resourceInputs["createdAt"] = state ? state.createdAt : undefined;
|
|
38
39
|
resourceInputs["customHtml"] = state ? state.customHtml : undefined;
|
|
39
40
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
40
41
|
resourceInputs["type"] = state ? state.type : undefined;
|
|
41
|
-
resourceInputs["
|
|
42
|
-
resourceInputs["
|
|
42
|
+
resourceInputs["uid"] = state ? state.uid : undefined;
|
|
43
|
+
resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
|
|
43
44
|
}
|
|
44
45
|
else {
|
|
45
46
|
const args = argsOrState;
|
|
47
|
+
if ((!args || args.accountId === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'accountId'");
|
|
49
|
+
}
|
|
50
|
+
if ((!args || args.customHtml === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'customHtml'");
|
|
52
|
+
}
|
|
46
53
|
if ((!args || args.type === undefined) && !opts.urn) {
|
|
47
54
|
throw new Error("Missing required property 'type'");
|
|
48
55
|
}
|
|
@@ -51,8 +58,9 @@ class ZeroTrustAccessCustomPage extends pulumi.CustomResource {
|
|
|
51
58
|
resourceInputs["customHtml"] = args ? args.customHtml : undefined;
|
|
52
59
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
53
60
|
resourceInputs["type"] = args ? args.type : undefined;
|
|
54
|
-
resourceInputs["
|
|
55
|
-
resourceInputs["
|
|
61
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["uid"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
56
64
|
}
|
|
57
65
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
58
66
|
super(ZeroTrustAccessCustomPage.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zeroTrustAccessCustomPage.js","sourceRoot":"","sources":["../zeroTrustAccessCustomPage.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsC,EAAE,IAAmC;QACpI,OAAO,IAAI,yBAAyB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChF,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,yBAAyB,CAAC,YAAY,CAAC;IAC1E,CAAC;
|
|
1
|
+
{"version":3,"file":"zeroTrustAccessCustomPage.js","sourceRoot":"","sources":["../zeroTrustAccessCustomPage.ts"],"names":[],"mappings":"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"}
|
|
@@ -18,19 +18,35 @@ export declare class ZeroTrustAccessGroup extends pulumi.CustomResource {
|
|
|
18
18
|
*/
|
|
19
19
|
static isInstance(obj: any): obj is ZeroTrustAccessGroup;
|
|
20
20
|
/**
|
|
21
|
-
* The
|
|
22
|
-
* creation of a new resource.**
|
|
21
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
23
22
|
*/
|
|
24
23
|
readonly accountId: pulumi.Output<string | undefined>;
|
|
25
|
-
readonly
|
|
24
|
+
readonly createdAt: pulumi.Output<string>;
|
|
25
|
+
/**
|
|
26
|
+
* Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
|
|
27
|
+
*/
|
|
28
|
+
readonly excludes: pulumi.Output<outputs.ZeroTrustAccessGroupExclude[]>;
|
|
29
|
+
/**
|
|
30
|
+
* Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
|
|
31
|
+
*/
|
|
26
32
|
readonly includes: pulumi.Output<outputs.ZeroTrustAccessGroupInclude[]>;
|
|
33
|
+
/**
|
|
34
|
+
* Whether this is the default group
|
|
35
|
+
*/
|
|
36
|
+
readonly isDefault: pulumi.Output<boolean | undefined>;
|
|
37
|
+
/**
|
|
38
|
+
* The name of the Access group.
|
|
39
|
+
*/
|
|
27
40
|
readonly name: pulumi.Output<string>;
|
|
28
|
-
readonly requires: pulumi.Output<outputs.ZeroTrustAccessGroupRequire[] | undefined>;
|
|
29
|
-
readonly zeroTrustAccessGroupId: pulumi.Output<string>;
|
|
30
41
|
/**
|
|
31
|
-
*
|
|
42
|
+
* Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
|
|
32
43
|
*/
|
|
33
|
-
readonly
|
|
44
|
+
readonly requires: pulumi.Output<outputs.ZeroTrustAccessGroupRequire[]>;
|
|
45
|
+
readonly updatedAt: pulumi.Output<string>;
|
|
46
|
+
/**
|
|
47
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
48
|
+
*/
|
|
49
|
+
readonly zoneId: pulumi.Output<string | undefined>;
|
|
34
50
|
/**
|
|
35
51
|
* Create a ZeroTrustAccessGroup resource with the given unique name, arguments, and options.
|
|
36
52
|
*
|
|
@@ -45,17 +61,33 @@ export declare class ZeroTrustAccessGroup extends pulumi.CustomResource {
|
|
|
45
61
|
*/
|
|
46
62
|
export interface ZeroTrustAccessGroupState {
|
|
47
63
|
/**
|
|
48
|
-
* The
|
|
49
|
-
* creation of a new resource.**
|
|
64
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
50
65
|
*/
|
|
51
66
|
accountId?: pulumi.Input<string>;
|
|
67
|
+
createdAt?: pulumi.Input<string>;
|
|
68
|
+
/**
|
|
69
|
+
* Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
|
|
70
|
+
*/
|
|
52
71
|
excludes?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessGroupExclude>[]>;
|
|
72
|
+
/**
|
|
73
|
+
* Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
|
|
74
|
+
*/
|
|
53
75
|
includes?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessGroupInclude>[]>;
|
|
76
|
+
/**
|
|
77
|
+
* Whether this is the default group
|
|
78
|
+
*/
|
|
79
|
+
isDefault?: pulumi.Input<boolean>;
|
|
80
|
+
/**
|
|
81
|
+
* The name of the Access group.
|
|
82
|
+
*/
|
|
54
83
|
name?: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
|
|
86
|
+
*/
|
|
55
87
|
requires?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessGroupRequire>[]>;
|
|
56
|
-
|
|
88
|
+
updatedAt?: pulumi.Input<string>;
|
|
57
89
|
/**
|
|
58
|
-
* The
|
|
90
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
59
91
|
*/
|
|
60
92
|
zoneId?: pulumi.Input<string>;
|
|
61
93
|
}
|
|
@@ -64,17 +96,31 @@ export interface ZeroTrustAccessGroupState {
|
|
|
64
96
|
*/
|
|
65
97
|
export interface ZeroTrustAccessGroupArgs {
|
|
66
98
|
/**
|
|
67
|
-
* The
|
|
68
|
-
* creation of a new resource.**
|
|
99
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
69
100
|
*/
|
|
70
101
|
accountId?: pulumi.Input<string>;
|
|
102
|
+
/**
|
|
103
|
+
* Rules evaluated with a NOT logical operator. To match a policy, a user cannot meet any of the Exclude rules.
|
|
104
|
+
*/
|
|
71
105
|
excludes?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessGroupExclude>[]>;
|
|
106
|
+
/**
|
|
107
|
+
* Rules evaluated with an OR logical operator. A user needs to meet only one of the Include rules.
|
|
108
|
+
*/
|
|
72
109
|
includes: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessGroupInclude>[]>;
|
|
110
|
+
/**
|
|
111
|
+
* Whether this is the default group
|
|
112
|
+
*/
|
|
113
|
+
isDefault?: pulumi.Input<boolean>;
|
|
114
|
+
/**
|
|
115
|
+
* The name of the Access group.
|
|
116
|
+
*/
|
|
73
117
|
name?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* Rules evaluated with an AND logical operator. To match a policy, a user must meet all of the Require rules.
|
|
120
|
+
*/
|
|
74
121
|
requires?: pulumi.Input<pulumi.Input<inputs.ZeroTrustAccessGroupRequire>[]>;
|
|
75
|
-
zeroTrustAccessGroupId?: pulumi.Input<string>;
|
|
76
122
|
/**
|
|
77
|
-
* The
|
|
123
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
78
124
|
*/
|
|
79
125
|
zoneId?: pulumi.Input<string>;
|
|
80
126
|
}
|
|
@@ -34,11 +34,13 @@ class ZeroTrustAccessGroup extends pulumi.CustomResource {
|
|
|
34
34
|
if (opts.id) {
|
|
35
35
|
const state = argsOrState;
|
|
36
36
|
resourceInputs["accountId"] = state ? state.accountId : undefined;
|
|
37
|
+
resourceInputs["createdAt"] = state ? state.createdAt : undefined;
|
|
37
38
|
resourceInputs["excludes"] = state ? state.excludes : undefined;
|
|
38
39
|
resourceInputs["includes"] = state ? state.includes : undefined;
|
|
40
|
+
resourceInputs["isDefault"] = state ? state.isDefault : undefined;
|
|
39
41
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
40
42
|
resourceInputs["requires"] = state ? state.requires : undefined;
|
|
41
|
-
resourceInputs["
|
|
43
|
+
resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
|
|
42
44
|
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
43
45
|
}
|
|
44
46
|
else {
|
|
@@ -49,10 +51,12 @@ class ZeroTrustAccessGroup extends pulumi.CustomResource {
|
|
|
49
51
|
resourceInputs["accountId"] = args ? args.accountId : undefined;
|
|
50
52
|
resourceInputs["excludes"] = args ? args.excludes : undefined;
|
|
51
53
|
resourceInputs["includes"] = args ? args.includes : undefined;
|
|
54
|
+
resourceInputs["isDefault"] = args ? args.isDefault : undefined;
|
|
52
55
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
53
56
|
resourceInputs["requires"] = args ? args.requires : undefined;
|
|
54
|
-
resourceInputs["zeroTrustAccessGroupId"] = args ? args.zeroTrustAccessGroupId : undefined;
|
|
55
57
|
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
58
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
56
60
|
}
|
|
57
61
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
58
62
|
super(ZeroTrustAccessGroup.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zeroTrustAccessGroup.js","sourceRoot":"","sources":["../zeroTrustAccessGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,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,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;
|
|
1
|
+
{"version":3,"file":"zeroTrustAccessGroup.js","sourceRoot":"","sources":["../zeroTrustAccessGroup.ts"],"names":[],"mappings":"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"}
|
|
@@ -18,32 +18,31 @@ export declare class ZeroTrustAccessIdentityProvider extends pulumi.CustomResour
|
|
|
18
18
|
*/
|
|
19
19
|
static isInstance(obj: any): obj is ZeroTrustAccessIdentityProvider;
|
|
20
20
|
/**
|
|
21
|
-
* The
|
|
22
|
-
* creation of a new resource.**
|
|
21
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
23
22
|
*/
|
|
24
23
|
readonly accountId: pulumi.Output<string | undefined>;
|
|
25
24
|
/**
|
|
26
|
-
*
|
|
27
|
-
* documentation](https://developers.cloudflare.com/
|
|
25
|
+
* The configuration parameters for the identity provider. To view the required parameters for a specific provider, refer
|
|
26
|
+
* to our [developer documentation](https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/).
|
|
28
27
|
*/
|
|
29
|
-
readonly
|
|
28
|
+
readonly config: pulumi.Output<outputs.ZeroTrustAccessIdentityProviderConfig>;
|
|
30
29
|
/**
|
|
31
|
-
*
|
|
30
|
+
* The name of the identity provider, shown to users on the login page.
|
|
32
31
|
*/
|
|
33
32
|
readonly name: pulumi.Output<string>;
|
|
34
33
|
/**
|
|
35
|
-
*
|
|
34
|
+
* The configuration settings for enabling a System for Cross-Domain Identity Management (SCIM) with the identity provider.
|
|
36
35
|
*/
|
|
37
|
-
readonly
|
|
36
|
+
readonly scimConfig: pulumi.Output<outputs.ZeroTrustAccessIdentityProviderScimConfig>;
|
|
38
37
|
/**
|
|
39
|
-
* The
|
|
40
|
-
*
|
|
38
|
+
* The type of identity provider. To determine the value for a specific provider, refer to our [developer
|
|
39
|
+
* documentation](https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/). Available values:
|
|
40
|
+
* "onetimepin", "azureAD", "saml", "centrify", "facebook", "github", "google-apps", "google", "linkedin", "oidc", "okta",
|
|
41
|
+
* "onelogin", "pingone", "yandex".
|
|
41
42
|
*/
|
|
42
43
|
readonly type: pulumi.Output<string>;
|
|
43
|
-
readonly zeroTrustAccessIdentityProviderId: pulumi.Output<string>;
|
|
44
44
|
/**
|
|
45
|
-
* The
|
|
46
|
-
* creation of a new resource.**
|
|
45
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
47
46
|
*/
|
|
48
47
|
readonly zoneId: pulumi.Output<string | undefined>;
|
|
49
48
|
/**
|
|
@@ -60,32 +59,31 @@ export declare class ZeroTrustAccessIdentityProvider extends pulumi.CustomResour
|
|
|
60
59
|
*/
|
|
61
60
|
export interface ZeroTrustAccessIdentityProviderState {
|
|
62
61
|
/**
|
|
63
|
-
* The
|
|
64
|
-
* creation of a new resource.**
|
|
62
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
65
63
|
*/
|
|
66
64
|
accountId?: pulumi.Input<string>;
|
|
67
65
|
/**
|
|
68
|
-
*
|
|
69
|
-
* documentation](https://developers.cloudflare.com/
|
|
66
|
+
* The configuration parameters for the identity provider. To view the required parameters for a specific provider, refer
|
|
67
|
+
* to our [developer documentation](https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/).
|
|
70
68
|
*/
|
|
71
|
-
|
|
69
|
+
config?: pulumi.Input<inputs.ZeroTrustAccessIdentityProviderConfig>;
|
|
72
70
|
/**
|
|
73
|
-
*
|
|
71
|
+
* The name of the identity provider, shown to users on the login page.
|
|
74
72
|
*/
|
|
75
73
|
name?: pulumi.Input<string>;
|
|
76
74
|
/**
|
|
77
|
-
*
|
|
75
|
+
* The configuration settings for enabling a System for Cross-Domain Identity Management (SCIM) with the identity provider.
|
|
78
76
|
*/
|
|
79
|
-
|
|
77
|
+
scimConfig?: pulumi.Input<inputs.ZeroTrustAccessIdentityProviderScimConfig>;
|
|
80
78
|
/**
|
|
81
|
-
* The
|
|
82
|
-
*
|
|
79
|
+
* The type of identity provider. To determine the value for a specific provider, refer to our [developer
|
|
80
|
+
* documentation](https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/). Available values:
|
|
81
|
+
* "onetimepin", "azureAD", "saml", "centrify", "facebook", "github", "google-apps", "google", "linkedin", "oidc", "okta",
|
|
82
|
+
* "onelogin", "pingone", "yandex".
|
|
83
83
|
*/
|
|
84
84
|
type?: pulumi.Input<string>;
|
|
85
|
-
zeroTrustAccessIdentityProviderId?: pulumi.Input<string>;
|
|
86
85
|
/**
|
|
87
|
-
* The
|
|
88
|
-
* creation of a new resource.**
|
|
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,32 +92,31 @@ export interface ZeroTrustAccessIdentityProviderState {
|
|
|
94
92
|
*/
|
|
95
93
|
export interface ZeroTrustAccessIdentityProviderArgs {
|
|
96
94
|
/**
|
|
97
|
-
* The
|
|
98
|
-
* creation of a new resource.**
|
|
95
|
+
* The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
|
|
99
96
|
*/
|
|
100
97
|
accountId?: pulumi.Input<string>;
|
|
101
98
|
/**
|
|
102
|
-
*
|
|
103
|
-
* documentation](https://developers.cloudflare.com/
|
|
99
|
+
* The configuration parameters for the identity provider. To view the required parameters for a specific provider, refer
|
|
100
|
+
* to our [developer documentation](https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/).
|
|
104
101
|
*/
|
|
105
|
-
|
|
102
|
+
config: pulumi.Input<inputs.ZeroTrustAccessIdentityProviderConfig>;
|
|
106
103
|
/**
|
|
107
|
-
*
|
|
104
|
+
* The name of the identity provider, shown to users on the login page.
|
|
108
105
|
*/
|
|
109
106
|
name?: pulumi.Input<string>;
|
|
110
107
|
/**
|
|
111
|
-
*
|
|
108
|
+
* The configuration settings for enabling a System for Cross-Domain Identity Management (SCIM) with the identity provider.
|
|
112
109
|
*/
|
|
113
|
-
|
|
110
|
+
scimConfig?: pulumi.Input<inputs.ZeroTrustAccessIdentityProviderScimConfig>;
|
|
114
111
|
/**
|
|
115
|
-
* The
|
|
116
|
-
*
|
|
112
|
+
* The type of identity provider. To determine the value for a specific provider, refer to our [developer
|
|
113
|
+
* documentation](https://developers.cloudflare.com/cloudflare-one/identity/idp-integration/). Available values:
|
|
114
|
+
* "onetimepin", "azureAD", "saml", "centrify", "facebook", "github", "google-apps", "google", "linkedin", "oidc", "okta",
|
|
115
|
+
* "onelogin", "pingone", "yandex".
|
|
117
116
|
*/
|
|
118
117
|
type: pulumi.Input<string>;
|
|
119
|
-
zeroTrustAccessIdentityProviderId?: pulumi.Input<string>;
|
|
120
118
|
/**
|
|
121
|
-
* The
|
|
122
|
-
* creation of a new resource.**
|
|
119
|
+
* The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
|
|
123
120
|
*/
|
|
124
121
|
zoneId?: pulumi.Input<string>;
|
|
125
122
|
}
|
|
@@ -34,24 +34,25 @@ class ZeroTrustAccessIdentityProvider 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["config"] = state ? state.config : undefined;
|
|
38
38
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
39
|
-
resourceInputs["
|
|
39
|
+
resourceInputs["scimConfig"] = state ? state.scimConfig : undefined;
|
|
40
40
|
resourceInputs["type"] = state ? state.type : undefined;
|
|
41
|
-
resourceInputs["zeroTrustAccessIdentityProviderId"] = state ? state.zeroTrustAccessIdentityProviderId : undefined;
|
|
42
41
|
resourceInputs["zoneId"] = state ? state.zoneId : undefined;
|
|
43
42
|
}
|
|
44
43
|
else {
|
|
45
44
|
const args = argsOrState;
|
|
45
|
+
if ((!args || args.config === undefined) && !opts.urn) {
|
|
46
|
+
throw new Error("Missing required property 'config'");
|
|
47
|
+
}
|
|
46
48
|
if ((!args || args.type === undefined) && !opts.urn) {
|
|
47
49
|
throw new Error("Missing required property 'type'");
|
|
48
50
|
}
|
|
49
51
|
resourceInputs["accountId"] = args ? args.accountId : undefined;
|
|
50
|
-
resourceInputs["
|
|
52
|
+
resourceInputs["config"] = args ? args.config : undefined;
|
|
51
53
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
52
|
-
resourceInputs["
|
|
54
|
+
resourceInputs["scimConfig"] = args ? args.scimConfig : undefined;
|
|
53
55
|
resourceInputs["type"] = args ? args.type : undefined;
|
|
54
|
-
resourceInputs["zeroTrustAccessIdentityProviderId"] = args ? args.zeroTrustAccessIdentityProviderId : undefined;
|
|
55
56
|
resourceInputs["zoneId"] = args ? args.zoneId : undefined;
|
|
56
57
|
}
|
|
57
58
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|