@pulumi/scm 0.1.0-alpha.1716293739
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/LICENSE +202 -0
- package/README.md +49 -0
- package/addressGroup.d.ts +158 -0
- package/addressGroup.js +87 -0
- package/addressGroup.js.map +1 -0
- package/addressObject.d.ts +183 -0
- package/addressObject.js +88 -0
- package/addressObject.js.map +1 -0
- package/antiSpywareProfile.d.ts +184 -0
- package/antiSpywareProfile.js +83 -0
- package/antiSpywareProfile.js.map +1 -0
- package/antiSpywareSignature.d.ts +220 -0
- package/antiSpywareSignature.js +95 -0
- package/antiSpywareSignature.js.map +1 -0
- package/appOverrideRule.d.ts +266 -0
- package/appOverrideRule.js +118 -0
- package/appOverrideRule.js.map +1 -0
- package/application.d.ts +424 -0
- package/application.js +135 -0
- package/application.js.map +1 -0
- package/applicationFilter.d.ts +316 -0
- package/applicationFilter.js +105 -0
- package/applicationFilter.js.map +1 -0
- package/applicationGroup.d.ts +110 -0
- package/applicationGroup.js +74 -0
- package/applicationGroup.js.map +1 -0
- package/authenticationPortal.d.ts +170 -0
- package/authenticationPortal.js +81 -0
- package/authenticationPortal.js.map +1 -0
- package/authenticationProfile.d.ts +184 -0
- package/authenticationProfile.js +83 -0
- package/authenticationProfile.js.map +1 -0
- package/authenticationRule.d.ts +350 -0
- package/authenticationRule.js +111 -0
- package/authenticationRule.js.map +1 -0
- package/authenticationSequence.d.ts +122 -0
- package/authenticationSequence.js +73 -0
- package/authenticationSequence.js.map +1 -0
- package/certificateProfile.d.ts +244 -0
- package/certificateProfile.js +96 -0
- package/certificateProfile.js.map +1 -0
- package/config/index.d.ts +1 -0
- package/config/index.js +21 -0
- package/config/index.js.map +1 -0
- package/config/vars.d.ts +27 -0
- package/config/vars.js +43 -0
- package/config/vars.js.map +1 -0
- package/decryptionExclusion.d.ts +110 -0
- package/decryptionExclusion.js +71 -0
- package/decryptionExclusion.js.map +1 -0
- package/decryptionProfile.d.ts +148 -0
- package/decryptionProfile.js +77 -0
- package/decryptionProfile.js.map +1 -0
- package/decryptionRule.d.ts +352 -0
- package/decryptionRule.js +135 -0
- package/decryptionRule.js.map +1 -0
- package/dnsSecurityProfile.d.ts +124 -0
- package/dnsSecurityProfile.js +73 -0
- package/dnsSecurityProfile.js.map +1 -0
- package/dynamicUserGroup.d.ts +134 -0
- package/dynamicUserGroup.js +78 -0
- package/dynamicUserGroup.js.map +1 -0
- package/externalDynamicList.d.ts +124 -0
- package/externalDynamicList.js +78 -0
- package/externalDynamicList.js.map +1 -0
- package/fileBlockingProfile.d.ts +124 -0
- package/fileBlockingProfile.js +73 -0
- package/fileBlockingProfile.js.map +1 -0
- package/getAddressGroup.d.ts +80 -0
- package/getAddressGroup.js +47 -0
- package/getAddressGroup.js.map +1 -0
- package/getAddressGroupList.d.ts +132 -0
- package/getAddressGroupList.js +53 -0
- package/getAddressGroupList.js.map +1 -0
- package/getAddressObject.d.ts +91 -0
- package/getAddressObject.js +47 -0
- package/getAddressObject.js.map +1 -0
- package/getAddressObjectList.d.ts +132 -0
- package/getAddressObjectList.js +53 -0
- package/getAddressObjectList.js.map +1 -0
- package/getAntiSpywareProfile.d.ts +92 -0
- package/getAntiSpywareProfile.js +47 -0
- package/getAntiSpywareProfile.js.map +1 -0
- package/getAntiSpywareProfileList.d.ts +132 -0
- package/getAntiSpywareProfileList.js +53 -0
- package/getAntiSpywareProfileList.js.map +1 -0
- package/getAntiSpywareSignature.d.ts +104 -0
- package/getAntiSpywareSignature.js +47 -0
- package/getAntiSpywareSignature.js.map +1 -0
- package/getAntiSpywareSignatureList.d.ts +132 -0
- package/getAntiSpywareSignatureList.js +53 -0
- package/getAntiSpywareSignatureList.js.map +1 -0
- package/getAppOverrideRule.d.ts +115 -0
- package/getAppOverrideRule.js +47 -0
- package/getAppOverrideRule.js.map +1 -0
- package/getAppOverrideRuleList.d.ts +146 -0
- package/getAppOverrideRuleList.js +56 -0
- package/getAppOverrideRuleList.js.map +1 -0
- package/getApplication.d.ts +172 -0
- package/getApplication.js +47 -0
- package/getApplication.js.map +1 -0
- package/getApplicationFilter.d.ts +136 -0
- package/getApplicationFilter.js +47 -0
- package/getApplicationFilter.js.map +1 -0
- package/getApplicationFilterList.d.ts +132 -0
- package/getApplicationFilterList.js +53 -0
- package/getApplicationFilterList.js.map +1 -0
- package/getApplicationGroup.d.ts +67 -0
- package/getApplicationGroup.js +47 -0
- package/getApplicationGroup.js.map +1 -0
- package/getApplicationGroupList.d.ts +132 -0
- package/getApplicationGroupList.js +53 -0
- package/getApplicationGroupList.js.map +1 -0
- package/getApplicationList.d.ts +132 -0
- package/getApplicationList.js +53 -0
- package/getApplicationList.js.map +1 -0
- package/getAuthenticationPortal.d.ts +87 -0
- package/getAuthenticationPortal.js +47 -0
- package/getAuthenticationPortal.js.map +1 -0
- package/getAuthenticationPortalList.d.ts +132 -0
- package/getAuthenticationPortalList.js +53 -0
- package/getAuthenticationPortalList.js.map +1 -0
- package/getAuthenticationProfile.d.ts +92 -0
- package/getAuthenticationProfile.js +47 -0
- package/getAuthenticationProfile.js.map +1 -0
- package/getAuthenticationProfileList.d.ts +132 -0
- package/getAuthenticationProfileList.js +53 -0
- package/getAuthenticationProfileList.js.map +1 -0
- package/getAuthenticationRule.d.ts +143 -0
- package/getAuthenticationRule.js +47 -0
- package/getAuthenticationRule.js.map +1 -0
- package/getAuthenticationRuleList.d.ts +146 -0
- package/getAuthenticationRuleList.js +56 -0
- package/getAuthenticationRuleList.js.map +1 -0
- package/getAuthenticationSequence.d.ts +71 -0
- package/getAuthenticationSequence.js +47 -0
- package/getAuthenticationSequence.js.map +1 -0
- package/getAuthenticationSequenceList.d.ts +132 -0
- package/getAuthenticationSequenceList.js +53 -0
- package/getAuthenticationSequenceList.js.map +1 -0
- package/getAutoTagActionsList.d.ts +92 -0
- package/getAutoTagActionsList.js +46 -0
- package/getAutoTagActionsList.js.map +1 -0
- package/getCertificateProfile.d.ts +112 -0
- package/getCertificateProfile.js +47 -0
- package/getCertificateProfile.js.map +1 -0
- package/getCertificateProfileList.d.ts +132 -0
- package/getCertificateProfileList.js +53 -0
- package/getCertificateProfileList.js.map +1 -0
- package/getDecryptionExclusion.d.ts +67 -0
- package/getDecryptionExclusion.js +47 -0
- package/getDecryptionExclusion.js.map +1 -0
- package/getDecryptionProfile.d.ts +80 -0
- package/getDecryptionProfile.js +47 -0
- package/getDecryptionProfile.js.map +1 -0
- package/getDecryptionProfileList.d.ts +132 -0
- package/getDecryptionProfileList.js +53 -0
- package/getDecryptionProfileList.js.map +1 -0
- package/getDecryptionRule.d.ts +144 -0
- package/getDecryptionRule.js +47 -0
- package/getDecryptionRule.js.map +1 -0
- package/getDecryptionRuleList.d.ts +146 -0
- package/getDecryptionRuleList.js +56 -0
- package/getDecryptionRuleList.js.map +1 -0
- package/getDevice.d.ts +200 -0
- package/getDevice.js +47 -0
- package/getDevice.js.map +1 -0
- package/getDeviceList.d.ts +92 -0
- package/getDeviceList.js +46 -0
- package/getDeviceList.js.map +1 -0
- package/getDnsSecurityProfile.d.ts +72 -0
- package/getDnsSecurityProfile.js +47 -0
- package/getDnsSecurityProfile.js.map +1 -0
- package/getDnsSecurityProfileList.d.ts +132 -0
- package/getDnsSecurityProfileList.js +53 -0
- package/getDnsSecurityProfileList.js.map +1 -0
- package/getDynamicUserGroup.d.ts +75 -0
- package/getDynamicUserGroup.js +47 -0
- package/getDynamicUserGroup.js.map +1 -0
- package/getDynamicUserGroupList.d.ts +132 -0
- package/getDynamicUserGroupList.js +53 -0
- package/getDynamicUserGroupList.js.map +1 -0
- package/getExternalDynamicList.d.ts +68 -0
- package/getExternalDynamicList.js +47 -0
- package/getExternalDynamicList.js.map +1 -0
- package/getExternalDynamicListList.d.ts +132 -0
- package/getExternalDynamicListList.js +53 -0
- package/getExternalDynamicListList.js.map +1 -0
- package/getFileBlockingProfile.d.ts +72 -0
- package/getFileBlockingProfile.js +47 -0
- package/getFileBlockingProfile.js.map +1 -0
- package/getFileBlockingProfileList.d.ts +132 -0
- package/getFileBlockingProfileList.js +53 -0
- package/getFileBlockingProfileList.js.map +1 -0
- package/getHipObject.d.ts +112 -0
- package/getHipObject.js +47 -0
- package/getHipObject.js.map +1 -0
- package/getHipObjectList.d.ts +132 -0
- package/getHipObjectList.js +53 -0
- package/getHipObjectList.js.map +1 -0
- package/getHipProfile.d.ts +71 -0
- package/getHipProfile.js +47 -0
- package/getHipProfile.js.map +1 -0
- package/getHipProfileList.d.ts +132 -0
- package/getHipProfileList.js +53 -0
- package/getHipProfileList.js.map +1 -0
- package/getHttpHeaderProfile.d.ts +72 -0
- package/getHttpHeaderProfile.js +47 -0
- package/getHttpHeaderProfile.js.map +1 -0
- package/getHttpHeaderProfileList.d.ts +132 -0
- package/getHttpHeaderProfileList.js +53 -0
- package/getHttpHeaderProfileList.js.map +1 -0
- package/getIkeCryptoProfile.d.ts +120 -0
- package/getIkeCryptoProfile.js +50 -0
- package/getIkeCryptoProfile.js.map +1 -0
- package/getIkeCryptoProfileList.d.ts +132 -0
- package/getIkeCryptoProfileList.js +53 -0
- package/getIkeCryptoProfileList.js.map +1 -0
- package/getIkeGateway.d.ts +124 -0
- package/getIkeGateway.js +50 -0
- package/getIkeGateway.js.map +1 -0
- package/getIkeGatewayList.d.ts +132 -0
- package/getIkeGatewayList.js +53 -0
- package/getIkeGatewayList.js.map +1 -0
- package/getInternalDnsServer.d.ts +75 -0
- package/getInternalDnsServer.js +47 -0
- package/getInternalDnsServer.js.map +1 -0
- package/getInternalDnsServerList.d.ts +92 -0
- package/getInternalDnsServerList.js +46 -0
- package/getInternalDnsServerList.js.map +1 -0
- package/getIpsecCryptoProfile.d.ts +120 -0
- package/getIpsecCryptoProfile.js +50 -0
- package/getIpsecCryptoProfile.js.map +1 -0
- package/getIpsecCryptoProfileList.d.ts +132 -0
- package/getIpsecCryptoProfileList.js +53 -0
- package/getIpsecCryptoProfileList.js.map +1 -0
- package/getIpsecTunnel.d.ts +96 -0
- package/getIpsecTunnel.js +48 -0
- package/getIpsecTunnel.js.map +1 -0
- package/getIpsecTunnelList.d.ts +132 -0
- package/getIpsecTunnelList.js +53 -0
- package/getIpsecTunnelList.js.map +1 -0
- package/getJobs.d.ts +111 -0
- package/getJobs.js +43 -0
- package/getJobs.js.map +1 -0
- package/getJobsList.d.ts +36 -0
- package/getJobsList.js +23 -0
- package/getJobsList.js.map +1 -0
- package/getKerberosServerProfile.d.ts +64 -0
- package/getKerberosServerProfile.js +47 -0
- package/getKerberosServerProfile.js.map +1 -0
- package/getKerberosServerProfileList.d.ts +132 -0
- package/getKerberosServerProfileList.js +53 -0
- package/getKerberosServerProfileList.js.map +1 -0
- package/getLabelList.d.ts +92 -0
- package/getLabelList.js +46 -0
- package/getLabelList.js.map +1 -0
- package/getLabelsGetbyidResponse.d.ts +75 -0
- package/getLabelsGetbyidResponse.js +47 -0
- package/getLabelsGetbyidResponse.js.map +1 -0
- package/getLdapServerProfile.d.ts +100 -0
- package/getLdapServerProfile.js +47 -0
- package/getLdapServerProfile.js.map +1 -0
- package/getLdapServerProfileList.d.ts +132 -0
- package/getLdapServerProfileList.js +53 -0
- package/getLdapServerProfileList.js.map +1 -0
- package/getLocalUser.d.ts +71 -0
- package/getLocalUser.js +47 -0
- package/getLocalUser.js.map +1 -0
- package/getLocalUserGroupList.d.ts +132 -0
- package/getLocalUserGroupList.js +53 -0
- package/getLocalUserGroupList.js.map +1 -0
- package/getLocalUserList.d.ts +132 -0
- package/getLocalUserList.js +53 -0
- package/getLocalUserList.js.map +1 -0
- package/getMfaServer.d.ts +72 -0
- package/getMfaServer.js +47 -0
- package/getMfaServer.js.map +1 -0
- package/getNatRule.d.ts +140 -0
- package/getNatRule.js +47 -0
- package/getNatRule.js.map +1 -0
- package/getNatRuleList.d.ts +140 -0
- package/getNatRuleList.js +50 -0
- package/getNatRuleList.js.map +1 -0
- package/getOcspResponder.d.ts +67 -0
- package/getOcspResponder.js +47 -0
- package/getOcspResponder.js.map +1 -0
- package/getOcspResponderList.d.ts +132 -0
- package/getOcspResponderList.js +53 -0
- package/getOcspResponderList.js.map +1 -0
- package/getProfileGroup.d.ts +91 -0
- package/getProfileGroup.js +47 -0
- package/getProfileGroup.js.map +1 -0
- package/getProfileGroupList.d.ts +132 -0
- package/getProfileGroupList.js +53 -0
- package/getProfileGroupList.js.map +1 -0
- package/getQosPolicyRule.d.ts +92 -0
- package/getQosPolicyRule.js +48 -0
- package/getQosPolicyRule.js.map +1 -0
- package/getQosPolicyRuleList.d.ts +146 -0
- package/getQosPolicyRuleList.js +56 -0
- package/getQosPolicyRuleList.js.map +1 -0
- package/getQosProfile.d.ts +84 -0
- package/getQosProfile.js +48 -0
- package/getQosProfile.js.map +1 -0
- package/getQosProfileList.d.ts +132 -0
- package/getQosProfileList.js +53 -0
- package/getQosProfileList.js.map +1 -0
- package/getRadiusServerProfile.d.ts +76 -0
- package/getRadiusServerProfile.js +47 -0
- package/getRadiusServerProfile.js.map +1 -0
- package/getRadiusServerProfileList.d.ts +132 -0
- package/getRadiusServerProfileList.js +53 -0
- package/getRadiusServerProfileList.js.map +1 -0
- package/getRegion.d.ts +72 -0
- package/getRegion.js +47 -0
- package/getRegion.js.map +1 -0
- package/getRegionList.d.ts +132 -0
- package/getRegionList.js +53 -0
- package/getRegionList.js.map +1 -0
- package/getRemoteNetwork.d.ts +112 -0
- package/getRemoteNetwork.js +48 -0
- package/getRemoteNetwork.js.map +1 -0
- package/getRemoteNetworkList.d.ts +108 -0
- package/getRemoteNetworkList.js +51 -0
- package/getRemoteNetworkList.js.map +1 -0
- package/getSamlServerProfile.d.ts +91 -0
- package/getSamlServerProfile.js +47 -0
- package/getSamlServerProfile.js.map +1 -0
- package/getSamlServerProfileList.d.ts +132 -0
- package/getSamlServerProfileList.js +53 -0
- package/getSamlServerProfileList.js.map +1 -0
- package/getScepProfile.d.ts +112 -0
- package/getScepProfile.js +47 -0
- package/getScepProfile.js.map +1 -0
- package/getScepProfileList.d.ts +132 -0
- package/getScepProfileList.js +53 -0
- package/getScepProfileList.js.map +1 -0
- package/getSchedule.d.ts +68 -0
- package/getSchedule.js +47 -0
- package/getSchedule.js.map +1 -0
- package/getScheduleList.d.ts +132 -0
- package/getScheduleList.js +53 -0
- package/getScheduleList.js.map +1 -0
- package/getSecurityRule.d.ts +136 -0
- package/getSecurityRule.js +47 -0
- package/getSecurityRule.js.map +1 -0
- package/getSecurityRuleList.d.ts +146 -0
- package/getSecurityRuleList.js +56 -0
- package/getSecurityRuleList.js.map +1 -0
- package/getService.d.ts +76 -0
- package/getService.js +47 -0
- package/getService.js.map +1 -0
- package/getServiceConnection.d.ts +126 -0
- package/getServiceConnection.js +50 -0
- package/getServiceConnection.js.map +1 -0
- package/getServiceConnectionGroup.d.ts +89 -0
- package/getServiceConnectionGroup.js +50 -0
- package/getServiceConnectionGroup.js.map +1 -0
- package/getServiceConnectionGroupList.d.ts +108 -0
- package/getServiceConnectionGroupList.js +51 -0
- package/getServiceConnectionGroupList.js.map +1 -0
- package/getServiceConnectionList.d.ts +108 -0
- package/getServiceConnectionList.js +51 -0
- package/getServiceConnectionList.js.map +1 -0
- package/getServiceGroup.d.ts +71 -0
- package/getServiceGroup.js +47 -0
- package/getServiceGroup.js.map +1 -0
- package/getServiceGroupList.d.ts +132 -0
- package/getServiceGroupList.js +53 -0
- package/getServiceGroupList.js.map +1 -0
- package/getServiceList.d.ts +132 -0
- package/getServiceList.js +53 -0
- package/getServiceList.js.map +1 -0
- package/getSharedInfrastructureSettingsList.d.ts +80 -0
- package/getSharedInfrastructureSettingsList.js +45 -0
- package/getSharedInfrastructureSettingsList.js.map +1 -0
- package/getSnippet.d.ts +96 -0
- package/getSnippet.js +47 -0
- package/getSnippet.js.map +1 -0
- package/getSnippetList.d.ts +92 -0
- package/getSnippetList.js +46 -0
- package/getSnippetList.js.map +1 -0
- package/getTacacsServerProfile.d.ts +76 -0
- package/getTacacsServerProfile.js +47 -0
- package/getTacacsServerProfile.js.map +1 -0
- package/getTacacsServerProfileList.d.ts +132 -0
- package/getTacacsServerProfileList.js +53 -0
- package/getTacacsServerProfileList.js.map +1 -0
- package/getTag.d.ts +71 -0
- package/getTag.js +47 -0
- package/getTag.js.map +1 -0
- package/getTagList.d.ts +132 -0
- package/getTagList.js +53 -0
- package/getTagList.js.map +1 -0
- package/getTlsServiceProfile.d.ts +72 -0
- package/getTlsServiceProfile.js +47 -0
- package/getTlsServiceProfile.js.map +1 -0
- package/getTlsServiceProfileList.d.ts +132 -0
- package/getTlsServiceProfileList.js +53 -0
- package/getTlsServiceProfileList.js.map +1 -0
- package/getTrafficSteeringRule.d.ts +66 -0
- package/getTrafficSteeringRule.js +25 -0
- package/getTrafficSteeringRule.js.map +1 -0
- package/getTrafficSteeringRuleList.d.ts +108 -0
- package/getTrafficSteeringRuleList.js +51 -0
- package/getTrafficSteeringRuleList.js.map +1 -0
- package/getTrustedCertificateAuthorityList.d.ts +132 -0
- package/getTrustedCertificateAuthorityList.js +53 -0
- package/getTrustedCertificateAuthorityList.js.map +1 -0
- package/getUrlAccessProfile.d.ts +120 -0
- package/getUrlAccessProfile.js +47 -0
- package/getUrlAccessProfile.js.map +1 -0
- package/getUrlAccessProfileList.d.ts +132 -0
- package/getUrlAccessProfileList.js +53 -0
- package/getUrlAccessProfileList.js.map +1 -0
- package/getUrlCategory.d.ts +53 -0
- package/getUrlCategory.js +25 -0
- package/getUrlCategory.js.map +1 -0
- package/getUrlCategoryList.d.ts +132 -0
- package/getUrlCategoryList.js +53 -0
- package/getUrlCategoryList.js.map +1 -0
- package/getUrlFilteringCategoryList.d.ts +132 -0
- package/getUrlFilteringCategoryList.js +53 -0
- package/getUrlFilteringCategoryList.js.map +1 -0
- package/getVariable.d.ts +115 -0
- package/getVariable.js +50 -0
- package/getVariable.js.map +1 -0
- package/getVariableList.d.ts +132 -0
- package/getVariableList.js +53 -0
- package/getVariableList.js.map +1 -0
- package/getVulnerabilityProtectionProfile.d.ts +76 -0
- package/getVulnerabilityProtectionProfile.js +47 -0
- package/getVulnerabilityProtectionProfile.js.map +1 -0
- package/getVulnerabilityProtectionProfileList.d.ts +132 -0
- package/getVulnerabilityProtectionProfileList.js +53 -0
- package/getVulnerabilityProtectionProfileList.js.map +1 -0
- package/getVulnerabilityProtectionSignatures.d.ts +108 -0
- package/getVulnerabilityProtectionSignatures.js +47 -0
- package/getVulnerabilityProtectionSignatures.js.map +1 -0
- package/getVulnerabilityProtectionSignaturesList.d.ts +132 -0
- package/getVulnerabilityProtectionSignaturesList.js +53 -0
- package/getVulnerabilityProtectionSignaturesList.js.map +1 -0
- package/getWildfireAntiVirusProfile.d.ts +84 -0
- package/getWildfireAntiVirusProfile.js +47 -0
- package/getWildfireAntiVirusProfile.js.map +1 -0
- package/getWildfireAntiVirusProfileList.d.ts +132 -0
- package/getWildfireAntiVirusProfileList.js +53 -0
- package/getWildfireAntiVirusProfileList.js.map +1 -0
- package/hipObject.d.ts +235 -0
- package/hipObject.js +84 -0
- package/hipObject.js.map +1 -0
- package/hipProfile.d.ts +122 -0
- package/hipProfile.js +76 -0
- package/hipProfile.js.map +1 -0
- package/httpHeaderProfile.d.ts +124 -0
- package/httpHeaderProfile.js +73 -0
- package/httpHeaderProfile.js.map +1 -0
- package/ikeCryptoProfile.d.ts +160 -0
- package/ikeCryptoProfile.js +88 -0
- package/ikeCryptoProfile.js.map +1 -0
- package/ikeGateway.d.ts +175 -0
- package/ikeGateway.js +85 -0
- package/ikeGateway.js.map +1 -0
- package/index.d.ts +564 -0
- package/index.js +715 -0
- package/index.js.map +1 -0
- package/internalDnsServer.d.ts +98 -0
- package/internalDnsServer.js +75 -0
- package/internalDnsServer.js.map +1 -0
- package/ipsecCryptoProfile.d.ts +160 -0
- package/ipsecCryptoProfile.js +82 -0
- package/ipsecCryptoProfile.js.map +1 -0
- package/ipsecTunnel.d.ts +160 -0
- package/ipsecTunnel.js +82 -0
- package/ipsecTunnel.js.map +1 -0
- package/kerberosServerProfile.d.ts +100 -0
- package/kerberosServerProfile.js +72 -0
- package/kerberosServerProfile.js.map +1 -0
- package/ldapServerProfile.d.ts +208 -0
- package/ldapServerProfile.js +92 -0
- package/ldapServerProfile.js.map +1 -0
- package/localUser.d.ts +138 -0
- package/localUser.js +81 -0
- package/localUser.js.map +1 -0
- package/mfaServer.d.ts +124 -0
- package/mfaServer.js +76 -0
- package/mfaServer.js.map +1 -0
- package/natRule.d.ts +295 -0
- package/natRule.js +109 -0
- package/natRule.js.map +1 -0
- package/ocspResponder.d.ts +110 -0
- package/ocspResponder.js +74 -0
- package/ocspResponder.js.map +1 -0
- package/package.json +30 -0
- package/profileGroup.d.ts +182 -0
- package/profileGroup.js +83 -0
- package/profileGroup.js.map +1 -0
- package/provider.d.ts +81 -0
- package/provider.js +52 -0
- package/provider.js.map +1 -0
- package/qosPolicyRule.d.ts +160 -0
- package/qosPolicyRule.js +82 -0
- package/qosPolicyRule.js.map +1 -0
- package/qosProfile.d.ts +124 -0
- package/qosProfile.js +73 -0
- package/qosProfile.js.map +1 -0
- package/radiusServerProfile.d.ts +139 -0
- package/radiusServerProfile.js +73 -0
- package/radiusServerProfile.js.map +1 -0
- package/region.d.ts +124 -0
- package/region.js +73 -0
- package/region.js.map +1 -0
- package/remoteNetwork.d.ts +196 -0
- package/remoteNetwork.js +90 -0
- package/remoteNetwork.js.map +1 -0
- package/samlServerProfile.d.ts +182 -0
- package/samlServerProfile.js +86 -0
- package/samlServerProfile.js.map +1 -0
- package/scepProfile.d.ts +256 -0
- package/scepProfile.js +106 -0
- package/scepProfile.js.map +1 -0
- package/schedule.d.ts +112 -0
- package/schedule.js +74 -0
- package/schedule.js.map +1 -0
- package/securityRule.d.ts +328 -0
- package/securityRule.js +134 -0
- package/securityRule.js.map +1 -0
- package/service.d.ts +136 -0
- package/service.js +78 -0
- package/service.js.map +1 -0
- package/serviceConnection.d.ts +232 -0
- package/serviceConnection.js +99 -0
- package/serviceConnection.js.map +1 -0
- package/serviceConnectionGroup.d.ts +110 -0
- package/serviceConnectionGroup.js +74 -0
- package/serviceConnectionGroup.js.map +1 -0
- package/serviceGroup.d.ts +122 -0
- package/serviceGroup.js +76 -0
- package/serviceGroup.js.map +1 -0
- package/snippet.d.ts +136 -0
- package/snippet.js +79 -0
- package/snippet.js.map +1 -0
- package/tacacsServerProfile.d.ts +148 -0
- package/tacacsServerProfile.js +85 -0
- package/tacacsServerProfile.js.map +1 -0
- package/tag.d.ts +127 -0
- package/tag.js +78 -0
- package/tag.js.map +1 -0
- package/tlsServiceProfile.d.ts +124 -0
- package/tlsServiceProfile.js +79 -0
- package/tlsServiceProfile.js.map +1 -0
- package/trafficSteeringRule.d.ts +148 -0
- package/trafficSteeringRule.js +83 -0
- package/trafficSteeringRule.js.map +1 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +11 -0
- package/types/index.js.map +1 -0
- package/types/input.d.ts +4328 -0
- package/types/input.js +5 -0
- package/types/input.js.map +1 -0
- package/types/output.d.ts +15429 -0
- package/types/output.js +5 -0
- package/types/output.js.map +1 -0
- package/urlAccessProfile.d.ts +268 -0
- package/urlAccessProfile.js +97 -0
- package/urlAccessProfile.js.map +1 -0
- package/urlCategory.d.ts +134 -0
- package/urlCategory.js +75 -0
- package/urlCategory.js.map +1 -0
- package/utilities.d.ts +8 -0
- package/utilities.js +101 -0
- package/utilities.js.map +1 -0
- package/variable.d.ts +142 -0
- package/variable.js +77 -0
- package/variable.js.map +1 -0
- package/vulnerabilityProtectionProfile.d.ts +136 -0
- package/vulnerabilityProtectionProfile.js +75 -0
- package/vulnerabilityProtectionProfile.js.map +1 -0
- package/vulnerabilityProtectionSignatures.d.ts +232 -0
- package/vulnerabilityProtectionSignatures.js +97 -0
- package/vulnerabilityProtectionSignatures.js.map +1 -0
- package/wildfireAntiVirusProfile.d.ts +160 -0
- package/wildfireAntiVirusProfile.js +79 -0
- package/wildfireAntiVirusProfile.js.map +1 -0
package/index.js
ADDED
|
@@ -0,0 +1,715 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getApplicationGroupListOutput = exports.getApplicationGroupList = exports.getApplicationGroupOutput = exports.getApplicationGroup = exports.getApplicationFilterListOutput = exports.getApplicationFilterList = exports.getApplicationFilterOutput = exports.getApplicationFilter = exports.getApplicationOutput = exports.getApplication = exports.getAppOverrideRuleListOutput = exports.getAppOverrideRuleList = exports.getAppOverrideRuleOutput = exports.getAppOverrideRule = exports.getAntiSpywareSignatureListOutput = exports.getAntiSpywareSignatureList = exports.getAntiSpywareSignatureOutput = exports.getAntiSpywareSignature = exports.getAntiSpywareProfileListOutput = exports.getAntiSpywareProfileList = exports.getAntiSpywareProfileOutput = exports.getAntiSpywareProfile = exports.getAddressObjectListOutput = exports.getAddressObjectList = exports.getAddressObjectOutput = exports.getAddressObject = exports.getAddressGroupListOutput = exports.getAddressGroupList = exports.getAddressGroupOutput = exports.getAddressGroup = exports.FileBlockingProfile = exports.ExternalDynamicList = exports.DynamicUserGroup = exports.DnsSecurityProfile = exports.DecryptionRule = exports.DecryptionProfile = exports.DecryptionExclusion = exports.CertificateProfile = exports.AuthenticationSequence = exports.AuthenticationRule = exports.AuthenticationProfile = exports.AuthenticationPortal = exports.ApplicationGroup = exports.ApplicationFilter = exports.Application = exports.AppOverrideRule = exports.AntiSpywareSignature = exports.AntiSpywareProfile = exports.AddressObject = exports.AddressGroup = void 0;
|
|
6
|
+
exports.getExternalDynamicListListOutput = exports.getExternalDynamicListList = exports.getExternalDynamicListOutput = exports.getExternalDynamicList = exports.getDynamicUserGroupListOutput = exports.getDynamicUserGroupList = exports.getDynamicUserGroupOutput = exports.getDynamicUserGroup = exports.getDnsSecurityProfileListOutput = exports.getDnsSecurityProfileList = exports.getDnsSecurityProfileOutput = exports.getDnsSecurityProfile = exports.getDeviceListOutput = exports.getDeviceList = exports.getDeviceOutput = exports.getDevice = exports.getDecryptionRuleListOutput = exports.getDecryptionRuleList = exports.getDecryptionRuleOutput = exports.getDecryptionRule = exports.getDecryptionProfileListOutput = exports.getDecryptionProfileList = exports.getDecryptionProfileOutput = exports.getDecryptionProfile = exports.getDecryptionExclusionOutput = exports.getDecryptionExclusion = exports.getCertificateProfileListOutput = exports.getCertificateProfileList = exports.getCertificateProfileOutput = exports.getCertificateProfile = exports.getAutoTagActionsListOutput = exports.getAutoTagActionsList = exports.getAuthenticationSequenceListOutput = exports.getAuthenticationSequenceList = exports.getAuthenticationSequenceOutput = exports.getAuthenticationSequence = exports.getAuthenticationRuleListOutput = exports.getAuthenticationRuleList = exports.getAuthenticationRuleOutput = exports.getAuthenticationRule = exports.getAuthenticationProfileListOutput = exports.getAuthenticationProfileList = exports.getAuthenticationProfileOutput = exports.getAuthenticationProfile = exports.getAuthenticationPortalListOutput = exports.getAuthenticationPortalList = exports.getAuthenticationPortalOutput = exports.getAuthenticationPortal = exports.getApplicationListOutput = exports.getApplicationList = void 0;
|
|
7
|
+
exports.getLdapServerProfileOutput = exports.getLdapServerProfile = exports.getLabelsGetbyidResponseOutput = exports.getLabelsGetbyidResponse = exports.getLabelListOutput = exports.getLabelList = exports.getKerberosServerProfileListOutput = exports.getKerberosServerProfileList = exports.getKerberosServerProfileOutput = exports.getKerberosServerProfile = exports.getJobsListOutput = exports.getJobsList = exports.getJobsOutput = exports.getJobs = exports.getIpsecTunnelListOutput = exports.getIpsecTunnelList = exports.getIpsecTunnelOutput = exports.getIpsecTunnel = exports.getIpsecCryptoProfileListOutput = exports.getIpsecCryptoProfileList = exports.getIpsecCryptoProfileOutput = exports.getIpsecCryptoProfile = exports.getInternalDnsServerListOutput = exports.getInternalDnsServerList = exports.getInternalDnsServerOutput = exports.getInternalDnsServer = exports.getIkeGatewayListOutput = exports.getIkeGatewayList = exports.getIkeGatewayOutput = exports.getIkeGateway = exports.getIkeCryptoProfileListOutput = exports.getIkeCryptoProfileList = exports.getIkeCryptoProfileOutput = exports.getIkeCryptoProfile = exports.getHttpHeaderProfileListOutput = exports.getHttpHeaderProfileList = exports.getHttpHeaderProfileOutput = exports.getHttpHeaderProfile = exports.getHipProfileListOutput = exports.getHipProfileList = exports.getHipProfileOutput = exports.getHipProfile = exports.getHipObjectListOutput = exports.getHipObjectList = exports.getHipObjectOutput = exports.getHipObject = exports.getFileBlockingProfileListOutput = exports.getFileBlockingProfileList = exports.getFileBlockingProfileOutput = exports.getFileBlockingProfile = void 0;
|
|
8
|
+
exports.getScepProfileListOutput = exports.getScepProfileList = exports.getScepProfileOutput = exports.getScepProfile = exports.getSamlServerProfileListOutput = exports.getSamlServerProfileList = exports.getSamlServerProfileOutput = exports.getSamlServerProfile = exports.getRemoteNetworkListOutput = exports.getRemoteNetworkList = exports.getRemoteNetworkOutput = exports.getRemoteNetwork = exports.getRegionListOutput = exports.getRegionList = exports.getRegionOutput = exports.getRegion = exports.getRadiusServerProfileListOutput = exports.getRadiusServerProfileList = exports.getRadiusServerProfileOutput = exports.getRadiusServerProfile = exports.getQosProfileListOutput = exports.getQosProfileList = exports.getQosProfileOutput = exports.getQosProfile = exports.getQosPolicyRuleListOutput = exports.getQosPolicyRuleList = exports.getQosPolicyRuleOutput = exports.getQosPolicyRule = exports.getProfileGroupListOutput = exports.getProfileGroupList = exports.getProfileGroupOutput = exports.getProfileGroup = exports.getOcspResponderListOutput = exports.getOcspResponderList = exports.getOcspResponderOutput = exports.getOcspResponder = exports.getNatRuleListOutput = exports.getNatRuleList = exports.getNatRuleOutput = exports.getNatRule = exports.getMfaServerOutput = exports.getMfaServer = exports.getLocalUserListOutput = exports.getLocalUserList = exports.getLocalUserGroupListOutput = exports.getLocalUserGroupList = exports.getLocalUserOutput = exports.getLocalUser = exports.getLdapServerProfileListOutput = exports.getLdapServerProfileList = void 0;
|
|
9
|
+
exports.getUrlAccessProfileOutput = exports.getUrlAccessProfile = exports.getTrustedCertificateAuthorityListOutput = exports.getTrustedCertificateAuthorityList = exports.getTrafficSteeringRuleListOutput = exports.getTrafficSteeringRuleList = exports.getTrafficSteeringRuleOutput = exports.getTrafficSteeringRule = exports.getTlsServiceProfileListOutput = exports.getTlsServiceProfileList = exports.getTlsServiceProfileOutput = exports.getTlsServiceProfile = exports.getTagListOutput = exports.getTagList = exports.getTagOutput = exports.getTag = exports.getTacacsServerProfileListOutput = exports.getTacacsServerProfileList = exports.getTacacsServerProfileOutput = exports.getTacacsServerProfile = exports.getSnippetListOutput = exports.getSnippetList = exports.getSnippetOutput = exports.getSnippet = exports.getSharedInfrastructureSettingsListOutput = exports.getSharedInfrastructureSettingsList = exports.getServiceListOutput = exports.getServiceList = exports.getServiceGroupListOutput = exports.getServiceGroupList = exports.getServiceGroupOutput = exports.getServiceGroup = exports.getServiceConnectionListOutput = exports.getServiceConnectionList = exports.getServiceConnectionGroupListOutput = exports.getServiceConnectionGroupList = exports.getServiceConnectionGroupOutput = exports.getServiceConnectionGroup = exports.getServiceConnectionOutput = exports.getServiceConnection = exports.getServiceOutput = exports.getService = exports.getSecurityRuleListOutput = exports.getSecurityRuleList = exports.getSecurityRuleOutput = exports.getSecurityRule = exports.getScheduleListOutput = exports.getScheduleList = exports.getScheduleOutput = exports.getSchedule = void 0;
|
|
10
|
+
exports.Service = exports.SecurityRule = exports.Schedule = exports.ScepProfile = exports.SamlServerProfile = exports.RemoteNetwork = exports.Region = exports.RadiusServerProfile = exports.QosProfile = exports.QosPolicyRule = exports.Provider = exports.ProfileGroup = exports.OcspResponder = exports.NatRule = exports.MfaServer = exports.LocalUser = exports.LdapServerProfile = exports.KerberosServerProfile = exports.IpsecTunnel = exports.IpsecCryptoProfile = exports.InternalDnsServer = exports.IkeGateway = exports.IkeCryptoProfile = exports.HttpHeaderProfile = exports.HipProfile = exports.HipObject = exports.getWildfireAntiVirusProfileListOutput = exports.getWildfireAntiVirusProfileList = exports.getWildfireAntiVirusProfileOutput = exports.getWildfireAntiVirusProfile = exports.getVulnerabilityProtectionSignaturesListOutput = exports.getVulnerabilityProtectionSignaturesList = exports.getVulnerabilityProtectionSignaturesOutput = exports.getVulnerabilityProtectionSignatures = exports.getVulnerabilityProtectionProfileListOutput = exports.getVulnerabilityProtectionProfileList = exports.getVulnerabilityProtectionProfileOutput = exports.getVulnerabilityProtectionProfile = exports.getVariableListOutput = exports.getVariableList = exports.getVariableOutput = exports.getVariable = exports.getUrlFilteringCategoryListOutput = exports.getUrlFilteringCategoryList = exports.getUrlCategoryListOutput = exports.getUrlCategoryList = exports.getUrlCategoryOutput = exports.getUrlCategory = exports.getUrlAccessProfileListOutput = exports.getUrlAccessProfileList = void 0;
|
|
11
|
+
exports.types = exports.config = exports.WildfireAntiVirusProfile = exports.VulnerabilityProtectionSignatures = exports.VulnerabilityProtectionProfile = exports.Variable = exports.UrlCategory = exports.UrlAccessProfile = exports.TrafficSteeringRule = exports.TlsServiceProfile = exports.Tag = exports.TacacsServerProfile = exports.Snippet = exports.ServiceGroup = exports.ServiceConnectionGroup = exports.ServiceConnection = void 0;
|
|
12
|
+
const pulumi = require("@pulumi/pulumi");
|
|
13
|
+
const utilities = require("./utilities");
|
|
14
|
+
exports.AddressGroup = null;
|
|
15
|
+
utilities.lazyLoad(exports, ["AddressGroup"], () => require("./addressGroup"));
|
|
16
|
+
exports.AddressObject = null;
|
|
17
|
+
utilities.lazyLoad(exports, ["AddressObject"], () => require("./addressObject"));
|
|
18
|
+
exports.AntiSpywareProfile = null;
|
|
19
|
+
utilities.lazyLoad(exports, ["AntiSpywareProfile"], () => require("./antiSpywareProfile"));
|
|
20
|
+
exports.AntiSpywareSignature = null;
|
|
21
|
+
utilities.lazyLoad(exports, ["AntiSpywareSignature"], () => require("./antiSpywareSignature"));
|
|
22
|
+
exports.AppOverrideRule = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["AppOverrideRule"], () => require("./appOverrideRule"));
|
|
24
|
+
exports.Application = null;
|
|
25
|
+
utilities.lazyLoad(exports, ["Application"], () => require("./application"));
|
|
26
|
+
exports.ApplicationFilter = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["ApplicationFilter"], () => require("./applicationFilter"));
|
|
28
|
+
exports.ApplicationGroup = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["ApplicationGroup"], () => require("./applicationGroup"));
|
|
30
|
+
exports.AuthenticationPortal = null;
|
|
31
|
+
utilities.lazyLoad(exports, ["AuthenticationPortal"], () => require("./authenticationPortal"));
|
|
32
|
+
exports.AuthenticationProfile = null;
|
|
33
|
+
utilities.lazyLoad(exports, ["AuthenticationProfile"], () => require("./authenticationProfile"));
|
|
34
|
+
exports.AuthenticationRule = null;
|
|
35
|
+
utilities.lazyLoad(exports, ["AuthenticationRule"], () => require("./authenticationRule"));
|
|
36
|
+
exports.AuthenticationSequence = null;
|
|
37
|
+
utilities.lazyLoad(exports, ["AuthenticationSequence"], () => require("./authenticationSequence"));
|
|
38
|
+
exports.CertificateProfile = null;
|
|
39
|
+
utilities.lazyLoad(exports, ["CertificateProfile"], () => require("./certificateProfile"));
|
|
40
|
+
exports.DecryptionExclusion = null;
|
|
41
|
+
utilities.lazyLoad(exports, ["DecryptionExclusion"], () => require("./decryptionExclusion"));
|
|
42
|
+
exports.DecryptionProfile = null;
|
|
43
|
+
utilities.lazyLoad(exports, ["DecryptionProfile"], () => require("./decryptionProfile"));
|
|
44
|
+
exports.DecryptionRule = null;
|
|
45
|
+
utilities.lazyLoad(exports, ["DecryptionRule"], () => require("./decryptionRule"));
|
|
46
|
+
exports.DnsSecurityProfile = null;
|
|
47
|
+
utilities.lazyLoad(exports, ["DnsSecurityProfile"], () => require("./dnsSecurityProfile"));
|
|
48
|
+
exports.DynamicUserGroup = null;
|
|
49
|
+
utilities.lazyLoad(exports, ["DynamicUserGroup"], () => require("./dynamicUserGroup"));
|
|
50
|
+
exports.ExternalDynamicList = null;
|
|
51
|
+
utilities.lazyLoad(exports, ["ExternalDynamicList"], () => require("./externalDynamicList"));
|
|
52
|
+
exports.FileBlockingProfile = null;
|
|
53
|
+
utilities.lazyLoad(exports, ["FileBlockingProfile"], () => require("./fileBlockingProfile"));
|
|
54
|
+
exports.getAddressGroup = null;
|
|
55
|
+
exports.getAddressGroupOutput = null;
|
|
56
|
+
utilities.lazyLoad(exports, ["getAddressGroup", "getAddressGroupOutput"], () => require("./getAddressGroup"));
|
|
57
|
+
exports.getAddressGroupList = null;
|
|
58
|
+
exports.getAddressGroupListOutput = null;
|
|
59
|
+
utilities.lazyLoad(exports, ["getAddressGroupList", "getAddressGroupListOutput"], () => require("./getAddressGroupList"));
|
|
60
|
+
exports.getAddressObject = null;
|
|
61
|
+
exports.getAddressObjectOutput = null;
|
|
62
|
+
utilities.lazyLoad(exports, ["getAddressObject", "getAddressObjectOutput"], () => require("./getAddressObject"));
|
|
63
|
+
exports.getAddressObjectList = null;
|
|
64
|
+
exports.getAddressObjectListOutput = null;
|
|
65
|
+
utilities.lazyLoad(exports, ["getAddressObjectList", "getAddressObjectListOutput"], () => require("./getAddressObjectList"));
|
|
66
|
+
exports.getAntiSpywareProfile = null;
|
|
67
|
+
exports.getAntiSpywareProfileOutput = null;
|
|
68
|
+
utilities.lazyLoad(exports, ["getAntiSpywareProfile", "getAntiSpywareProfileOutput"], () => require("./getAntiSpywareProfile"));
|
|
69
|
+
exports.getAntiSpywareProfileList = null;
|
|
70
|
+
exports.getAntiSpywareProfileListOutput = null;
|
|
71
|
+
utilities.lazyLoad(exports, ["getAntiSpywareProfileList", "getAntiSpywareProfileListOutput"], () => require("./getAntiSpywareProfileList"));
|
|
72
|
+
exports.getAntiSpywareSignature = null;
|
|
73
|
+
exports.getAntiSpywareSignatureOutput = null;
|
|
74
|
+
utilities.lazyLoad(exports, ["getAntiSpywareSignature", "getAntiSpywareSignatureOutput"], () => require("./getAntiSpywareSignature"));
|
|
75
|
+
exports.getAntiSpywareSignatureList = null;
|
|
76
|
+
exports.getAntiSpywareSignatureListOutput = null;
|
|
77
|
+
utilities.lazyLoad(exports, ["getAntiSpywareSignatureList", "getAntiSpywareSignatureListOutput"], () => require("./getAntiSpywareSignatureList"));
|
|
78
|
+
exports.getAppOverrideRule = null;
|
|
79
|
+
exports.getAppOverrideRuleOutput = null;
|
|
80
|
+
utilities.lazyLoad(exports, ["getAppOverrideRule", "getAppOverrideRuleOutput"], () => require("./getAppOverrideRule"));
|
|
81
|
+
exports.getAppOverrideRuleList = null;
|
|
82
|
+
exports.getAppOverrideRuleListOutput = null;
|
|
83
|
+
utilities.lazyLoad(exports, ["getAppOverrideRuleList", "getAppOverrideRuleListOutput"], () => require("./getAppOverrideRuleList"));
|
|
84
|
+
exports.getApplication = null;
|
|
85
|
+
exports.getApplicationOutput = null;
|
|
86
|
+
utilities.lazyLoad(exports, ["getApplication", "getApplicationOutput"], () => require("./getApplication"));
|
|
87
|
+
exports.getApplicationFilter = null;
|
|
88
|
+
exports.getApplicationFilterOutput = null;
|
|
89
|
+
utilities.lazyLoad(exports, ["getApplicationFilter", "getApplicationFilterOutput"], () => require("./getApplicationFilter"));
|
|
90
|
+
exports.getApplicationFilterList = null;
|
|
91
|
+
exports.getApplicationFilterListOutput = null;
|
|
92
|
+
utilities.lazyLoad(exports, ["getApplicationFilterList", "getApplicationFilterListOutput"], () => require("./getApplicationFilterList"));
|
|
93
|
+
exports.getApplicationGroup = null;
|
|
94
|
+
exports.getApplicationGroupOutput = null;
|
|
95
|
+
utilities.lazyLoad(exports, ["getApplicationGroup", "getApplicationGroupOutput"], () => require("./getApplicationGroup"));
|
|
96
|
+
exports.getApplicationGroupList = null;
|
|
97
|
+
exports.getApplicationGroupListOutput = null;
|
|
98
|
+
utilities.lazyLoad(exports, ["getApplicationGroupList", "getApplicationGroupListOutput"], () => require("./getApplicationGroupList"));
|
|
99
|
+
exports.getApplicationList = null;
|
|
100
|
+
exports.getApplicationListOutput = null;
|
|
101
|
+
utilities.lazyLoad(exports, ["getApplicationList", "getApplicationListOutput"], () => require("./getApplicationList"));
|
|
102
|
+
exports.getAuthenticationPortal = null;
|
|
103
|
+
exports.getAuthenticationPortalOutput = null;
|
|
104
|
+
utilities.lazyLoad(exports, ["getAuthenticationPortal", "getAuthenticationPortalOutput"], () => require("./getAuthenticationPortal"));
|
|
105
|
+
exports.getAuthenticationPortalList = null;
|
|
106
|
+
exports.getAuthenticationPortalListOutput = null;
|
|
107
|
+
utilities.lazyLoad(exports, ["getAuthenticationPortalList", "getAuthenticationPortalListOutput"], () => require("./getAuthenticationPortalList"));
|
|
108
|
+
exports.getAuthenticationProfile = null;
|
|
109
|
+
exports.getAuthenticationProfileOutput = null;
|
|
110
|
+
utilities.lazyLoad(exports, ["getAuthenticationProfile", "getAuthenticationProfileOutput"], () => require("./getAuthenticationProfile"));
|
|
111
|
+
exports.getAuthenticationProfileList = null;
|
|
112
|
+
exports.getAuthenticationProfileListOutput = null;
|
|
113
|
+
utilities.lazyLoad(exports, ["getAuthenticationProfileList", "getAuthenticationProfileListOutput"], () => require("./getAuthenticationProfileList"));
|
|
114
|
+
exports.getAuthenticationRule = null;
|
|
115
|
+
exports.getAuthenticationRuleOutput = null;
|
|
116
|
+
utilities.lazyLoad(exports, ["getAuthenticationRule", "getAuthenticationRuleOutput"], () => require("./getAuthenticationRule"));
|
|
117
|
+
exports.getAuthenticationRuleList = null;
|
|
118
|
+
exports.getAuthenticationRuleListOutput = null;
|
|
119
|
+
utilities.lazyLoad(exports, ["getAuthenticationRuleList", "getAuthenticationRuleListOutput"], () => require("./getAuthenticationRuleList"));
|
|
120
|
+
exports.getAuthenticationSequence = null;
|
|
121
|
+
exports.getAuthenticationSequenceOutput = null;
|
|
122
|
+
utilities.lazyLoad(exports, ["getAuthenticationSequence", "getAuthenticationSequenceOutput"], () => require("./getAuthenticationSequence"));
|
|
123
|
+
exports.getAuthenticationSequenceList = null;
|
|
124
|
+
exports.getAuthenticationSequenceListOutput = null;
|
|
125
|
+
utilities.lazyLoad(exports, ["getAuthenticationSequenceList", "getAuthenticationSequenceListOutput"], () => require("./getAuthenticationSequenceList"));
|
|
126
|
+
exports.getAutoTagActionsList = null;
|
|
127
|
+
exports.getAutoTagActionsListOutput = null;
|
|
128
|
+
utilities.lazyLoad(exports, ["getAutoTagActionsList", "getAutoTagActionsListOutput"], () => require("./getAutoTagActionsList"));
|
|
129
|
+
exports.getCertificateProfile = null;
|
|
130
|
+
exports.getCertificateProfileOutput = null;
|
|
131
|
+
utilities.lazyLoad(exports, ["getCertificateProfile", "getCertificateProfileOutput"], () => require("./getCertificateProfile"));
|
|
132
|
+
exports.getCertificateProfileList = null;
|
|
133
|
+
exports.getCertificateProfileListOutput = null;
|
|
134
|
+
utilities.lazyLoad(exports, ["getCertificateProfileList", "getCertificateProfileListOutput"], () => require("./getCertificateProfileList"));
|
|
135
|
+
exports.getDecryptionExclusion = null;
|
|
136
|
+
exports.getDecryptionExclusionOutput = null;
|
|
137
|
+
utilities.lazyLoad(exports, ["getDecryptionExclusion", "getDecryptionExclusionOutput"], () => require("./getDecryptionExclusion"));
|
|
138
|
+
exports.getDecryptionProfile = null;
|
|
139
|
+
exports.getDecryptionProfileOutput = null;
|
|
140
|
+
utilities.lazyLoad(exports, ["getDecryptionProfile", "getDecryptionProfileOutput"], () => require("./getDecryptionProfile"));
|
|
141
|
+
exports.getDecryptionProfileList = null;
|
|
142
|
+
exports.getDecryptionProfileListOutput = null;
|
|
143
|
+
utilities.lazyLoad(exports, ["getDecryptionProfileList", "getDecryptionProfileListOutput"], () => require("./getDecryptionProfileList"));
|
|
144
|
+
exports.getDecryptionRule = null;
|
|
145
|
+
exports.getDecryptionRuleOutput = null;
|
|
146
|
+
utilities.lazyLoad(exports, ["getDecryptionRule", "getDecryptionRuleOutput"], () => require("./getDecryptionRule"));
|
|
147
|
+
exports.getDecryptionRuleList = null;
|
|
148
|
+
exports.getDecryptionRuleListOutput = null;
|
|
149
|
+
utilities.lazyLoad(exports, ["getDecryptionRuleList", "getDecryptionRuleListOutput"], () => require("./getDecryptionRuleList"));
|
|
150
|
+
exports.getDevice = null;
|
|
151
|
+
exports.getDeviceOutput = null;
|
|
152
|
+
utilities.lazyLoad(exports, ["getDevice", "getDeviceOutput"], () => require("./getDevice"));
|
|
153
|
+
exports.getDeviceList = null;
|
|
154
|
+
exports.getDeviceListOutput = null;
|
|
155
|
+
utilities.lazyLoad(exports, ["getDeviceList", "getDeviceListOutput"], () => require("./getDeviceList"));
|
|
156
|
+
exports.getDnsSecurityProfile = null;
|
|
157
|
+
exports.getDnsSecurityProfileOutput = null;
|
|
158
|
+
utilities.lazyLoad(exports, ["getDnsSecurityProfile", "getDnsSecurityProfileOutput"], () => require("./getDnsSecurityProfile"));
|
|
159
|
+
exports.getDnsSecurityProfileList = null;
|
|
160
|
+
exports.getDnsSecurityProfileListOutput = null;
|
|
161
|
+
utilities.lazyLoad(exports, ["getDnsSecurityProfileList", "getDnsSecurityProfileListOutput"], () => require("./getDnsSecurityProfileList"));
|
|
162
|
+
exports.getDynamicUserGroup = null;
|
|
163
|
+
exports.getDynamicUserGroupOutput = null;
|
|
164
|
+
utilities.lazyLoad(exports, ["getDynamicUserGroup", "getDynamicUserGroupOutput"], () => require("./getDynamicUserGroup"));
|
|
165
|
+
exports.getDynamicUserGroupList = null;
|
|
166
|
+
exports.getDynamicUserGroupListOutput = null;
|
|
167
|
+
utilities.lazyLoad(exports, ["getDynamicUserGroupList", "getDynamicUserGroupListOutput"], () => require("./getDynamicUserGroupList"));
|
|
168
|
+
exports.getExternalDynamicList = null;
|
|
169
|
+
exports.getExternalDynamicListOutput = null;
|
|
170
|
+
utilities.lazyLoad(exports, ["getExternalDynamicList", "getExternalDynamicListOutput"], () => require("./getExternalDynamicList"));
|
|
171
|
+
exports.getExternalDynamicListList = null;
|
|
172
|
+
exports.getExternalDynamicListListOutput = null;
|
|
173
|
+
utilities.lazyLoad(exports, ["getExternalDynamicListList", "getExternalDynamicListListOutput"], () => require("./getExternalDynamicListList"));
|
|
174
|
+
exports.getFileBlockingProfile = null;
|
|
175
|
+
exports.getFileBlockingProfileOutput = null;
|
|
176
|
+
utilities.lazyLoad(exports, ["getFileBlockingProfile", "getFileBlockingProfileOutput"], () => require("./getFileBlockingProfile"));
|
|
177
|
+
exports.getFileBlockingProfileList = null;
|
|
178
|
+
exports.getFileBlockingProfileListOutput = null;
|
|
179
|
+
utilities.lazyLoad(exports, ["getFileBlockingProfileList", "getFileBlockingProfileListOutput"], () => require("./getFileBlockingProfileList"));
|
|
180
|
+
exports.getHipObject = null;
|
|
181
|
+
exports.getHipObjectOutput = null;
|
|
182
|
+
utilities.lazyLoad(exports, ["getHipObject", "getHipObjectOutput"], () => require("./getHipObject"));
|
|
183
|
+
exports.getHipObjectList = null;
|
|
184
|
+
exports.getHipObjectListOutput = null;
|
|
185
|
+
utilities.lazyLoad(exports, ["getHipObjectList", "getHipObjectListOutput"], () => require("./getHipObjectList"));
|
|
186
|
+
exports.getHipProfile = null;
|
|
187
|
+
exports.getHipProfileOutput = null;
|
|
188
|
+
utilities.lazyLoad(exports, ["getHipProfile", "getHipProfileOutput"], () => require("./getHipProfile"));
|
|
189
|
+
exports.getHipProfileList = null;
|
|
190
|
+
exports.getHipProfileListOutput = null;
|
|
191
|
+
utilities.lazyLoad(exports, ["getHipProfileList", "getHipProfileListOutput"], () => require("./getHipProfileList"));
|
|
192
|
+
exports.getHttpHeaderProfile = null;
|
|
193
|
+
exports.getHttpHeaderProfileOutput = null;
|
|
194
|
+
utilities.lazyLoad(exports, ["getHttpHeaderProfile", "getHttpHeaderProfileOutput"], () => require("./getHttpHeaderProfile"));
|
|
195
|
+
exports.getHttpHeaderProfileList = null;
|
|
196
|
+
exports.getHttpHeaderProfileListOutput = null;
|
|
197
|
+
utilities.lazyLoad(exports, ["getHttpHeaderProfileList", "getHttpHeaderProfileListOutput"], () => require("./getHttpHeaderProfileList"));
|
|
198
|
+
exports.getIkeCryptoProfile = null;
|
|
199
|
+
exports.getIkeCryptoProfileOutput = null;
|
|
200
|
+
utilities.lazyLoad(exports, ["getIkeCryptoProfile", "getIkeCryptoProfileOutput"], () => require("./getIkeCryptoProfile"));
|
|
201
|
+
exports.getIkeCryptoProfileList = null;
|
|
202
|
+
exports.getIkeCryptoProfileListOutput = null;
|
|
203
|
+
utilities.lazyLoad(exports, ["getIkeCryptoProfileList", "getIkeCryptoProfileListOutput"], () => require("./getIkeCryptoProfileList"));
|
|
204
|
+
exports.getIkeGateway = null;
|
|
205
|
+
exports.getIkeGatewayOutput = null;
|
|
206
|
+
utilities.lazyLoad(exports, ["getIkeGateway", "getIkeGatewayOutput"], () => require("./getIkeGateway"));
|
|
207
|
+
exports.getIkeGatewayList = null;
|
|
208
|
+
exports.getIkeGatewayListOutput = null;
|
|
209
|
+
utilities.lazyLoad(exports, ["getIkeGatewayList", "getIkeGatewayListOutput"], () => require("./getIkeGatewayList"));
|
|
210
|
+
exports.getInternalDnsServer = null;
|
|
211
|
+
exports.getInternalDnsServerOutput = null;
|
|
212
|
+
utilities.lazyLoad(exports, ["getInternalDnsServer", "getInternalDnsServerOutput"], () => require("./getInternalDnsServer"));
|
|
213
|
+
exports.getInternalDnsServerList = null;
|
|
214
|
+
exports.getInternalDnsServerListOutput = null;
|
|
215
|
+
utilities.lazyLoad(exports, ["getInternalDnsServerList", "getInternalDnsServerListOutput"], () => require("./getInternalDnsServerList"));
|
|
216
|
+
exports.getIpsecCryptoProfile = null;
|
|
217
|
+
exports.getIpsecCryptoProfileOutput = null;
|
|
218
|
+
utilities.lazyLoad(exports, ["getIpsecCryptoProfile", "getIpsecCryptoProfileOutput"], () => require("./getIpsecCryptoProfile"));
|
|
219
|
+
exports.getIpsecCryptoProfileList = null;
|
|
220
|
+
exports.getIpsecCryptoProfileListOutput = null;
|
|
221
|
+
utilities.lazyLoad(exports, ["getIpsecCryptoProfileList", "getIpsecCryptoProfileListOutput"], () => require("./getIpsecCryptoProfileList"));
|
|
222
|
+
exports.getIpsecTunnel = null;
|
|
223
|
+
exports.getIpsecTunnelOutput = null;
|
|
224
|
+
utilities.lazyLoad(exports, ["getIpsecTunnel", "getIpsecTunnelOutput"], () => require("./getIpsecTunnel"));
|
|
225
|
+
exports.getIpsecTunnelList = null;
|
|
226
|
+
exports.getIpsecTunnelListOutput = null;
|
|
227
|
+
utilities.lazyLoad(exports, ["getIpsecTunnelList", "getIpsecTunnelListOutput"], () => require("./getIpsecTunnelList"));
|
|
228
|
+
exports.getJobs = null;
|
|
229
|
+
exports.getJobsOutput = null;
|
|
230
|
+
utilities.lazyLoad(exports, ["getJobs", "getJobsOutput"], () => require("./getJobs"));
|
|
231
|
+
exports.getJobsList = null;
|
|
232
|
+
exports.getJobsListOutput = null;
|
|
233
|
+
utilities.lazyLoad(exports, ["getJobsList", "getJobsListOutput"], () => require("./getJobsList"));
|
|
234
|
+
exports.getKerberosServerProfile = null;
|
|
235
|
+
exports.getKerberosServerProfileOutput = null;
|
|
236
|
+
utilities.lazyLoad(exports, ["getKerberosServerProfile", "getKerberosServerProfileOutput"], () => require("./getKerberosServerProfile"));
|
|
237
|
+
exports.getKerberosServerProfileList = null;
|
|
238
|
+
exports.getKerberosServerProfileListOutput = null;
|
|
239
|
+
utilities.lazyLoad(exports, ["getKerberosServerProfileList", "getKerberosServerProfileListOutput"], () => require("./getKerberosServerProfileList"));
|
|
240
|
+
exports.getLabelList = null;
|
|
241
|
+
exports.getLabelListOutput = null;
|
|
242
|
+
utilities.lazyLoad(exports, ["getLabelList", "getLabelListOutput"], () => require("./getLabelList"));
|
|
243
|
+
exports.getLabelsGetbyidResponse = null;
|
|
244
|
+
exports.getLabelsGetbyidResponseOutput = null;
|
|
245
|
+
utilities.lazyLoad(exports, ["getLabelsGetbyidResponse", "getLabelsGetbyidResponseOutput"], () => require("./getLabelsGetbyidResponse"));
|
|
246
|
+
exports.getLdapServerProfile = null;
|
|
247
|
+
exports.getLdapServerProfileOutput = null;
|
|
248
|
+
utilities.lazyLoad(exports, ["getLdapServerProfile", "getLdapServerProfileOutput"], () => require("./getLdapServerProfile"));
|
|
249
|
+
exports.getLdapServerProfileList = null;
|
|
250
|
+
exports.getLdapServerProfileListOutput = null;
|
|
251
|
+
utilities.lazyLoad(exports, ["getLdapServerProfileList", "getLdapServerProfileListOutput"], () => require("./getLdapServerProfileList"));
|
|
252
|
+
exports.getLocalUser = null;
|
|
253
|
+
exports.getLocalUserOutput = null;
|
|
254
|
+
utilities.lazyLoad(exports, ["getLocalUser", "getLocalUserOutput"], () => require("./getLocalUser"));
|
|
255
|
+
exports.getLocalUserGroupList = null;
|
|
256
|
+
exports.getLocalUserGroupListOutput = null;
|
|
257
|
+
utilities.lazyLoad(exports, ["getLocalUserGroupList", "getLocalUserGroupListOutput"], () => require("./getLocalUserGroupList"));
|
|
258
|
+
exports.getLocalUserList = null;
|
|
259
|
+
exports.getLocalUserListOutput = null;
|
|
260
|
+
utilities.lazyLoad(exports, ["getLocalUserList", "getLocalUserListOutput"], () => require("./getLocalUserList"));
|
|
261
|
+
exports.getMfaServer = null;
|
|
262
|
+
exports.getMfaServerOutput = null;
|
|
263
|
+
utilities.lazyLoad(exports, ["getMfaServer", "getMfaServerOutput"], () => require("./getMfaServer"));
|
|
264
|
+
exports.getNatRule = null;
|
|
265
|
+
exports.getNatRuleOutput = null;
|
|
266
|
+
utilities.lazyLoad(exports, ["getNatRule", "getNatRuleOutput"], () => require("./getNatRule"));
|
|
267
|
+
exports.getNatRuleList = null;
|
|
268
|
+
exports.getNatRuleListOutput = null;
|
|
269
|
+
utilities.lazyLoad(exports, ["getNatRuleList", "getNatRuleListOutput"], () => require("./getNatRuleList"));
|
|
270
|
+
exports.getOcspResponder = null;
|
|
271
|
+
exports.getOcspResponderOutput = null;
|
|
272
|
+
utilities.lazyLoad(exports, ["getOcspResponder", "getOcspResponderOutput"], () => require("./getOcspResponder"));
|
|
273
|
+
exports.getOcspResponderList = null;
|
|
274
|
+
exports.getOcspResponderListOutput = null;
|
|
275
|
+
utilities.lazyLoad(exports, ["getOcspResponderList", "getOcspResponderListOutput"], () => require("./getOcspResponderList"));
|
|
276
|
+
exports.getProfileGroup = null;
|
|
277
|
+
exports.getProfileGroupOutput = null;
|
|
278
|
+
utilities.lazyLoad(exports, ["getProfileGroup", "getProfileGroupOutput"], () => require("./getProfileGroup"));
|
|
279
|
+
exports.getProfileGroupList = null;
|
|
280
|
+
exports.getProfileGroupListOutput = null;
|
|
281
|
+
utilities.lazyLoad(exports, ["getProfileGroupList", "getProfileGroupListOutput"], () => require("./getProfileGroupList"));
|
|
282
|
+
exports.getQosPolicyRule = null;
|
|
283
|
+
exports.getQosPolicyRuleOutput = null;
|
|
284
|
+
utilities.lazyLoad(exports, ["getQosPolicyRule", "getQosPolicyRuleOutput"], () => require("./getQosPolicyRule"));
|
|
285
|
+
exports.getQosPolicyRuleList = null;
|
|
286
|
+
exports.getQosPolicyRuleListOutput = null;
|
|
287
|
+
utilities.lazyLoad(exports, ["getQosPolicyRuleList", "getQosPolicyRuleListOutput"], () => require("./getQosPolicyRuleList"));
|
|
288
|
+
exports.getQosProfile = null;
|
|
289
|
+
exports.getQosProfileOutput = null;
|
|
290
|
+
utilities.lazyLoad(exports, ["getQosProfile", "getQosProfileOutput"], () => require("./getQosProfile"));
|
|
291
|
+
exports.getQosProfileList = null;
|
|
292
|
+
exports.getQosProfileListOutput = null;
|
|
293
|
+
utilities.lazyLoad(exports, ["getQosProfileList", "getQosProfileListOutput"], () => require("./getQosProfileList"));
|
|
294
|
+
exports.getRadiusServerProfile = null;
|
|
295
|
+
exports.getRadiusServerProfileOutput = null;
|
|
296
|
+
utilities.lazyLoad(exports, ["getRadiusServerProfile", "getRadiusServerProfileOutput"], () => require("./getRadiusServerProfile"));
|
|
297
|
+
exports.getRadiusServerProfileList = null;
|
|
298
|
+
exports.getRadiusServerProfileListOutput = null;
|
|
299
|
+
utilities.lazyLoad(exports, ["getRadiusServerProfileList", "getRadiusServerProfileListOutput"], () => require("./getRadiusServerProfileList"));
|
|
300
|
+
exports.getRegion = null;
|
|
301
|
+
exports.getRegionOutput = null;
|
|
302
|
+
utilities.lazyLoad(exports, ["getRegion", "getRegionOutput"], () => require("./getRegion"));
|
|
303
|
+
exports.getRegionList = null;
|
|
304
|
+
exports.getRegionListOutput = null;
|
|
305
|
+
utilities.lazyLoad(exports, ["getRegionList", "getRegionListOutput"], () => require("./getRegionList"));
|
|
306
|
+
exports.getRemoteNetwork = null;
|
|
307
|
+
exports.getRemoteNetworkOutput = null;
|
|
308
|
+
utilities.lazyLoad(exports, ["getRemoteNetwork", "getRemoteNetworkOutput"], () => require("./getRemoteNetwork"));
|
|
309
|
+
exports.getRemoteNetworkList = null;
|
|
310
|
+
exports.getRemoteNetworkListOutput = null;
|
|
311
|
+
utilities.lazyLoad(exports, ["getRemoteNetworkList", "getRemoteNetworkListOutput"], () => require("./getRemoteNetworkList"));
|
|
312
|
+
exports.getSamlServerProfile = null;
|
|
313
|
+
exports.getSamlServerProfileOutput = null;
|
|
314
|
+
utilities.lazyLoad(exports, ["getSamlServerProfile", "getSamlServerProfileOutput"], () => require("./getSamlServerProfile"));
|
|
315
|
+
exports.getSamlServerProfileList = null;
|
|
316
|
+
exports.getSamlServerProfileListOutput = null;
|
|
317
|
+
utilities.lazyLoad(exports, ["getSamlServerProfileList", "getSamlServerProfileListOutput"], () => require("./getSamlServerProfileList"));
|
|
318
|
+
exports.getScepProfile = null;
|
|
319
|
+
exports.getScepProfileOutput = null;
|
|
320
|
+
utilities.lazyLoad(exports, ["getScepProfile", "getScepProfileOutput"], () => require("./getScepProfile"));
|
|
321
|
+
exports.getScepProfileList = null;
|
|
322
|
+
exports.getScepProfileListOutput = null;
|
|
323
|
+
utilities.lazyLoad(exports, ["getScepProfileList", "getScepProfileListOutput"], () => require("./getScepProfileList"));
|
|
324
|
+
exports.getSchedule = null;
|
|
325
|
+
exports.getScheduleOutput = null;
|
|
326
|
+
utilities.lazyLoad(exports, ["getSchedule", "getScheduleOutput"], () => require("./getSchedule"));
|
|
327
|
+
exports.getScheduleList = null;
|
|
328
|
+
exports.getScheduleListOutput = null;
|
|
329
|
+
utilities.lazyLoad(exports, ["getScheduleList", "getScheduleListOutput"], () => require("./getScheduleList"));
|
|
330
|
+
exports.getSecurityRule = null;
|
|
331
|
+
exports.getSecurityRuleOutput = null;
|
|
332
|
+
utilities.lazyLoad(exports, ["getSecurityRule", "getSecurityRuleOutput"], () => require("./getSecurityRule"));
|
|
333
|
+
exports.getSecurityRuleList = null;
|
|
334
|
+
exports.getSecurityRuleListOutput = null;
|
|
335
|
+
utilities.lazyLoad(exports, ["getSecurityRuleList", "getSecurityRuleListOutput"], () => require("./getSecurityRuleList"));
|
|
336
|
+
exports.getService = null;
|
|
337
|
+
exports.getServiceOutput = null;
|
|
338
|
+
utilities.lazyLoad(exports, ["getService", "getServiceOutput"], () => require("./getService"));
|
|
339
|
+
exports.getServiceConnection = null;
|
|
340
|
+
exports.getServiceConnectionOutput = null;
|
|
341
|
+
utilities.lazyLoad(exports, ["getServiceConnection", "getServiceConnectionOutput"], () => require("./getServiceConnection"));
|
|
342
|
+
exports.getServiceConnectionGroup = null;
|
|
343
|
+
exports.getServiceConnectionGroupOutput = null;
|
|
344
|
+
utilities.lazyLoad(exports, ["getServiceConnectionGroup", "getServiceConnectionGroupOutput"], () => require("./getServiceConnectionGroup"));
|
|
345
|
+
exports.getServiceConnectionGroupList = null;
|
|
346
|
+
exports.getServiceConnectionGroupListOutput = null;
|
|
347
|
+
utilities.lazyLoad(exports, ["getServiceConnectionGroupList", "getServiceConnectionGroupListOutput"], () => require("./getServiceConnectionGroupList"));
|
|
348
|
+
exports.getServiceConnectionList = null;
|
|
349
|
+
exports.getServiceConnectionListOutput = null;
|
|
350
|
+
utilities.lazyLoad(exports, ["getServiceConnectionList", "getServiceConnectionListOutput"], () => require("./getServiceConnectionList"));
|
|
351
|
+
exports.getServiceGroup = null;
|
|
352
|
+
exports.getServiceGroupOutput = null;
|
|
353
|
+
utilities.lazyLoad(exports, ["getServiceGroup", "getServiceGroupOutput"], () => require("./getServiceGroup"));
|
|
354
|
+
exports.getServiceGroupList = null;
|
|
355
|
+
exports.getServiceGroupListOutput = null;
|
|
356
|
+
utilities.lazyLoad(exports, ["getServiceGroupList", "getServiceGroupListOutput"], () => require("./getServiceGroupList"));
|
|
357
|
+
exports.getServiceList = null;
|
|
358
|
+
exports.getServiceListOutput = null;
|
|
359
|
+
utilities.lazyLoad(exports, ["getServiceList", "getServiceListOutput"], () => require("./getServiceList"));
|
|
360
|
+
exports.getSharedInfrastructureSettingsList = null;
|
|
361
|
+
exports.getSharedInfrastructureSettingsListOutput = null;
|
|
362
|
+
utilities.lazyLoad(exports, ["getSharedInfrastructureSettingsList", "getSharedInfrastructureSettingsListOutput"], () => require("./getSharedInfrastructureSettingsList"));
|
|
363
|
+
exports.getSnippet = null;
|
|
364
|
+
exports.getSnippetOutput = null;
|
|
365
|
+
utilities.lazyLoad(exports, ["getSnippet", "getSnippetOutput"], () => require("./getSnippet"));
|
|
366
|
+
exports.getSnippetList = null;
|
|
367
|
+
exports.getSnippetListOutput = null;
|
|
368
|
+
utilities.lazyLoad(exports, ["getSnippetList", "getSnippetListOutput"], () => require("./getSnippetList"));
|
|
369
|
+
exports.getTacacsServerProfile = null;
|
|
370
|
+
exports.getTacacsServerProfileOutput = null;
|
|
371
|
+
utilities.lazyLoad(exports, ["getTacacsServerProfile", "getTacacsServerProfileOutput"], () => require("./getTacacsServerProfile"));
|
|
372
|
+
exports.getTacacsServerProfileList = null;
|
|
373
|
+
exports.getTacacsServerProfileListOutput = null;
|
|
374
|
+
utilities.lazyLoad(exports, ["getTacacsServerProfileList", "getTacacsServerProfileListOutput"], () => require("./getTacacsServerProfileList"));
|
|
375
|
+
exports.getTag = null;
|
|
376
|
+
exports.getTagOutput = null;
|
|
377
|
+
utilities.lazyLoad(exports, ["getTag", "getTagOutput"], () => require("./getTag"));
|
|
378
|
+
exports.getTagList = null;
|
|
379
|
+
exports.getTagListOutput = null;
|
|
380
|
+
utilities.lazyLoad(exports, ["getTagList", "getTagListOutput"], () => require("./getTagList"));
|
|
381
|
+
exports.getTlsServiceProfile = null;
|
|
382
|
+
exports.getTlsServiceProfileOutput = null;
|
|
383
|
+
utilities.lazyLoad(exports, ["getTlsServiceProfile", "getTlsServiceProfileOutput"], () => require("./getTlsServiceProfile"));
|
|
384
|
+
exports.getTlsServiceProfileList = null;
|
|
385
|
+
exports.getTlsServiceProfileListOutput = null;
|
|
386
|
+
utilities.lazyLoad(exports, ["getTlsServiceProfileList", "getTlsServiceProfileListOutput"], () => require("./getTlsServiceProfileList"));
|
|
387
|
+
exports.getTrafficSteeringRule = null;
|
|
388
|
+
exports.getTrafficSteeringRuleOutput = null;
|
|
389
|
+
utilities.lazyLoad(exports, ["getTrafficSteeringRule", "getTrafficSteeringRuleOutput"], () => require("./getTrafficSteeringRule"));
|
|
390
|
+
exports.getTrafficSteeringRuleList = null;
|
|
391
|
+
exports.getTrafficSteeringRuleListOutput = null;
|
|
392
|
+
utilities.lazyLoad(exports, ["getTrafficSteeringRuleList", "getTrafficSteeringRuleListOutput"], () => require("./getTrafficSteeringRuleList"));
|
|
393
|
+
exports.getTrustedCertificateAuthorityList = null;
|
|
394
|
+
exports.getTrustedCertificateAuthorityListOutput = null;
|
|
395
|
+
utilities.lazyLoad(exports, ["getTrustedCertificateAuthorityList", "getTrustedCertificateAuthorityListOutput"], () => require("./getTrustedCertificateAuthorityList"));
|
|
396
|
+
exports.getUrlAccessProfile = null;
|
|
397
|
+
exports.getUrlAccessProfileOutput = null;
|
|
398
|
+
utilities.lazyLoad(exports, ["getUrlAccessProfile", "getUrlAccessProfileOutput"], () => require("./getUrlAccessProfile"));
|
|
399
|
+
exports.getUrlAccessProfileList = null;
|
|
400
|
+
exports.getUrlAccessProfileListOutput = null;
|
|
401
|
+
utilities.lazyLoad(exports, ["getUrlAccessProfileList", "getUrlAccessProfileListOutput"], () => require("./getUrlAccessProfileList"));
|
|
402
|
+
exports.getUrlCategory = null;
|
|
403
|
+
exports.getUrlCategoryOutput = null;
|
|
404
|
+
utilities.lazyLoad(exports, ["getUrlCategory", "getUrlCategoryOutput"], () => require("./getUrlCategory"));
|
|
405
|
+
exports.getUrlCategoryList = null;
|
|
406
|
+
exports.getUrlCategoryListOutput = null;
|
|
407
|
+
utilities.lazyLoad(exports, ["getUrlCategoryList", "getUrlCategoryListOutput"], () => require("./getUrlCategoryList"));
|
|
408
|
+
exports.getUrlFilteringCategoryList = null;
|
|
409
|
+
exports.getUrlFilteringCategoryListOutput = null;
|
|
410
|
+
utilities.lazyLoad(exports, ["getUrlFilteringCategoryList", "getUrlFilteringCategoryListOutput"], () => require("./getUrlFilteringCategoryList"));
|
|
411
|
+
exports.getVariable = null;
|
|
412
|
+
exports.getVariableOutput = null;
|
|
413
|
+
utilities.lazyLoad(exports, ["getVariable", "getVariableOutput"], () => require("./getVariable"));
|
|
414
|
+
exports.getVariableList = null;
|
|
415
|
+
exports.getVariableListOutput = null;
|
|
416
|
+
utilities.lazyLoad(exports, ["getVariableList", "getVariableListOutput"], () => require("./getVariableList"));
|
|
417
|
+
exports.getVulnerabilityProtectionProfile = null;
|
|
418
|
+
exports.getVulnerabilityProtectionProfileOutput = null;
|
|
419
|
+
utilities.lazyLoad(exports, ["getVulnerabilityProtectionProfile", "getVulnerabilityProtectionProfileOutput"], () => require("./getVulnerabilityProtectionProfile"));
|
|
420
|
+
exports.getVulnerabilityProtectionProfileList = null;
|
|
421
|
+
exports.getVulnerabilityProtectionProfileListOutput = null;
|
|
422
|
+
utilities.lazyLoad(exports, ["getVulnerabilityProtectionProfileList", "getVulnerabilityProtectionProfileListOutput"], () => require("./getVulnerabilityProtectionProfileList"));
|
|
423
|
+
exports.getVulnerabilityProtectionSignatures = null;
|
|
424
|
+
exports.getVulnerabilityProtectionSignaturesOutput = null;
|
|
425
|
+
utilities.lazyLoad(exports, ["getVulnerabilityProtectionSignatures", "getVulnerabilityProtectionSignaturesOutput"], () => require("./getVulnerabilityProtectionSignatures"));
|
|
426
|
+
exports.getVulnerabilityProtectionSignaturesList = null;
|
|
427
|
+
exports.getVulnerabilityProtectionSignaturesListOutput = null;
|
|
428
|
+
utilities.lazyLoad(exports, ["getVulnerabilityProtectionSignaturesList", "getVulnerabilityProtectionSignaturesListOutput"], () => require("./getVulnerabilityProtectionSignaturesList"));
|
|
429
|
+
exports.getWildfireAntiVirusProfile = null;
|
|
430
|
+
exports.getWildfireAntiVirusProfileOutput = null;
|
|
431
|
+
utilities.lazyLoad(exports, ["getWildfireAntiVirusProfile", "getWildfireAntiVirusProfileOutput"], () => require("./getWildfireAntiVirusProfile"));
|
|
432
|
+
exports.getWildfireAntiVirusProfileList = null;
|
|
433
|
+
exports.getWildfireAntiVirusProfileListOutput = null;
|
|
434
|
+
utilities.lazyLoad(exports, ["getWildfireAntiVirusProfileList", "getWildfireAntiVirusProfileListOutput"], () => require("./getWildfireAntiVirusProfileList"));
|
|
435
|
+
exports.HipObject = null;
|
|
436
|
+
utilities.lazyLoad(exports, ["HipObject"], () => require("./hipObject"));
|
|
437
|
+
exports.HipProfile = null;
|
|
438
|
+
utilities.lazyLoad(exports, ["HipProfile"], () => require("./hipProfile"));
|
|
439
|
+
exports.HttpHeaderProfile = null;
|
|
440
|
+
utilities.lazyLoad(exports, ["HttpHeaderProfile"], () => require("./httpHeaderProfile"));
|
|
441
|
+
exports.IkeCryptoProfile = null;
|
|
442
|
+
utilities.lazyLoad(exports, ["IkeCryptoProfile"], () => require("./ikeCryptoProfile"));
|
|
443
|
+
exports.IkeGateway = null;
|
|
444
|
+
utilities.lazyLoad(exports, ["IkeGateway"], () => require("./ikeGateway"));
|
|
445
|
+
exports.InternalDnsServer = null;
|
|
446
|
+
utilities.lazyLoad(exports, ["InternalDnsServer"], () => require("./internalDnsServer"));
|
|
447
|
+
exports.IpsecCryptoProfile = null;
|
|
448
|
+
utilities.lazyLoad(exports, ["IpsecCryptoProfile"], () => require("./ipsecCryptoProfile"));
|
|
449
|
+
exports.IpsecTunnel = null;
|
|
450
|
+
utilities.lazyLoad(exports, ["IpsecTunnel"], () => require("./ipsecTunnel"));
|
|
451
|
+
exports.KerberosServerProfile = null;
|
|
452
|
+
utilities.lazyLoad(exports, ["KerberosServerProfile"], () => require("./kerberosServerProfile"));
|
|
453
|
+
exports.LdapServerProfile = null;
|
|
454
|
+
utilities.lazyLoad(exports, ["LdapServerProfile"], () => require("./ldapServerProfile"));
|
|
455
|
+
exports.LocalUser = null;
|
|
456
|
+
utilities.lazyLoad(exports, ["LocalUser"], () => require("./localUser"));
|
|
457
|
+
exports.MfaServer = null;
|
|
458
|
+
utilities.lazyLoad(exports, ["MfaServer"], () => require("./mfaServer"));
|
|
459
|
+
exports.NatRule = null;
|
|
460
|
+
utilities.lazyLoad(exports, ["NatRule"], () => require("./natRule"));
|
|
461
|
+
exports.OcspResponder = null;
|
|
462
|
+
utilities.lazyLoad(exports, ["OcspResponder"], () => require("./ocspResponder"));
|
|
463
|
+
exports.ProfileGroup = null;
|
|
464
|
+
utilities.lazyLoad(exports, ["ProfileGroup"], () => require("./profileGroup"));
|
|
465
|
+
exports.Provider = null;
|
|
466
|
+
utilities.lazyLoad(exports, ["Provider"], () => require("./provider"));
|
|
467
|
+
exports.QosPolicyRule = null;
|
|
468
|
+
utilities.lazyLoad(exports, ["QosPolicyRule"], () => require("./qosPolicyRule"));
|
|
469
|
+
exports.QosProfile = null;
|
|
470
|
+
utilities.lazyLoad(exports, ["QosProfile"], () => require("./qosProfile"));
|
|
471
|
+
exports.RadiusServerProfile = null;
|
|
472
|
+
utilities.lazyLoad(exports, ["RadiusServerProfile"], () => require("./radiusServerProfile"));
|
|
473
|
+
exports.Region = null;
|
|
474
|
+
utilities.lazyLoad(exports, ["Region"], () => require("./region"));
|
|
475
|
+
exports.RemoteNetwork = null;
|
|
476
|
+
utilities.lazyLoad(exports, ["RemoteNetwork"], () => require("./remoteNetwork"));
|
|
477
|
+
exports.SamlServerProfile = null;
|
|
478
|
+
utilities.lazyLoad(exports, ["SamlServerProfile"], () => require("./samlServerProfile"));
|
|
479
|
+
exports.ScepProfile = null;
|
|
480
|
+
utilities.lazyLoad(exports, ["ScepProfile"], () => require("./scepProfile"));
|
|
481
|
+
exports.Schedule = null;
|
|
482
|
+
utilities.lazyLoad(exports, ["Schedule"], () => require("./schedule"));
|
|
483
|
+
exports.SecurityRule = null;
|
|
484
|
+
utilities.lazyLoad(exports, ["SecurityRule"], () => require("./securityRule"));
|
|
485
|
+
exports.Service = null;
|
|
486
|
+
utilities.lazyLoad(exports, ["Service"], () => require("./service"));
|
|
487
|
+
exports.ServiceConnection = null;
|
|
488
|
+
utilities.lazyLoad(exports, ["ServiceConnection"], () => require("./serviceConnection"));
|
|
489
|
+
exports.ServiceConnectionGroup = null;
|
|
490
|
+
utilities.lazyLoad(exports, ["ServiceConnectionGroup"], () => require("./serviceConnectionGroup"));
|
|
491
|
+
exports.ServiceGroup = null;
|
|
492
|
+
utilities.lazyLoad(exports, ["ServiceGroup"], () => require("./serviceGroup"));
|
|
493
|
+
exports.Snippet = null;
|
|
494
|
+
utilities.lazyLoad(exports, ["Snippet"], () => require("./snippet"));
|
|
495
|
+
exports.TacacsServerProfile = null;
|
|
496
|
+
utilities.lazyLoad(exports, ["TacacsServerProfile"], () => require("./tacacsServerProfile"));
|
|
497
|
+
exports.Tag = null;
|
|
498
|
+
utilities.lazyLoad(exports, ["Tag"], () => require("./tag"));
|
|
499
|
+
exports.TlsServiceProfile = null;
|
|
500
|
+
utilities.lazyLoad(exports, ["TlsServiceProfile"], () => require("./tlsServiceProfile"));
|
|
501
|
+
exports.TrafficSteeringRule = null;
|
|
502
|
+
utilities.lazyLoad(exports, ["TrafficSteeringRule"], () => require("./trafficSteeringRule"));
|
|
503
|
+
exports.UrlAccessProfile = null;
|
|
504
|
+
utilities.lazyLoad(exports, ["UrlAccessProfile"], () => require("./urlAccessProfile"));
|
|
505
|
+
exports.UrlCategory = null;
|
|
506
|
+
utilities.lazyLoad(exports, ["UrlCategory"], () => require("./urlCategory"));
|
|
507
|
+
exports.Variable = null;
|
|
508
|
+
utilities.lazyLoad(exports, ["Variable"], () => require("./variable"));
|
|
509
|
+
exports.VulnerabilityProtectionProfile = null;
|
|
510
|
+
utilities.lazyLoad(exports, ["VulnerabilityProtectionProfile"], () => require("./vulnerabilityProtectionProfile"));
|
|
511
|
+
exports.VulnerabilityProtectionSignatures = null;
|
|
512
|
+
utilities.lazyLoad(exports, ["VulnerabilityProtectionSignatures"], () => require("./vulnerabilityProtectionSignatures"));
|
|
513
|
+
exports.WildfireAntiVirusProfile = null;
|
|
514
|
+
utilities.lazyLoad(exports, ["WildfireAntiVirusProfile"], () => require("./wildfireAntiVirusProfile"));
|
|
515
|
+
// Export sub-modules:
|
|
516
|
+
const config = require("./config");
|
|
517
|
+
exports.config = config;
|
|
518
|
+
const types = require("./types");
|
|
519
|
+
exports.types = types;
|
|
520
|
+
const _module = {
|
|
521
|
+
version: utilities.getVersion(),
|
|
522
|
+
construct: (name, type, urn) => {
|
|
523
|
+
switch (type) {
|
|
524
|
+
case "scm:index/addressGroup:AddressGroup":
|
|
525
|
+
return new exports.AddressGroup(name, undefined, { urn });
|
|
526
|
+
case "scm:index/addressObject:AddressObject":
|
|
527
|
+
return new exports.AddressObject(name, undefined, { urn });
|
|
528
|
+
case "scm:index/antiSpywareProfile:AntiSpywareProfile":
|
|
529
|
+
return new exports.AntiSpywareProfile(name, undefined, { urn });
|
|
530
|
+
case "scm:index/antiSpywareSignature:AntiSpywareSignature":
|
|
531
|
+
return new exports.AntiSpywareSignature(name, undefined, { urn });
|
|
532
|
+
case "scm:index/appOverrideRule:AppOverrideRule":
|
|
533
|
+
return new exports.AppOverrideRule(name, undefined, { urn });
|
|
534
|
+
case "scm:index/application:Application":
|
|
535
|
+
return new exports.Application(name, undefined, { urn });
|
|
536
|
+
case "scm:index/applicationFilter:ApplicationFilter":
|
|
537
|
+
return new exports.ApplicationFilter(name, undefined, { urn });
|
|
538
|
+
case "scm:index/applicationGroup:ApplicationGroup":
|
|
539
|
+
return new exports.ApplicationGroup(name, undefined, { urn });
|
|
540
|
+
case "scm:index/authenticationPortal:AuthenticationPortal":
|
|
541
|
+
return new exports.AuthenticationPortal(name, undefined, { urn });
|
|
542
|
+
case "scm:index/authenticationProfile:AuthenticationProfile":
|
|
543
|
+
return new exports.AuthenticationProfile(name, undefined, { urn });
|
|
544
|
+
case "scm:index/authenticationRule:AuthenticationRule":
|
|
545
|
+
return new exports.AuthenticationRule(name, undefined, { urn });
|
|
546
|
+
case "scm:index/authenticationSequence:AuthenticationSequence":
|
|
547
|
+
return new exports.AuthenticationSequence(name, undefined, { urn });
|
|
548
|
+
case "scm:index/certificateProfile:CertificateProfile":
|
|
549
|
+
return new exports.CertificateProfile(name, undefined, { urn });
|
|
550
|
+
case "scm:index/decryptionExclusion:DecryptionExclusion":
|
|
551
|
+
return new exports.DecryptionExclusion(name, undefined, { urn });
|
|
552
|
+
case "scm:index/decryptionProfile:DecryptionProfile":
|
|
553
|
+
return new exports.DecryptionProfile(name, undefined, { urn });
|
|
554
|
+
case "scm:index/decryptionRule:DecryptionRule":
|
|
555
|
+
return new exports.DecryptionRule(name, undefined, { urn });
|
|
556
|
+
case "scm:index/dnsSecurityProfile:DnsSecurityProfile":
|
|
557
|
+
return new exports.DnsSecurityProfile(name, undefined, { urn });
|
|
558
|
+
case "scm:index/dynamicUserGroup:DynamicUserGroup":
|
|
559
|
+
return new exports.DynamicUserGroup(name, undefined, { urn });
|
|
560
|
+
case "scm:index/externalDynamicList:ExternalDynamicList":
|
|
561
|
+
return new exports.ExternalDynamicList(name, undefined, { urn });
|
|
562
|
+
case "scm:index/fileBlockingProfile:FileBlockingProfile":
|
|
563
|
+
return new exports.FileBlockingProfile(name, undefined, { urn });
|
|
564
|
+
case "scm:index/hipObject:HipObject":
|
|
565
|
+
return new exports.HipObject(name, undefined, { urn });
|
|
566
|
+
case "scm:index/hipProfile:HipProfile":
|
|
567
|
+
return new exports.HipProfile(name, undefined, { urn });
|
|
568
|
+
case "scm:index/httpHeaderProfile:HttpHeaderProfile":
|
|
569
|
+
return new exports.HttpHeaderProfile(name, undefined, { urn });
|
|
570
|
+
case "scm:index/ikeCryptoProfile:IkeCryptoProfile":
|
|
571
|
+
return new exports.IkeCryptoProfile(name, undefined, { urn });
|
|
572
|
+
case "scm:index/ikeGateway:IkeGateway":
|
|
573
|
+
return new exports.IkeGateway(name, undefined, { urn });
|
|
574
|
+
case "scm:index/internalDnsServer:InternalDnsServer":
|
|
575
|
+
return new exports.InternalDnsServer(name, undefined, { urn });
|
|
576
|
+
case "scm:index/ipsecCryptoProfile:IpsecCryptoProfile":
|
|
577
|
+
return new exports.IpsecCryptoProfile(name, undefined, { urn });
|
|
578
|
+
case "scm:index/ipsecTunnel:IpsecTunnel":
|
|
579
|
+
return new exports.IpsecTunnel(name, undefined, { urn });
|
|
580
|
+
case "scm:index/kerberosServerProfile:KerberosServerProfile":
|
|
581
|
+
return new exports.KerberosServerProfile(name, undefined, { urn });
|
|
582
|
+
case "scm:index/ldapServerProfile:LdapServerProfile":
|
|
583
|
+
return new exports.LdapServerProfile(name, undefined, { urn });
|
|
584
|
+
case "scm:index/localUser:LocalUser":
|
|
585
|
+
return new exports.LocalUser(name, undefined, { urn });
|
|
586
|
+
case "scm:index/mfaServer:MfaServer":
|
|
587
|
+
return new exports.MfaServer(name, undefined, { urn });
|
|
588
|
+
case "scm:index/natRule:NatRule":
|
|
589
|
+
return new exports.NatRule(name, undefined, { urn });
|
|
590
|
+
case "scm:index/ocspResponder:OcspResponder":
|
|
591
|
+
return new exports.OcspResponder(name, undefined, { urn });
|
|
592
|
+
case "scm:index/profileGroup:ProfileGroup":
|
|
593
|
+
return new exports.ProfileGroup(name, undefined, { urn });
|
|
594
|
+
case "scm:index/qosPolicyRule:QosPolicyRule":
|
|
595
|
+
return new exports.QosPolicyRule(name, undefined, { urn });
|
|
596
|
+
case "scm:index/qosProfile:QosProfile":
|
|
597
|
+
return new exports.QosProfile(name, undefined, { urn });
|
|
598
|
+
case "scm:index/radiusServerProfile:RadiusServerProfile":
|
|
599
|
+
return new exports.RadiusServerProfile(name, undefined, { urn });
|
|
600
|
+
case "scm:index/region:Region":
|
|
601
|
+
return new exports.Region(name, undefined, { urn });
|
|
602
|
+
case "scm:index/remoteNetwork:RemoteNetwork":
|
|
603
|
+
return new exports.RemoteNetwork(name, undefined, { urn });
|
|
604
|
+
case "scm:index/samlServerProfile:SamlServerProfile":
|
|
605
|
+
return new exports.SamlServerProfile(name, undefined, { urn });
|
|
606
|
+
case "scm:index/scepProfile:ScepProfile":
|
|
607
|
+
return new exports.ScepProfile(name, undefined, { urn });
|
|
608
|
+
case "scm:index/schedule:Schedule":
|
|
609
|
+
return new exports.Schedule(name, undefined, { urn });
|
|
610
|
+
case "scm:index/securityRule:SecurityRule":
|
|
611
|
+
return new exports.SecurityRule(name, undefined, { urn });
|
|
612
|
+
case "scm:index/service:Service":
|
|
613
|
+
return new exports.Service(name, undefined, { urn });
|
|
614
|
+
case "scm:index/serviceConnection:ServiceConnection":
|
|
615
|
+
return new exports.ServiceConnection(name, undefined, { urn });
|
|
616
|
+
case "scm:index/serviceConnectionGroup:ServiceConnectionGroup":
|
|
617
|
+
return new exports.ServiceConnectionGroup(name, undefined, { urn });
|
|
618
|
+
case "scm:index/serviceGroup:ServiceGroup":
|
|
619
|
+
return new exports.ServiceGroup(name, undefined, { urn });
|
|
620
|
+
case "scm:index/snippet:Snippet":
|
|
621
|
+
return new exports.Snippet(name, undefined, { urn });
|
|
622
|
+
case "scm:index/tacacsServerProfile:TacacsServerProfile":
|
|
623
|
+
return new exports.TacacsServerProfile(name, undefined, { urn });
|
|
624
|
+
case "scm:index/tag:Tag":
|
|
625
|
+
return new exports.Tag(name, undefined, { urn });
|
|
626
|
+
case "scm:index/tlsServiceProfile:TlsServiceProfile":
|
|
627
|
+
return new exports.TlsServiceProfile(name, undefined, { urn });
|
|
628
|
+
case "scm:index/trafficSteeringRule:TrafficSteeringRule":
|
|
629
|
+
return new exports.TrafficSteeringRule(name, undefined, { urn });
|
|
630
|
+
case "scm:index/urlAccessProfile:UrlAccessProfile":
|
|
631
|
+
return new exports.UrlAccessProfile(name, undefined, { urn });
|
|
632
|
+
case "scm:index/urlCategory:UrlCategory":
|
|
633
|
+
return new exports.UrlCategory(name, undefined, { urn });
|
|
634
|
+
case "scm:index/variable:Variable":
|
|
635
|
+
return new exports.Variable(name, undefined, { urn });
|
|
636
|
+
case "scm:index/vulnerabilityProtectionProfile:VulnerabilityProtectionProfile":
|
|
637
|
+
return new exports.VulnerabilityProtectionProfile(name, undefined, { urn });
|
|
638
|
+
case "scm:index/vulnerabilityProtectionSignatures:VulnerabilityProtectionSignatures":
|
|
639
|
+
return new exports.VulnerabilityProtectionSignatures(name, undefined, { urn });
|
|
640
|
+
case "scm:index/wildfireAntiVirusProfile:WildfireAntiVirusProfile":
|
|
641
|
+
return new exports.WildfireAntiVirusProfile(name, undefined, { urn });
|
|
642
|
+
default:
|
|
643
|
+
throw new Error(`unknown resource type ${type}`);
|
|
644
|
+
}
|
|
645
|
+
},
|
|
646
|
+
};
|
|
647
|
+
pulumi.runtime.registerResourceModule("scm", "index/addressGroup", _module);
|
|
648
|
+
pulumi.runtime.registerResourceModule("scm", "index/addressObject", _module);
|
|
649
|
+
pulumi.runtime.registerResourceModule("scm", "index/antiSpywareProfile", _module);
|
|
650
|
+
pulumi.runtime.registerResourceModule("scm", "index/antiSpywareSignature", _module);
|
|
651
|
+
pulumi.runtime.registerResourceModule("scm", "index/appOverrideRule", _module);
|
|
652
|
+
pulumi.runtime.registerResourceModule("scm", "index/application", _module);
|
|
653
|
+
pulumi.runtime.registerResourceModule("scm", "index/applicationFilter", _module);
|
|
654
|
+
pulumi.runtime.registerResourceModule("scm", "index/applicationGroup", _module);
|
|
655
|
+
pulumi.runtime.registerResourceModule("scm", "index/authenticationPortal", _module);
|
|
656
|
+
pulumi.runtime.registerResourceModule("scm", "index/authenticationProfile", _module);
|
|
657
|
+
pulumi.runtime.registerResourceModule("scm", "index/authenticationRule", _module);
|
|
658
|
+
pulumi.runtime.registerResourceModule("scm", "index/authenticationSequence", _module);
|
|
659
|
+
pulumi.runtime.registerResourceModule("scm", "index/certificateProfile", _module);
|
|
660
|
+
pulumi.runtime.registerResourceModule("scm", "index/decryptionExclusion", _module);
|
|
661
|
+
pulumi.runtime.registerResourceModule("scm", "index/decryptionProfile", _module);
|
|
662
|
+
pulumi.runtime.registerResourceModule("scm", "index/decryptionRule", _module);
|
|
663
|
+
pulumi.runtime.registerResourceModule("scm", "index/dnsSecurityProfile", _module);
|
|
664
|
+
pulumi.runtime.registerResourceModule("scm", "index/dynamicUserGroup", _module);
|
|
665
|
+
pulumi.runtime.registerResourceModule("scm", "index/externalDynamicList", _module);
|
|
666
|
+
pulumi.runtime.registerResourceModule("scm", "index/fileBlockingProfile", _module);
|
|
667
|
+
pulumi.runtime.registerResourceModule("scm", "index/hipObject", _module);
|
|
668
|
+
pulumi.runtime.registerResourceModule("scm", "index/hipProfile", _module);
|
|
669
|
+
pulumi.runtime.registerResourceModule("scm", "index/httpHeaderProfile", _module);
|
|
670
|
+
pulumi.runtime.registerResourceModule("scm", "index/ikeCryptoProfile", _module);
|
|
671
|
+
pulumi.runtime.registerResourceModule("scm", "index/ikeGateway", _module);
|
|
672
|
+
pulumi.runtime.registerResourceModule("scm", "index/internalDnsServer", _module);
|
|
673
|
+
pulumi.runtime.registerResourceModule("scm", "index/ipsecCryptoProfile", _module);
|
|
674
|
+
pulumi.runtime.registerResourceModule("scm", "index/ipsecTunnel", _module);
|
|
675
|
+
pulumi.runtime.registerResourceModule("scm", "index/kerberosServerProfile", _module);
|
|
676
|
+
pulumi.runtime.registerResourceModule("scm", "index/ldapServerProfile", _module);
|
|
677
|
+
pulumi.runtime.registerResourceModule("scm", "index/localUser", _module);
|
|
678
|
+
pulumi.runtime.registerResourceModule("scm", "index/mfaServer", _module);
|
|
679
|
+
pulumi.runtime.registerResourceModule("scm", "index/natRule", _module);
|
|
680
|
+
pulumi.runtime.registerResourceModule("scm", "index/ocspResponder", _module);
|
|
681
|
+
pulumi.runtime.registerResourceModule("scm", "index/profileGroup", _module);
|
|
682
|
+
pulumi.runtime.registerResourceModule("scm", "index/qosPolicyRule", _module);
|
|
683
|
+
pulumi.runtime.registerResourceModule("scm", "index/qosProfile", _module);
|
|
684
|
+
pulumi.runtime.registerResourceModule("scm", "index/radiusServerProfile", _module);
|
|
685
|
+
pulumi.runtime.registerResourceModule("scm", "index/region", _module);
|
|
686
|
+
pulumi.runtime.registerResourceModule("scm", "index/remoteNetwork", _module);
|
|
687
|
+
pulumi.runtime.registerResourceModule("scm", "index/samlServerProfile", _module);
|
|
688
|
+
pulumi.runtime.registerResourceModule("scm", "index/scepProfile", _module);
|
|
689
|
+
pulumi.runtime.registerResourceModule("scm", "index/schedule", _module);
|
|
690
|
+
pulumi.runtime.registerResourceModule("scm", "index/securityRule", _module);
|
|
691
|
+
pulumi.runtime.registerResourceModule("scm", "index/service", _module);
|
|
692
|
+
pulumi.runtime.registerResourceModule("scm", "index/serviceConnection", _module);
|
|
693
|
+
pulumi.runtime.registerResourceModule("scm", "index/serviceConnectionGroup", _module);
|
|
694
|
+
pulumi.runtime.registerResourceModule("scm", "index/serviceGroup", _module);
|
|
695
|
+
pulumi.runtime.registerResourceModule("scm", "index/snippet", _module);
|
|
696
|
+
pulumi.runtime.registerResourceModule("scm", "index/tacacsServerProfile", _module);
|
|
697
|
+
pulumi.runtime.registerResourceModule("scm", "index/tag", _module);
|
|
698
|
+
pulumi.runtime.registerResourceModule("scm", "index/tlsServiceProfile", _module);
|
|
699
|
+
pulumi.runtime.registerResourceModule("scm", "index/trafficSteeringRule", _module);
|
|
700
|
+
pulumi.runtime.registerResourceModule("scm", "index/urlAccessProfile", _module);
|
|
701
|
+
pulumi.runtime.registerResourceModule("scm", "index/urlCategory", _module);
|
|
702
|
+
pulumi.runtime.registerResourceModule("scm", "index/variable", _module);
|
|
703
|
+
pulumi.runtime.registerResourceModule("scm", "index/vulnerabilityProtectionProfile", _module);
|
|
704
|
+
pulumi.runtime.registerResourceModule("scm", "index/vulnerabilityProtectionSignatures", _module);
|
|
705
|
+
pulumi.runtime.registerResourceModule("scm", "index/wildfireAntiVirusProfile", _module);
|
|
706
|
+
pulumi.runtime.registerResourcePackage("scm", {
|
|
707
|
+
version: utilities.getVersion(),
|
|
708
|
+
constructProvider: (name, type, urn) => {
|
|
709
|
+
if (type !== "pulumi:providers:scm") {
|
|
710
|
+
throw new Error(`unknown provider type ${type}`);
|
|
711
|
+
}
|
|
712
|
+
return new exports.Provider(name, undefined, { urn });
|
|
713
|
+
},
|
|
714
|
+
});
|
|
715
|
+
//# sourceMappingURL=index.js.map
|