@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/tag.d.ts
ADDED
|
@@ -0,0 +1,127 @@
|
|
|
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 = new scm.Tag("example", {
|
|
12
|
+
* folder: "Shared",
|
|
13
|
+
* name: "myColor",
|
|
14
|
+
* color: "Green",
|
|
15
|
+
* comments: "Made by Terraform",
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare class Tag extends pulumi.CustomResource {
|
|
20
|
+
/**
|
|
21
|
+
* Get an existing Tag resource's state with the given name, ID, and optional extra
|
|
22
|
+
* properties used to qualify the lookup.
|
|
23
|
+
*
|
|
24
|
+
* @param name The _unique_ name of the resulting resource.
|
|
25
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
26
|
+
* @param state Any extra arguments used during the lookup.
|
|
27
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
28
|
+
*/
|
|
29
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TagState, opts?: pulumi.CustomResourceOptions): Tag;
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of Tag. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj: any): obj is Tag;
|
|
35
|
+
/**
|
|
36
|
+
* The Color param. String must be one of these: `"Red"`, `"Green"`, `"Blue"`, `"Yellow"`, `"Copper"`, `"Orange"`, `"Purple"`, `"Gray"`, `"Light Green"`, `"Cyan"`, `"Light Gray"`, `"Blue Gray"`, `"Lime"`, `"Black"`, `"Gold"`, `"Brown"`, `"Olive"`, `"Maroon"`, `"Red-Orange"`, `"Yellow-Orange"`, `"Forest Green"`, `"Turquoise Blue"`, `"Azure Blue"`, `"Cerulean Blue"`, `"Midnight Blue"`, `"Medium Blue"`, `"Cobalt Blue"`, `"Violet Blue"`, `"Blue Violet"`, `"Medium Violet"`, `"Medium Rose"`, `"Lavender"`, `"Orchid"`, `"Thistle"`, `"Peach"`, `"Salmon"`, `"Magenta"`, `"Red Violet"`, `"Mahogany"`, `"Burnt Sienna"`, `"Chestnut"`.
|
|
37
|
+
*/
|
|
38
|
+
readonly color: pulumi.Output<string | undefined>;
|
|
39
|
+
/**
|
|
40
|
+
* The Comments param. String length must not exceed 1023 characters.
|
|
41
|
+
*/
|
|
42
|
+
readonly comments: pulumi.Output<string | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* The Device param.
|
|
45
|
+
*/
|
|
46
|
+
readonly device: pulumi.Output<string | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* The Folder param.
|
|
49
|
+
*/
|
|
50
|
+
readonly folder: pulumi.Output<string | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* The Name param. String length must not exceed 127 characters.
|
|
53
|
+
*/
|
|
54
|
+
readonly name: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* The Snippet param.
|
|
57
|
+
*/
|
|
58
|
+
readonly snippet: pulumi.Output<string | undefined>;
|
|
59
|
+
readonly tfid: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* Create a Tag resource with the given unique name, arguments, and options.
|
|
62
|
+
*
|
|
63
|
+
* @param name The _unique_ name of the resource.
|
|
64
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
65
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
66
|
+
*/
|
|
67
|
+
constructor(name: string, args?: TagArgs, opts?: pulumi.CustomResourceOptions);
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Input properties used for looking up and filtering Tag resources.
|
|
71
|
+
*/
|
|
72
|
+
export interface TagState {
|
|
73
|
+
/**
|
|
74
|
+
* The Color param. String must be one of these: `"Red"`, `"Green"`, `"Blue"`, `"Yellow"`, `"Copper"`, `"Orange"`, `"Purple"`, `"Gray"`, `"Light Green"`, `"Cyan"`, `"Light Gray"`, `"Blue Gray"`, `"Lime"`, `"Black"`, `"Gold"`, `"Brown"`, `"Olive"`, `"Maroon"`, `"Red-Orange"`, `"Yellow-Orange"`, `"Forest Green"`, `"Turquoise Blue"`, `"Azure Blue"`, `"Cerulean Blue"`, `"Midnight Blue"`, `"Medium Blue"`, `"Cobalt Blue"`, `"Violet Blue"`, `"Blue Violet"`, `"Medium Violet"`, `"Medium Rose"`, `"Lavender"`, `"Orchid"`, `"Thistle"`, `"Peach"`, `"Salmon"`, `"Magenta"`, `"Red Violet"`, `"Mahogany"`, `"Burnt Sienna"`, `"Chestnut"`.
|
|
75
|
+
*/
|
|
76
|
+
color?: pulumi.Input<string>;
|
|
77
|
+
/**
|
|
78
|
+
* The Comments param. String length must not exceed 1023 characters.
|
|
79
|
+
*/
|
|
80
|
+
comments?: pulumi.Input<string>;
|
|
81
|
+
/**
|
|
82
|
+
* The Device param.
|
|
83
|
+
*/
|
|
84
|
+
device?: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* The Folder param.
|
|
87
|
+
*/
|
|
88
|
+
folder?: pulumi.Input<string>;
|
|
89
|
+
/**
|
|
90
|
+
* The Name param. String length must not exceed 127 characters.
|
|
91
|
+
*/
|
|
92
|
+
name?: pulumi.Input<string>;
|
|
93
|
+
/**
|
|
94
|
+
* The Snippet param.
|
|
95
|
+
*/
|
|
96
|
+
snippet?: pulumi.Input<string>;
|
|
97
|
+
tfid?: pulumi.Input<string>;
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* The set of arguments for constructing a Tag resource.
|
|
101
|
+
*/
|
|
102
|
+
export interface TagArgs {
|
|
103
|
+
/**
|
|
104
|
+
* The Color param. String must be one of these: `"Red"`, `"Green"`, `"Blue"`, `"Yellow"`, `"Copper"`, `"Orange"`, `"Purple"`, `"Gray"`, `"Light Green"`, `"Cyan"`, `"Light Gray"`, `"Blue Gray"`, `"Lime"`, `"Black"`, `"Gold"`, `"Brown"`, `"Olive"`, `"Maroon"`, `"Red-Orange"`, `"Yellow-Orange"`, `"Forest Green"`, `"Turquoise Blue"`, `"Azure Blue"`, `"Cerulean Blue"`, `"Midnight Blue"`, `"Medium Blue"`, `"Cobalt Blue"`, `"Violet Blue"`, `"Blue Violet"`, `"Medium Violet"`, `"Medium Rose"`, `"Lavender"`, `"Orchid"`, `"Thistle"`, `"Peach"`, `"Salmon"`, `"Magenta"`, `"Red Violet"`, `"Mahogany"`, `"Burnt Sienna"`, `"Chestnut"`.
|
|
105
|
+
*/
|
|
106
|
+
color?: pulumi.Input<string>;
|
|
107
|
+
/**
|
|
108
|
+
* The Comments param. String length must not exceed 1023 characters.
|
|
109
|
+
*/
|
|
110
|
+
comments?: pulumi.Input<string>;
|
|
111
|
+
/**
|
|
112
|
+
* The Device param.
|
|
113
|
+
*/
|
|
114
|
+
device?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* The Folder param.
|
|
117
|
+
*/
|
|
118
|
+
folder?: pulumi.Input<string>;
|
|
119
|
+
/**
|
|
120
|
+
* The Name param. String length must not exceed 127 characters.
|
|
121
|
+
*/
|
|
122
|
+
name?: pulumi.Input<string>;
|
|
123
|
+
/**
|
|
124
|
+
* The Snippet param.
|
|
125
|
+
*/
|
|
126
|
+
snippet?: pulumi.Input<string>;
|
|
127
|
+
}
|
package/tag.js
ADDED
|
@@ -0,0 +1,78 @@
|
|
|
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.Tag = 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 = new scm.Tag("example", {
|
|
18
|
+
* folder: "Shared",
|
|
19
|
+
* name: "myColor",
|
|
20
|
+
* color: "Green",
|
|
21
|
+
* comments: "Made by Terraform",
|
|
22
|
+
* });
|
|
23
|
+
* ```
|
|
24
|
+
*/
|
|
25
|
+
class Tag extends pulumi.CustomResource {
|
|
26
|
+
/**
|
|
27
|
+
* Get an existing Tag resource's state with the given name, ID, and optional extra
|
|
28
|
+
* properties used to qualify the lookup.
|
|
29
|
+
*
|
|
30
|
+
* @param name The _unique_ name of the resulting resource.
|
|
31
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
32
|
+
* @param state Any extra arguments used during the lookup.
|
|
33
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
34
|
+
*/
|
|
35
|
+
static get(name, id, state, opts) {
|
|
36
|
+
return new Tag(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Returns true if the given object is an instance of Tag. This is designed to work even
|
|
40
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
41
|
+
*/
|
|
42
|
+
static isInstance(obj) {
|
|
43
|
+
if (obj === undefined || obj === null) {
|
|
44
|
+
return false;
|
|
45
|
+
}
|
|
46
|
+
return obj['__pulumiType'] === Tag.__pulumiType;
|
|
47
|
+
}
|
|
48
|
+
constructor(name, argsOrState, opts) {
|
|
49
|
+
let resourceInputs = {};
|
|
50
|
+
opts = opts || {};
|
|
51
|
+
if (opts.id) {
|
|
52
|
+
const state = argsOrState;
|
|
53
|
+
resourceInputs["color"] = state ? state.color : undefined;
|
|
54
|
+
resourceInputs["comments"] = state ? state.comments : undefined;
|
|
55
|
+
resourceInputs["device"] = state ? state.device : undefined;
|
|
56
|
+
resourceInputs["folder"] = state ? state.folder : undefined;
|
|
57
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
58
|
+
resourceInputs["snippet"] = state ? state.snippet : undefined;
|
|
59
|
+
resourceInputs["tfid"] = state ? state.tfid : undefined;
|
|
60
|
+
}
|
|
61
|
+
else {
|
|
62
|
+
const args = argsOrState;
|
|
63
|
+
resourceInputs["color"] = args ? args.color : undefined;
|
|
64
|
+
resourceInputs["comments"] = args ? args.comments : undefined;
|
|
65
|
+
resourceInputs["device"] = args ? args.device : undefined;
|
|
66
|
+
resourceInputs["folder"] = args ? args.folder : undefined;
|
|
67
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
68
|
+
resourceInputs["snippet"] = args ? args.snippet : undefined;
|
|
69
|
+
resourceInputs["tfid"] = undefined /*out*/;
|
|
70
|
+
}
|
|
71
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
72
|
+
super(Tag.__pulumiType, name, resourceInputs, opts);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
exports.Tag = Tag;
|
|
76
|
+
/** @internal */
|
|
77
|
+
Tag.__pulumiType = 'scm:index/tag:Tag';
|
|
78
|
+
//# sourceMappingURL=tag.js.map
|
package/tag.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag.js","sourceRoot":"","sources":["../tag.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Retrieves a config item.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as scm from "@pulumi/scm";
|
|
12
|
+
*
|
|
13
|
+
* const example = new scm.TlsServiceProfile("example", {folder: "Shared"});
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare class TlsServiceProfile extends pulumi.CustomResource {
|
|
17
|
+
/**
|
|
18
|
+
* Get an existing TlsServiceProfile resource's state with the given name, ID, and optional extra
|
|
19
|
+
* properties used to qualify the lookup.
|
|
20
|
+
*
|
|
21
|
+
* @param name The _unique_ name of the resulting resource.
|
|
22
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
23
|
+
* @param state Any extra arguments used during the lookup.
|
|
24
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
25
|
+
*/
|
|
26
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TlsServiceProfileState, opts?: pulumi.CustomResourceOptions): TlsServiceProfile;
|
|
27
|
+
/**
|
|
28
|
+
* Returns true if the given object is an instance of TlsServiceProfile. This is designed to work even
|
|
29
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
30
|
+
*/
|
|
31
|
+
static isInstance(obj: any): obj is TlsServiceProfile;
|
|
32
|
+
/**
|
|
33
|
+
* SSL certificate file name. String length must not exceed 255 characters.
|
|
34
|
+
*/
|
|
35
|
+
readonly certificate: pulumi.Output<string>;
|
|
36
|
+
/**
|
|
37
|
+
* The Device param.
|
|
38
|
+
*/
|
|
39
|
+
readonly device: pulumi.Output<string | undefined>;
|
|
40
|
+
/**
|
|
41
|
+
* The Folder param.
|
|
42
|
+
*/
|
|
43
|
+
readonly folder: pulumi.Output<string | undefined>;
|
|
44
|
+
/**
|
|
45
|
+
* SSL TLS Service Profile name, value is muCustomDomainSSLProfile when it is used on mobile-agent infra settings. String length must not exceed 127 characters. String validation regex: `^[a-zA-Z0-9._-]+$`.
|
|
46
|
+
*/
|
|
47
|
+
readonly name: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* The ProtocolSettings param.
|
|
50
|
+
*/
|
|
51
|
+
readonly protocolSettings: pulumi.Output<outputs.TlsServiceProfileProtocolSettings>;
|
|
52
|
+
/**
|
|
53
|
+
* The Snippet param.
|
|
54
|
+
*/
|
|
55
|
+
readonly snippet: pulumi.Output<string | undefined>;
|
|
56
|
+
readonly tfid: pulumi.Output<string>;
|
|
57
|
+
/**
|
|
58
|
+
* Create a TlsServiceProfile resource with the given unique name, arguments, and options.
|
|
59
|
+
*
|
|
60
|
+
* @param name The _unique_ name of the resource.
|
|
61
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
62
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
63
|
+
*/
|
|
64
|
+
constructor(name: string, args: TlsServiceProfileArgs, opts?: pulumi.CustomResourceOptions);
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Input properties used for looking up and filtering TlsServiceProfile resources.
|
|
68
|
+
*/
|
|
69
|
+
export interface TlsServiceProfileState {
|
|
70
|
+
/**
|
|
71
|
+
* SSL certificate file name. String length must not exceed 255 characters.
|
|
72
|
+
*/
|
|
73
|
+
certificate?: pulumi.Input<string>;
|
|
74
|
+
/**
|
|
75
|
+
* The Device param.
|
|
76
|
+
*/
|
|
77
|
+
device?: pulumi.Input<string>;
|
|
78
|
+
/**
|
|
79
|
+
* The Folder param.
|
|
80
|
+
*/
|
|
81
|
+
folder?: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* SSL TLS Service Profile name, value is muCustomDomainSSLProfile when it is used on mobile-agent infra settings. String length must not exceed 127 characters. String validation regex: `^[a-zA-Z0-9._-]+$`.
|
|
84
|
+
*/
|
|
85
|
+
name?: pulumi.Input<string>;
|
|
86
|
+
/**
|
|
87
|
+
* The ProtocolSettings param.
|
|
88
|
+
*/
|
|
89
|
+
protocolSettings?: pulumi.Input<inputs.TlsServiceProfileProtocolSettings>;
|
|
90
|
+
/**
|
|
91
|
+
* The Snippet param.
|
|
92
|
+
*/
|
|
93
|
+
snippet?: pulumi.Input<string>;
|
|
94
|
+
tfid?: pulumi.Input<string>;
|
|
95
|
+
}
|
|
96
|
+
/**
|
|
97
|
+
* The set of arguments for constructing a TlsServiceProfile resource.
|
|
98
|
+
*/
|
|
99
|
+
export interface TlsServiceProfileArgs {
|
|
100
|
+
/**
|
|
101
|
+
* SSL certificate file name. String length must not exceed 255 characters.
|
|
102
|
+
*/
|
|
103
|
+
certificate: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* The Device param.
|
|
106
|
+
*/
|
|
107
|
+
device?: pulumi.Input<string>;
|
|
108
|
+
/**
|
|
109
|
+
* The Folder param.
|
|
110
|
+
*/
|
|
111
|
+
folder?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* SSL TLS Service Profile name, value is muCustomDomainSSLProfile when it is used on mobile-agent infra settings. String length must not exceed 127 characters. String validation regex: `^[a-zA-Z0-9._-]+$`.
|
|
114
|
+
*/
|
|
115
|
+
name?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* The ProtocolSettings param.
|
|
118
|
+
*/
|
|
119
|
+
protocolSettings: pulumi.Input<inputs.TlsServiceProfileProtocolSettings>;
|
|
120
|
+
/**
|
|
121
|
+
* The Snippet param.
|
|
122
|
+
*/
|
|
123
|
+
snippet?: pulumi.Input<string>;
|
|
124
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
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.TlsServiceProfile = 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 = new scm.TlsServiceProfile("example", {folder: "Shared"});
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
class TlsServiceProfile extends pulumi.CustomResource {
|
|
21
|
+
/**
|
|
22
|
+
* Get an existing TlsServiceProfile resource's state with the given name, ID, and optional extra
|
|
23
|
+
* properties used to qualify the lookup.
|
|
24
|
+
*
|
|
25
|
+
* @param name The _unique_ name of the resulting resource.
|
|
26
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
27
|
+
* @param state Any extra arguments used during the lookup.
|
|
28
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
29
|
+
*/
|
|
30
|
+
static get(name, id, state, opts) {
|
|
31
|
+
return new TlsServiceProfile(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Returns true if the given object is an instance of TlsServiceProfile. This is designed to work even
|
|
35
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
36
|
+
*/
|
|
37
|
+
static isInstance(obj) {
|
|
38
|
+
if (obj === undefined || obj === null) {
|
|
39
|
+
return false;
|
|
40
|
+
}
|
|
41
|
+
return obj['__pulumiType'] === TlsServiceProfile.__pulumiType;
|
|
42
|
+
}
|
|
43
|
+
constructor(name, argsOrState, opts) {
|
|
44
|
+
let resourceInputs = {};
|
|
45
|
+
opts = opts || {};
|
|
46
|
+
if (opts.id) {
|
|
47
|
+
const state = argsOrState;
|
|
48
|
+
resourceInputs["certificate"] = state ? state.certificate : undefined;
|
|
49
|
+
resourceInputs["device"] = state ? state.device : undefined;
|
|
50
|
+
resourceInputs["folder"] = state ? state.folder : undefined;
|
|
51
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
52
|
+
resourceInputs["protocolSettings"] = state ? state.protocolSettings : undefined;
|
|
53
|
+
resourceInputs["snippet"] = state ? state.snippet : undefined;
|
|
54
|
+
resourceInputs["tfid"] = state ? state.tfid : undefined;
|
|
55
|
+
}
|
|
56
|
+
else {
|
|
57
|
+
const args = argsOrState;
|
|
58
|
+
if ((!args || args.certificate === undefined) && !opts.urn) {
|
|
59
|
+
throw new Error("Missing required property 'certificate'");
|
|
60
|
+
}
|
|
61
|
+
if ((!args || args.protocolSettings === undefined) && !opts.urn) {
|
|
62
|
+
throw new Error("Missing required property 'protocolSettings'");
|
|
63
|
+
}
|
|
64
|
+
resourceInputs["certificate"] = args ? args.certificate : undefined;
|
|
65
|
+
resourceInputs["device"] = args ? args.device : undefined;
|
|
66
|
+
resourceInputs["folder"] = args ? args.folder : undefined;
|
|
67
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
68
|
+
resourceInputs["protocolSettings"] = args ? args.protocolSettings : undefined;
|
|
69
|
+
resourceInputs["snippet"] = args ? args.snippet : undefined;
|
|
70
|
+
resourceInputs["tfid"] = undefined /*out*/;
|
|
71
|
+
}
|
|
72
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
73
|
+
super(TlsServiceProfile.__pulumiType, name, resourceInputs, opts);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
exports.TlsServiceProfile = TlsServiceProfile;
|
|
77
|
+
/** @internal */
|
|
78
|
+
TlsServiceProfile.__pulumiType = 'scm:index/tlsServiceProfile:TlsServiceProfile';
|
|
79
|
+
//# sourceMappingURL=tlsServiceProfile.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tlsServiceProfile.js","sourceRoot":"","sources":["../tlsServiceProfile.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* Retrieves a config item.
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as scm from "@pulumi/scm";
|
|
12
|
+
*
|
|
13
|
+
* const example = new scm.TrafficSteeringRule("example", {folder: "Shared"});
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare class TrafficSteeringRule extends pulumi.CustomResource {
|
|
17
|
+
/**
|
|
18
|
+
* Get an existing TrafficSteeringRule resource's state with the given name, ID, and optional extra
|
|
19
|
+
* properties used to qualify the lookup.
|
|
20
|
+
*
|
|
21
|
+
* @param name The _unique_ name of the resulting resource.
|
|
22
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
23
|
+
* @param state Any extra arguments used during the lookup.
|
|
24
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
25
|
+
*/
|
|
26
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TrafficSteeringRuleState, opts?: pulumi.CustomResourceOptions): TrafficSteeringRule;
|
|
27
|
+
/**
|
|
28
|
+
* Returns true if the given object is an instance of TrafficSteeringRule. This is designed to work even
|
|
29
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
30
|
+
*/
|
|
31
|
+
static isInstance(obj: any): obj is TrafficSteeringRule;
|
|
32
|
+
/**
|
|
33
|
+
* The Action param.
|
|
34
|
+
*/
|
|
35
|
+
readonly action: pulumi.Output<outputs.TrafficSteeringRuleAction | undefined>;
|
|
36
|
+
/**
|
|
37
|
+
* The Category param.
|
|
38
|
+
*/
|
|
39
|
+
readonly categories: pulumi.Output<string[] | undefined>;
|
|
40
|
+
/**
|
|
41
|
+
* The Destination param.
|
|
42
|
+
*/
|
|
43
|
+
readonly destinations: pulumi.Output<string[] | undefined>;
|
|
44
|
+
/**
|
|
45
|
+
* The Folder param. String can either be a specific string(`"Service Connections"`) or match this regex: `^[0-9a-zA-Z._\s-]{1,}$`. Default: `"Service Connections"`.
|
|
46
|
+
*/
|
|
47
|
+
readonly folder: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* The Name param.
|
|
50
|
+
*/
|
|
51
|
+
readonly name: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* The Service param.
|
|
54
|
+
*/
|
|
55
|
+
readonly services: pulumi.Output<string[]>;
|
|
56
|
+
/**
|
|
57
|
+
* The SourceUser param.
|
|
58
|
+
*/
|
|
59
|
+
readonly sourceUsers: pulumi.Output<string[] | undefined>;
|
|
60
|
+
/**
|
|
61
|
+
* The Source param.
|
|
62
|
+
*/
|
|
63
|
+
readonly sources: pulumi.Output<string[]>;
|
|
64
|
+
readonly tfid: pulumi.Output<string>;
|
|
65
|
+
/**
|
|
66
|
+
* Create a TrafficSteeringRule resource with the given unique name, arguments, and options.
|
|
67
|
+
*
|
|
68
|
+
* @param name The _unique_ name of the resource.
|
|
69
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
70
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
71
|
+
*/
|
|
72
|
+
constructor(name: string, args: TrafficSteeringRuleArgs, opts?: pulumi.CustomResourceOptions);
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Input properties used for looking up and filtering TrafficSteeringRule resources.
|
|
76
|
+
*/
|
|
77
|
+
export interface TrafficSteeringRuleState {
|
|
78
|
+
/**
|
|
79
|
+
* The Action param.
|
|
80
|
+
*/
|
|
81
|
+
action?: pulumi.Input<inputs.TrafficSteeringRuleAction>;
|
|
82
|
+
/**
|
|
83
|
+
* The Category param.
|
|
84
|
+
*/
|
|
85
|
+
categories?: pulumi.Input<pulumi.Input<string>[]>;
|
|
86
|
+
/**
|
|
87
|
+
* The Destination param.
|
|
88
|
+
*/
|
|
89
|
+
destinations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
90
|
+
/**
|
|
91
|
+
* The Folder param. String can either be a specific string(`"Service Connections"`) or match this regex: `^[0-9a-zA-Z._\s-]{1,}$`. Default: `"Service Connections"`.
|
|
92
|
+
*/
|
|
93
|
+
folder?: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* The Name param.
|
|
96
|
+
*/
|
|
97
|
+
name?: pulumi.Input<string>;
|
|
98
|
+
/**
|
|
99
|
+
* The Service param.
|
|
100
|
+
*/
|
|
101
|
+
services?: pulumi.Input<pulumi.Input<string>[]>;
|
|
102
|
+
/**
|
|
103
|
+
* The SourceUser param.
|
|
104
|
+
*/
|
|
105
|
+
sourceUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
106
|
+
/**
|
|
107
|
+
* The Source param.
|
|
108
|
+
*/
|
|
109
|
+
sources?: pulumi.Input<pulumi.Input<string>[]>;
|
|
110
|
+
tfid?: pulumi.Input<string>;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* The set of arguments for constructing a TrafficSteeringRule resource.
|
|
114
|
+
*/
|
|
115
|
+
export interface TrafficSteeringRuleArgs {
|
|
116
|
+
/**
|
|
117
|
+
* The Action param.
|
|
118
|
+
*/
|
|
119
|
+
action?: pulumi.Input<inputs.TrafficSteeringRuleAction>;
|
|
120
|
+
/**
|
|
121
|
+
* The Category param.
|
|
122
|
+
*/
|
|
123
|
+
categories?: pulumi.Input<pulumi.Input<string>[]>;
|
|
124
|
+
/**
|
|
125
|
+
* The Destination param.
|
|
126
|
+
*/
|
|
127
|
+
destinations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
128
|
+
/**
|
|
129
|
+
* The Folder param. String can either be a specific string(`"Service Connections"`) or match this regex: `^[0-9a-zA-Z._\s-]{1,}$`. Default: `"Service Connections"`.
|
|
130
|
+
*/
|
|
131
|
+
folder?: pulumi.Input<string>;
|
|
132
|
+
/**
|
|
133
|
+
* The Name param.
|
|
134
|
+
*/
|
|
135
|
+
name?: pulumi.Input<string>;
|
|
136
|
+
/**
|
|
137
|
+
* The Service param.
|
|
138
|
+
*/
|
|
139
|
+
services: pulumi.Input<pulumi.Input<string>[]>;
|
|
140
|
+
/**
|
|
141
|
+
* The SourceUser param.
|
|
142
|
+
*/
|
|
143
|
+
sourceUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
144
|
+
/**
|
|
145
|
+
* The Source param.
|
|
146
|
+
*/
|
|
147
|
+
sources: pulumi.Input<pulumi.Input<string>[]>;
|
|
148
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
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.TrafficSteeringRule = 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 = new scm.TrafficSteeringRule("example", {folder: "Shared"});
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
class TrafficSteeringRule extends pulumi.CustomResource {
|
|
21
|
+
/**
|
|
22
|
+
* Get an existing TrafficSteeringRule resource's state with the given name, ID, and optional extra
|
|
23
|
+
* properties used to qualify the lookup.
|
|
24
|
+
*
|
|
25
|
+
* @param name The _unique_ name of the resulting resource.
|
|
26
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
27
|
+
* @param state Any extra arguments used during the lookup.
|
|
28
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
29
|
+
*/
|
|
30
|
+
static get(name, id, state, opts) {
|
|
31
|
+
return new TrafficSteeringRule(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Returns true if the given object is an instance of TrafficSteeringRule. This is designed to work even
|
|
35
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
36
|
+
*/
|
|
37
|
+
static isInstance(obj) {
|
|
38
|
+
if (obj === undefined || obj === null) {
|
|
39
|
+
return false;
|
|
40
|
+
}
|
|
41
|
+
return obj['__pulumiType'] === TrafficSteeringRule.__pulumiType;
|
|
42
|
+
}
|
|
43
|
+
constructor(name, argsOrState, opts) {
|
|
44
|
+
let resourceInputs = {};
|
|
45
|
+
opts = opts || {};
|
|
46
|
+
if (opts.id) {
|
|
47
|
+
const state = argsOrState;
|
|
48
|
+
resourceInputs["action"] = state ? state.action : undefined;
|
|
49
|
+
resourceInputs["categories"] = state ? state.categories : undefined;
|
|
50
|
+
resourceInputs["destinations"] = state ? state.destinations : undefined;
|
|
51
|
+
resourceInputs["folder"] = state ? state.folder : undefined;
|
|
52
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
53
|
+
resourceInputs["services"] = state ? state.services : undefined;
|
|
54
|
+
resourceInputs["sourceUsers"] = state ? state.sourceUsers : undefined;
|
|
55
|
+
resourceInputs["sources"] = state ? state.sources : undefined;
|
|
56
|
+
resourceInputs["tfid"] = state ? state.tfid : undefined;
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
const args = argsOrState;
|
|
60
|
+
if ((!args || args.services === undefined) && !opts.urn) {
|
|
61
|
+
throw new Error("Missing required property 'services'");
|
|
62
|
+
}
|
|
63
|
+
if ((!args || args.sources === undefined) && !opts.urn) {
|
|
64
|
+
throw new Error("Missing required property 'sources'");
|
|
65
|
+
}
|
|
66
|
+
resourceInputs["action"] = args ? args.action : undefined;
|
|
67
|
+
resourceInputs["categories"] = args ? args.categories : undefined;
|
|
68
|
+
resourceInputs["destinations"] = args ? args.destinations : undefined;
|
|
69
|
+
resourceInputs["folder"] = args ? args.folder : undefined;
|
|
70
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
71
|
+
resourceInputs["services"] = args ? args.services : undefined;
|
|
72
|
+
resourceInputs["sourceUsers"] = args ? args.sourceUsers : undefined;
|
|
73
|
+
resourceInputs["sources"] = args ? args.sources : undefined;
|
|
74
|
+
resourceInputs["tfid"] = undefined /*out*/;
|
|
75
|
+
}
|
|
76
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
77
|
+
super(TrafficSteeringRule.__pulumiType, name, resourceInputs, opts);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
exports.TrafficSteeringRule = TrafficSteeringRule;
|
|
81
|
+
/** @internal */
|
|
82
|
+
TrafficSteeringRule.__pulumiType = 'scm:index/trafficSteeringRule:TrafficSteeringRule';
|
|
83
|
+
//# sourceMappingURL=trafficSteeringRule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"trafficSteeringRule.js","sourceRoot":"","sources":["../trafficSteeringRule.ts"],"names":[],"mappings":"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"}
|
package/types/index.d.ts
ADDED