@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
|
@@ -0,0 +1,53 @@
|
|
|
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.getUrlAccessProfileListOutput = exports.getUrlAccessProfileList = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a listing of config items.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scm from "@pulumi/scm";
|
|
16
|
+
*
|
|
17
|
+
* const example = scm.getUrlAccessProfileList({
|
|
18
|
+
* folder: "Shared",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getUrlAccessProfileList(args, opts) {
|
|
23
|
+
args = args || {};
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("scm:index/getUrlAccessProfileList:getUrlAccessProfileList", {
|
|
26
|
+
"device": args.device,
|
|
27
|
+
"folder": args.folder,
|
|
28
|
+
"limit": args.limit,
|
|
29
|
+
"name": args.name,
|
|
30
|
+
"offset": args.offset,
|
|
31
|
+
"snippet": args.snippet,
|
|
32
|
+
}, opts);
|
|
33
|
+
}
|
|
34
|
+
exports.getUrlAccessProfileList = getUrlAccessProfileList;
|
|
35
|
+
/**
|
|
36
|
+
* Retrieves a listing of config items.
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as scm from "@pulumi/scm";
|
|
43
|
+
*
|
|
44
|
+
* const example = scm.getUrlAccessProfileList({
|
|
45
|
+
* folder: "Shared",
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
function getUrlAccessProfileListOutput(args, opts) {
|
|
50
|
+
return pulumi.output(args).apply((a) => getUrlAccessProfileList(a, opts));
|
|
51
|
+
}
|
|
52
|
+
exports.getUrlAccessProfileListOutput = getUrlAccessProfileListOutput;
|
|
53
|
+
//# sourceMappingURL=getUrlAccessProfileList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUrlAccessProfileList.js","sourceRoot":"","sources":["../getUrlAccessProfileList.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,uBAAuB,CAAC,IAAkC,EAAE,IAA2B;IACnG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,EAAE;QACtF,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0DAYC;AA0ED;;;;;;;;;;;;;GAaG;AACH,SAAgB,6BAA6B,CAAC,IAAwC,EAAE,IAA2B;IAC/G,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,uBAAuB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClF,CAAC;AAFD,sEAEC"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Retrieves a config item.
|
|
4
|
+
*/
|
|
5
|
+
export declare function getUrlCategory(args: GetUrlCategoryArgs, opts?: pulumi.InvokeOptions): Promise<GetUrlCategoryResult>;
|
|
6
|
+
/**
|
|
7
|
+
* A collection of arguments for invoking getUrlCategory.
|
|
8
|
+
*/
|
|
9
|
+
export interface GetUrlCategoryArgs {
|
|
10
|
+
/**
|
|
11
|
+
* The Id param.
|
|
12
|
+
*/
|
|
13
|
+
id: string;
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* A collection of values returned by getUrlCategory.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetUrlCategoryResult {
|
|
19
|
+
/**
|
|
20
|
+
* The Description param.
|
|
21
|
+
*/
|
|
22
|
+
readonly description: string;
|
|
23
|
+
/**
|
|
24
|
+
* The Id param.
|
|
25
|
+
*/
|
|
26
|
+
readonly id: string;
|
|
27
|
+
/**
|
|
28
|
+
* The List param.
|
|
29
|
+
*/
|
|
30
|
+
readonly lists: string[];
|
|
31
|
+
/**
|
|
32
|
+
* The Name param.
|
|
33
|
+
*/
|
|
34
|
+
readonly name: string;
|
|
35
|
+
readonly tfid: string;
|
|
36
|
+
/**
|
|
37
|
+
* The Type param. String must be one of these: `"URL List"`, `"Category Match"`. Default: `"URL List"`.
|
|
38
|
+
*/
|
|
39
|
+
readonly type: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Retrieves a config item.
|
|
43
|
+
*/
|
|
44
|
+
export declare function getUrlCategoryOutput(args: GetUrlCategoryOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetUrlCategoryResult>;
|
|
45
|
+
/**
|
|
46
|
+
* A collection of arguments for invoking getUrlCategory.
|
|
47
|
+
*/
|
|
48
|
+
export interface GetUrlCategoryOutputArgs {
|
|
49
|
+
/**
|
|
50
|
+
* The Id param.
|
|
51
|
+
*/
|
|
52
|
+
id: pulumi.Input<string>;
|
|
53
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
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.getUrlCategoryOutput = exports.getUrlCategory = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a config item.
|
|
10
|
+
*/
|
|
11
|
+
function getUrlCategory(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("scm:index/getUrlCategory:getUrlCategory", {
|
|
14
|
+
"id": args.id,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getUrlCategory = getUrlCategory;
|
|
18
|
+
/**
|
|
19
|
+
* Retrieves a config item.
|
|
20
|
+
*/
|
|
21
|
+
function getUrlCategoryOutput(args, opts) {
|
|
22
|
+
return pulumi.output(args).apply((a) => getUrlCategory(a, opts));
|
|
23
|
+
}
|
|
24
|
+
exports.getUrlCategoryOutput = getUrlCategoryOutput;
|
|
25
|
+
//# sourceMappingURL=getUrlCategory.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUrlCategory.js","sourceRoot":"","sources":["../getUrlCategory.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAEhF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC;AAsCD;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACzE,CAAC;AAFD,oDAEC"}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Retrieves a listing of config items.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as scm from "@pulumi/scm";
|
|
11
|
+
*
|
|
12
|
+
* const example = scm.getUrlCategoryList({
|
|
13
|
+
* folder: "Shared",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getUrlCategoryList(args?: GetUrlCategoryListArgs, opts?: pulumi.InvokeOptions): Promise<GetUrlCategoryListResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getUrlCategoryList.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetUrlCategoryListArgs {
|
|
22
|
+
/**
|
|
23
|
+
* The Device param.
|
|
24
|
+
*/
|
|
25
|
+
device?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The Folder param.
|
|
28
|
+
*/
|
|
29
|
+
folder?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The Limit param. A limit of -1 will return all configured items. Default: `200`.
|
|
32
|
+
*/
|
|
33
|
+
limit?: number;
|
|
34
|
+
/**
|
|
35
|
+
* The Name param.
|
|
36
|
+
*/
|
|
37
|
+
name?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The Offset param. Default: `0`.
|
|
40
|
+
*/
|
|
41
|
+
offset?: number;
|
|
42
|
+
/**
|
|
43
|
+
* The Snippet param.
|
|
44
|
+
*/
|
|
45
|
+
snippet?: string;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* A collection of values returned by getUrlCategoryList.
|
|
49
|
+
*/
|
|
50
|
+
export interface GetUrlCategoryListResult {
|
|
51
|
+
/**
|
|
52
|
+
* The Data param.
|
|
53
|
+
*/
|
|
54
|
+
readonly datas: outputs.GetUrlCategoryListData[];
|
|
55
|
+
/**
|
|
56
|
+
* The Device param.
|
|
57
|
+
*/
|
|
58
|
+
readonly device?: string;
|
|
59
|
+
/**
|
|
60
|
+
* The Folder param.
|
|
61
|
+
*/
|
|
62
|
+
readonly folder?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The provider-assigned unique ID for this managed resource.
|
|
65
|
+
*/
|
|
66
|
+
readonly id: string;
|
|
67
|
+
/**
|
|
68
|
+
* The Limit param. A limit of -1 will return all configured items. Default: `200`.
|
|
69
|
+
*/
|
|
70
|
+
readonly limit: number;
|
|
71
|
+
/**
|
|
72
|
+
* The Name param.
|
|
73
|
+
*/
|
|
74
|
+
readonly name?: string;
|
|
75
|
+
/**
|
|
76
|
+
* The Offset param. Default: `0`.
|
|
77
|
+
*/
|
|
78
|
+
readonly offset: number;
|
|
79
|
+
/**
|
|
80
|
+
* The Snippet param.
|
|
81
|
+
*/
|
|
82
|
+
readonly snippet?: string;
|
|
83
|
+
readonly tfid: string;
|
|
84
|
+
/**
|
|
85
|
+
* The Total param.
|
|
86
|
+
*/
|
|
87
|
+
readonly total: number;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Retrieves a listing of config items.
|
|
91
|
+
*
|
|
92
|
+
* ## Example Usage
|
|
93
|
+
*
|
|
94
|
+
* ```typescript
|
|
95
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
96
|
+
* import * as scm from "@pulumi/scm";
|
|
97
|
+
*
|
|
98
|
+
* const example = scm.getUrlCategoryList({
|
|
99
|
+
* folder: "Shared",
|
|
100
|
+
* });
|
|
101
|
+
* ```
|
|
102
|
+
*/
|
|
103
|
+
export declare function getUrlCategoryListOutput(args?: GetUrlCategoryListOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetUrlCategoryListResult>;
|
|
104
|
+
/**
|
|
105
|
+
* A collection of arguments for invoking getUrlCategoryList.
|
|
106
|
+
*/
|
|
107
|
+
export interface GetUrlCategoryListOutputArgs {
|
|
108
|
+
/**
|
|
109
|
+
* The Device param.
|
|
110
|
+
*/
|
|
111
|
+
device?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* The Folder param.
|
|
114
|
+
*/
|
|
115
|
+
folder?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* The Limit param. A limit of -1 will return all configured items. Default: `200`.
|
|
118
|
+
*/
|
|
119
|
+
limit?: pulumi.Input<number>;
|
|
120
|
+
/**
|
|
121
|
+
* The Name param.
|
|
122
|
+
*/
|
|
123
|
+
name?: pulumi.Input<string>;
|
|
124
|
+
/**
|
|
125
|
+
* The Offset param. Default: `0`.
|
|
126
|
+
*/
|
|
127
|
+
offset?: pulumi.Input<number>;
|
|
128
|
+
/**
|
|
129
|
+
* The Snippet param.
|
|
130
|
+
*/
|
|
131
|
+
snippet?: pulumi.Input<string>;
|
|
132
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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.getUrlCategoryListOutput = exports.getUrlCategoryList = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a listing of config items.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scm from "@pulumi/scm";
|
|
16
|
+
*
|
|
17
|
+
* const example = scm.getUrlCategoryList({
|
|
18
|
+
* folder: "Shared",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getUrlCategoryList(args, opts) {
|
|
23
|
+
args = args || {};
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("scm:index/getUrlCategoryList:getUrlCategoryList", {
|
|
26
|
+
"device": args.device,
|
|
27
|
+
"folder": args.folder,
|
|
28
|
+
"limit": args.limit,
|
|
29
|
+
"name": args.name,
|
|
30
|
+
"offset": args.offset,
|
|
31
|
+
"snippet": args.snippet,
|
|
32
|
+
}, opts);
|
|
33
|
+
}
|
|
34
|
+
exports.getUrlCategoryList = getUrlCategoryList;
|
|
35
|
+
/**
|
|
36
|
+
* Retrieves a listing of config items.
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as scm from "@pulumi/scm";
|
|
43
|
+
*
|
|
44
|
+
* const example = scm.getUrlCategoryList({
|
|
45
|
+
* folder: "Shared",
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
function getUrlCategoryListOutput(args, opts) {
|
|
50
|
+
return pulumi.output(args).apply((a) => getUrlCategoryList(a, opts));
|
|
51
|
+
}
|
|
52
|
+
exports.getUrlCategoryListOutput = getUrlCategoryListOutput;
|
|
53
|
+
//# sourceMappingURL=getUrlCategoryList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUrlCategoryList.js","sourceRoot":"","sources":["../getUrlCategoryList.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,gDAYC;AA0ED;;;;;;;;;;;;;GAaG;AACH,SAAgB,wBAAwB,CAAC,IAAmC,EAAE,IAA2B;IACrG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC7E,CAAC;AAFD,4DAEC"}
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Retrieves a listing of config items.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as scm from "@pulumi/scm";
|
|
11
|
+
*
|
|
12
|
+
* const example = scm.getUrlFilteringCategoryList({
|
|
13
|
+
* folder: "Shared",
|
|
14
|
+
* });
|
|
15
|
+
* ```
|
|
16
|
+
*/
|
|
17
|
+
export declare function getUrlFilteringCategoryList(args?: GetUrlFilteringCategoryListArgs, opts?: pulumi.InvokeOptions): Promise<GetUrlFilteringCategoryListResult>;
|
|
18
|
+
/**
|
|
19
|
+
* A collection of arguments for invoking getUrlFilteringCategoryList.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetUrlFilteringCategoryListArgs {
|
|
22
|
+
/**
|
|
23
|
+
* The Device param.
|
|
24
|
+
*/
|
|
25
|
+
device?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The Folder param.
|
|
28
|
+
*/
|
|
29
|
+
folder?: string;
|
|
30
|
+
/**
|
|
31
|
+
* The Limit param. A limit of -1 will return all configured items. Default: `200`.
|
|
32
|
+
*/
|
|
33
|
+
limit?: number;
|
|
34
|
+
/**
|
|
35
|
+
* The Name param.
|
|
36
|
+
*/
|
|
37
|
+
name?: string;
|
|
38
|
+
/**
|
|
39
|
+
* The Offset param. Default: `0`.
|
|
40
|
+
*/
|
|
41
|
+
offset?: number;
|
|
42
|
+
/**
|
|
43
|
+
* The Snippet param.
|
|
44
|
+
*/
|
|
45
|
+
snippet?: string;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* A collection of values returned by getUrlFilteringCategoryList.
|
|
49
|
+
*/
|
|
50
|
+
export interface GetUrlFilteringCategoryListResult {
|
|
51
|
+
/**
|
|
52
|
+
* The Data param.
|
|
53
|
+
*/
|
|
54
|
+
readonly datas: outputs.GetUrlFilteringCategoryListData[];
|
|
55
|
+
/**
|
|
56
|
+
* The Device param.
|
|
57
|
+
*/
|
|
58
|
+
readonly device?: string;
|
|
59
|
+
/**
|
|
60
|
+
* The Folder param.
|
|
61
|
+
*/
|
|
62
|
+
readonly folder?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The provider-assigned unique ID for this managed resource.
|
|
65
|
+
*/
|
|
66
|
+
readonly id: string;
|
|
67
|
+
/**
|
|
68
|
+
* The Limit param. A limit of -1 will return all configured items. Default: `200`.
|
|
69
|
+
*/
|
|
70
|
+
readonly limit: number;
|
|
71
|
+
/**
|
|
72
|
+
* The Name param.
|
|
73
|
+
*/
|
|
74
|
+
readonly name?: string;
|
|
75
|
+
/**
|
|
76
|
+
* The Offset param. Default: `0`.
|
|
77
|
+
*/
|
|
78
|
+
readonly offset: number;
|
|
79
|
+
/**
|
|
80
|
+
* The Snippet param.
|
|
81
|
+
*/
|
|
82
|
+
readonly snippet?: string;
|
|
83
|
+
readonly tfid: string;
|
|
84
|
+
/**
|
|
85
|
+
* The Total param.
|
|
86
|
+
*/
|
|
87
|
+
readonly total: number;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Retrieves a listing of config items.
|
|
91
|
+
*
|
|
92
|
+
* ## Example Usage
|
|
93
|
+
*
|
|
94
|
+
* ```typescript
|
|
95
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
96
|
+
* import * as scm from "@pulumi/scm";
|
|
97
|
+
*
|
|
98
|
+
* const example = scm.getUrlFilteringCategoryList({
|
|
99
|
+
* folder: "Shared",
|
|
100
|
+
* });
|
|
101
|
+
* ```
|
|
102
|
+
*/
|
|
103
|
+
export declare function getUrlFilteringCategoryListOutput(args?: GetUrlFilteringCategoryListOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetUrlFilteringCategoryListResult>;
|
|
104
|
+
/**
|
|
105
|
+
* A collection of arguments for invoking getUrlFilteringCategoryList.
|
|
106
|
+
*/
|
|
107
|
+
export interface GetUrlFilteringCategoryListOutputArgs {
|
|
108
|
+
/**
|
|
109
|
+
* The Device param.
|
|
110
|
+
*/
|
|
111
|
+
device?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* The Folder param.
|
|
114
|
+
*/
|
|
115
|
+
folder?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* The Limit param. A limit of -1 will return all configured items. Default: `200`.
|
|
118
|
+
*/
|
|
119
|
+
limit?: pulumi.Input<number>;
|
|
120
|
+
/**
|
|
121
|
+
* The Name param.
|
|
122
|
+
*/
|
|
123
|
+
name?: pulumi.Input<string>;
|
|
124
|
+
/**
|
|
125
|
+
* The Offset param. Default: `0`.
|
|
126
|
+
*/
|
|
127
|
+
offset?: pulumi.Input<number>;
|
|
128
|
+
/**
|
|
129
|
+
* The Snippet param.
|
|
130
|
+
*/
|
|
131
|
+
snippet?: pulumi.Input<string>;
|
|
132
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
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.getUrlFilteringCategoryListOutput = exports.getUrlFilteringCategoryList = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a listing of config items.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scm from "@pulumi/scm";
|
|
16
|
+
*
|
|
17
|
+
* const example = scm.getUrlFilteringCategoryList({
|
|
18
|
+
* folder: "Shared",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getUrlFilteringCategoryList(args, opts) {
|
|
23
|
+
args = args || {};
|
|
24
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
25
|
+
return pulumi.runtime.invoke("scm:index/getUrlFilteringCategoryList:getUrlFilteringCategoryList", {
|
|
26
|
+
"device": args.device,
|
|
27
|
+
"folder": args.folder,
|
|
28
|
+
"limit": args.limit,
|
|
29
|
+
"name": args.name,
|
|
30
|
+
"offset": args.offset,
|
|
31
|
+
"snippet": args.snippet,
|
|
32
|
+
}, opts);
|
|
33
|
+
}
|
|
34
|
+
exports.getUrlFilteringCategoryList = getUrlFilteringCategoryList;
|
|
35
|
+
/**
|
|
36
|
+
* Retrieves a listing of config items.
|
|
37
|
+
*
|
|
38
|
+
* ## Example Usage
|
|
39
|
+
*
|
|
40
|
+
* ```typescript
|
|
41
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
42
|
+
* import * as scm from "@pulumi/scm";
|
|
43
|
+
*
|
|
44
|
+
* const example = scm.getUrlFilteringCategoryList({
|
|
45
|
+
* folder: "Shared",
|
|
46
|
+
* });
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
function getUrlFilteringCategoryListOutput(args, opts) {
|
|
50
|
+
return pulumi.output(args).apply((a) => getUrlFilteringCategoryList(a, opts));
|
|
51
|
+
}
|
|
52
|
+
exports.getUrlFilteringCategoryListOutput = getUrlFilteringCategoryListOutput;
|
|
53
|
+
//# sourceMappingURL=getUrlFilteringCategoryList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUrlFilteringCategoryList.js","sourceRoot":"","sources":["../getUrlFilteringCategoryList.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,2BAA2B,CAAC,IAAsC,EAAE,IAA2B;IAC3G,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mEAAmE,EAAE;QAC9F,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,kEAYC;AA0ED;;;;;;;;;;;;;GAaG;AACH,SAAgB,iCAAiC,CAAC,IAA4C,EAAE,IAA2B;IACvH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,2BAA2B,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtF,CAAC;AAFD,8EAEC"}
|
package/getVariable.d.ts
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Retrieves a config item.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as scm from "@pulumi/scm";
|
|
10
|
+
*
|
|
11
|
+
* const example = scm.getVariable({
|
|
12
|
+
* id: "1234-56-789",
|
|
13
|
+
* });
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare function getVariable(args: GetVariableArgs, opts?: pulumi.InvokeOptions): Promise<GetVariableResult>;
|
|
17
|
+
/**
|
|
18
|
+
* A collection of arguments for invoking getVariable.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetVariableArgs {
|
|
21
|
+
/**
|
|
22
|
+
* The Device param.
|
|
23
|
+
*/
|
|
24
|
+
device?: string;
|
|
25
|
+
/**
|
|
26
|
+
* The Folder param.
|
|
27
|
+
*/
|
|
28
|
+
folder?: string;
|
|
29
|
+
/**
|
|
30
|
+
* The Id param.
|
|
31
|
+
*/
|
|
32
|
+
id: string;
|
|
33
|
+
/**
|
|
34
|
+
* The Snippet param.
|
|
35
|
+
*/
|
|
36
|
+
snippet?: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* A collection of values returned by getVariable.
|
|
40
|
+
*/
|
|
41
|
+
export interface GetVariableResult {
|
|
42
|
+
/**
|
|
43
|
+
* The Description param.
|
|
44
|
+
*/
|
|
45
|
+
readonly description: string;
|
|
46
|
+
/**
|
|
47
|
+
* The Device param.
|
|
48
|
+
*/
|
|
49
|
+
readonly device?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The Folder param.
|
|
52
|
+
*/
|
|
53
|
+
readonly folder?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The Id param.
|
|
56
|
+
*/
|
|
57
|
+
readonly id: string;
|
|
58
|
+
/**
|
|
59
|
+
* Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
|
|
60
|
+
*/
|
|
61
|
+
readonly name: string;
|
|
62
|
+
/**
|
|
63
|
+
* The Overridden param.
|
|
64
|
+
*/
|
|
65
|
+
readonly overridden: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* The Snippet param.
|
|
68
|
+
*/
|
|
69
|
+
readonly snippet?: string;
|
|
70
|
+
readonly tfid: string;
|
|
71
|
+
/**
|
|
72
|
+
* The Type param. String must be one of these: `"percent"`, `"count"`, `"ip-netmask"`, `"zone"`, `"ip-range"`, `"ip-wildcard"`, `"device-priority"`, `"device-id"`, `"egress-max"`, `"as-number"`, `"fqdn"`, `"port"`, `"link-tag"`, `"group-id"`, `"rate"`, `"router-id"`, `"qos-profile"`, `"timer"`.
|
|
73
|
+
*/
|
|
74
|
+
readonly type: string;
|
|
75
|
+
/**
|
|
76
|
+
* value can accept either string or integer.
|
|
77
|
+
*/
|
|
78
|
+
readonly value: string;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Retrieves a config item.
|
|
82
|
+
*
|
|
83
|
+
* ## Example Usage
|
|
84
|
+
*
|
|
85
|
+
* ```typescript
|
|
86
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
87
|
+
* import * as scm from "@pulumi/scm";
|
|
88
|
+
*
|
|
89
|
+
* const example = scm.getVariable({
|
|
90
|
+
* id: "1234-56-789",
|
|
91
|
+
* });
|
|
92
|
+
* ```
|
|
93
|
+
*/
|
|
94
|
+
export declare function getVariableOutput(args: GetVariableOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetVariableResult>;
|
|
95
|
+
/**
|
|
96
|
+
* A collection of arguments for invoking getVariable.
|
|
97
|
+
*/
|
|
98
|
+
export interface GetVariableOutputArgs {
|
|
99
|
+
/**
|
|
100
|
+
* The Device param.
|
|
101
|
+
*/
|
|
102
|
+
device?: pulumi.Input<string>;
|
|
103
|
+
/**
|
|
104
|
+
* The Folder param.
|
|
105
|
+
*/
|
|
106
|
+
folder?: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* The Id param.
|
|
109
|
+
*/
|
|
110
|
+
id: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* The Snippet param.
|
|
113
|
+
*/
|
|
114
|
+
snippet?: pulumi.Input<string>;
|
|
115
|
+
}
|
package/getVariable.js
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
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.getVariableOutput = exports.getVariable = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves a config item.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scm from "@pulumi/scm";
|
|
16
|
+
*
|
|
17
|
+
* const example = scm.getVariable({
|
|
18
|
+
* id: "1234-56-789",
|
|
19
|
+
* });
|
|
20
|
+
* ```
|
|
21
|
+
*/
|
|
22
|
+
function getVariable(args, opts) {
|
|
23
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
24
|
+
return pulumi.runtime.invoke("scm:index/getVariable:getVariable", {
|
|
25
|
+
"device": args.device,
|
|
26
|
+
"folder": args.folder,
|
|
27
|
+
"id": args.id,
|
|
28
|
+
"snippet": args.snippet,
|
|
29
|
+
}, opts);
|
|
30
|
+
}
|
|
31
|
+
exports.getVariable = getVariable;
|
|
32
|
+
/**
|
|
33
|
+
* Retrieves a config item.
|
|
34
|
+
*
|
|
35
|
+
* ## Example Usage
|
|
36
|
+
*
|
|
37
|
+
* ```typescript
|
|
38
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
39
|
+
* import * as scm from "@pulumi/scm";
|
|
40
|
+
*
|
|
41
|
+
* const example = scm.getVariable({
|
|
42
|
+
* id: "1234-56-789",
|
|
43
|
+
* });
|
|
44
|
+
* ```
|
|
45
|
+
*/
|
|
46
|
+
function getVariableOutput(args, opts) {
|
|
47
|
+
return pulumi.output(args).apply((a) => getVariable(a, opts));
|
|
48
|
+
}
|
|
49
|
+
exports.getVariableOutput = getVariableOutput;
|
|
50
|
+
//# sourceMappingURL=getVariable.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getVariable.js","sourceRoot":"","sources":["../getVariable.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAE1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,kCASC;AAkED;;;;;;;;;;;;;GAaG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,WAAW,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
|