@pulumi/scm 1.0.0-alpha.1763793524 → 1.0.0-alpha.1764128391
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/address.d.ts +36 -0
- package/address.js.map +1 -1
- package/addressGroup.d.ts +24 -0
- package/addressGroup.js.map +1 -1
- package/aggregateInterface.d.ts +24 -0
- package/aggregateInterface.js.map +1 -1
- package/antiSpywareProfile.d.ts +12 -0
- package/antiSpywareProfile.js.map +1 -1
- package/antiSpywareSignature.d.ts +12 -0
- package/antiSpywareSignature.js.map +1 -1
- package/appOverrideRule.d.ts +12 -0
- package/appOverrideRule.js.map +1 -1
- package/application.d.ts +12 -0
- package/application.js.map +1 -1
- package/applicationFilter.d.ts +12 -0
- package/applicationFilter.js.map +1 -1
- package/applicationGroup.d.ts +12 -0
- package/applicationGroup.js.map +1 -1
- package/authenticationPortal.d.ts +191 -0
- package/authenticationPortal.js +93 -0
- package/authenticationPortal.js.map +1 -0
- package/authenticationProfile.d.ts +66 -9
- package/authenticationProfile.js +45 -0
- package/authenticationProfile.js.map +1 -1
- package/authenticationRule.d.ts +12 -0
- package/authenticationRule.js.map +1 -1
- package/authenticationSequence.d.ts +35 -0
- package/authenticationSequence.js +23 -0
- package/authenticationSequence.js.map +1 -1
- package/autoVpnCluster.d.ts +176 -0
- package/autoVpnCluster.js +115 -0
- package/autoVpnCluster.js.map +1 -0
- package/autoVpnSetting.d.ts +95 -0
- package/autoVpnSetting.js +80 -0
- package/autoVpnSetting.js.map +1 -0
- package/bgpAddressFamilyProfile.d.ts +38 -3
- package/bgpAddressFamilyProfile.js +23 -0
- package/bgpAddressFamilyProfile.js.map +1 -1
- package/bgpAuthProfile.d.ts +25 -0
- package/bgpAuthProfile.js +13 -0
- package/bgpAuthProfile.js.map +1 -1
- package/bgpFilteringProfile.d.ts +46 -0
- package/bgpFilteringProfile.js +34 -0
- package/bgpFilteringProfile.js.map +1 -1
- package/bgpRedistributionProfile.d.ts +39 -0
- package/bgpRedistributionProfile.js +27 -0
- package/bgpRedistributionProfile.js.map +1 -1
- package/bgpRouteMap.d.ts +65 -0
- package/bgpRouteMap.js +53 -0
- package/bgpRouteMap.js.map +1 -1
- package/bgpRouteMapRedistribution.d.ts +30 -0
- package/bgpRouteMapRedistribution.js.map +1 -1
- package/bgpRouting.d.ts +133 -0
- package/bgpRouting.js +82 -0
- package/bgpRouting.js.map +1 -0
- package/certificateProfile.d.ts +12 -0
- package/certificateProfile.js.map +1 -1
- package/decryptionExclusion.d.ts +12 -0
- package/decryptionExclusion.js.map +1 -1
- package/decryptionProfile.d.ts +12 -0
- package/decryptionProfile.js.map +1 -1
- package/decryptionRule.d.ts +38 -0
- package/decryptionRule.js +26 -0
- package/decryptionRule.js.map +1 -1
- package/dhcpInterface.d.ts +24 -0
- package/dhcpInterface.js.map +1 -1
- package/dnsProxy.d.ts +12 -0
- package/dnsProxy.js.map +1 -1
- package/dnsSecurityProfile.d.ts +12 -0
- package/dnsSecurityProfile.js.map +1 -1
- package/dosProtectionProfile.d.ts +12 -0
- package/dosProtectionProfile.js.map +1 -1
- package/dosProtectionRule.d.ts +12 -0
- package/dosProtectionRule.js.map +1 -1
- package/dynamicUserGroup.d.ts +12 -0
- package/dynamicUserGroup.js.map +1 -1
- package/ethernetInterface.d.ts +85 -0
- package/ethernetInterface.js +39 -0
- package/ethernetInterface.js.map +1 -1
- package/externalDynamicList.d.ts +12 -0
- package/externalDynamicList.js.map +1 -1
- package/fileBlockingProfile.d.ts +86 -0
- package/fileBlockingProfile.js +74 -0
- package/fileBlockingProfile.js.map +1 -1
- package/getAddress.d.ts +0 -21
- package/getAddress.js.map +1 -1
- package/getAddressGroup.d.ts +0 -15
- package/getAddressGroup.js.map +1 -1
- package/getAggregateInterface.d.ts +0 -12
- package/getAggregateInterface.js.map +1 -1
- package/getAntiSpywareProfile.d.ts +0 -21
- package/getAntiSpywareProfile.js.map +1 -1
- package/getAntiSpywareSignature.d.ts +0 -27
- package/getAntiSpywareSignature.js.map +1 -1
- package/getAppOverrideRule.d.ts +4 -77
- package/getAppOverrideRule.js +4 -32
- package/getAppOverrideRule.js.map +1 -1
- package/getApplication.d.ts +0 -66
- package/getApplication.js.map +1 -1
- package/getApplicationFilter.d.ts +0 -57
- package/getApplicationFilter.js.map +1 -1
- package/getApplicationGroup.d.ts +0 -9
- package/getApplicationGroup.js.map +1 -1
- package/getAuthenticationProfile.d.ts +27 -25
- package/getAuthenticationProfile.js +26 -0
- package/getAuthenticationProfile.js.map +1 -1
- package/getAuthenticationProfileList.d.ts +32 -0
- package/getAuthenticationProfileList.js +32 -0
- package/getAuthenticationProfileList.js.map +1 -1
- package/getAuthenticationRule.d.ts +8 -104
- package/getAuthenticationRule.js +8 -44
- package/getAuthenticationRule.js.map +1 -1
- package/getAuthenticationSequence.d.ts +26 -9
- package/getAuthenticationSequence.js +26 -0
- package/getAuthenticationSequence.js.map +1 -1
- package/getAuthenticationSequenceList.d.ts +32 -0
- package/getAuthenticationSequenceList.js +32 -0
- package/getAuthenticationSequenceList.js.map +1 -1
- package/getAutoVpnCluster.d.ts +112 -0
- package/getAutoVpnCluster.js +68 -0
- package/getAutoVpnCluster.js.map +1 -0
- package/getAutoVpnClusterList.d.ts +136 -0
- package/getAutoVpnClusterList.js +66 -0
- package/getAutoVpnClusterList.js.map +1 -0
- package/getAutoVpnSetting.d.ts +52 -0
- package/getAutoVpnSetting.js +44 -0
- package/getAutoVpnSetting.js.map +1 -0
- package/getBgpAddressFamilyProfile.d.ts +36 -9
- package/getBgpAddressFamilyProfile.js +36 -0
- package/getBgpAddressFamilyProfile.js.map +1 -1
- package/getBgpAuthProfile.d.ts +36 -12
- package/getBgpAuthProfile.js +36 -0
- package/getBgpAuthProfile.js.map +1 -1
- package/getBgpAuthProfileList.d.ts +26 -0
- package/getBgpAuthProfileList.js +26 -0
- package/getBgpAuthProfileList.js.map +1 -1
- package/getBgpFilteringProfile.d.ts +0 -9
- package/getBgpFilteringProfile.js.map +1 -1
- package/getBgpRedistributionProfile.d.ts +36 -9
- package/getBgpRedistributionProfile.js +36 -0
- package/getBgpRedistributionProfile.js.map +1 -1
- package/getBgpRedistributionProfileList.d.ts +26 -0
- package/getBgpRedistributionProfileList.js +26 -0
- package/getBgpRedistributionProfileList.js.map +1 -1
- package/getBgpRouteMap.d.ts +36 -9
- package/getBgpRouteMap.js +36 -0
- package/getBgpRouteMap.js.map +1 -1
- package/getBgpRouteMapList.d.ts +26 -0
- package/getBgpRouteMapList.js +26 -0
- package/getBgpRouteMapList.js.map +1 -1
- package/getBgpRouteMapRedistribution.d.ts +0 -18
- package/getBgpRouteMapRedistribution.js.map +1 -1
- package/getBgpRouting.d.ts +64 -0
- package/getBgpRouting.js +44 -0
- package/getBgpRouting.js.map +1 -0
- package/getCertificateProfile.d.ts +0 -21
- package/getCertificateProfile.js.map +1 -1
- package/getDecryptionExclusion.d.ts +0 -6
- package/getDecryptionExclusion.js.map +1 -1
- package/getDecryptionProfile.d.ts +0 -18
- package/getDecryptionProfile.js.map +1 -1
- package/getDecryptionRule.d.ts +4 -100
- package/getDecryptionRule.js +4 -40
- package/getDecryptionRule.js.map +1 -1
- package/getDhcpInterface.d.ts +0 -12
- package/getDhcpInterface.js.map +1 -1
- package/getDnsProxy.d.ts +0 -24
- package/getDnsProxy.js.map +1 -1
- package/getDnsSecurityProfile.d.ts +0 -6
- package/getDnsSecurityProfile.js.map +1 -1
- package/getDosProtectionProfile.d.ts +0 -15
- package/getDosProtectionProfile.js.map +1 -1
- package/getDosProtectionRule.d.ts +0 -39
- package/getDosProtectionRule.js.map +1 -1
- package/getDynamicUserGroup.d.ts +0 -12
- package/getDynamicUserGroup.js.map +1 -1
- package/getEthernetInterface.d.ts +2 -37
- package/getEthernetInterface.js.map +1 -1
- package/getExternalDynamicList.d.ts +0 -12
- package/getExternalDynamicList.js.map +1 -1
- package/getFileBlockingProfile.d.ts +40 -9
- package/getFileBlockingProfile.js +40 -0
- package/getFileBlockingProfile.js.map +1 -1
- package/getFileBlockingProfileList.d.ts +32 -0
- package/getFileBlockingProfileList.js +32 -0
- package/getFileBlockingProfileList.js.map +1 -1
- package/getHipObject.d.ts +0 -27
- package/getHipObject.js.map +1 -1
- package/getHipProfile.d.ts +0 -9
- package/getHipProfile.js.map +1 -1
- package/getHttpHeaderProfile.d.ts +0 -9
- package/getHttpHeaderProfile.js.map +1 -1
- package/getHttpServerProfile.d.ts +0 -15
- package/getHttpServerProfile.js.map +1 -1
- package/getIkeCryptoProfile.d.ts +0 -18
- package/getIkeCryptoProfile.js.map +1 -1
- package/getIkeGateway.d.ts +0 -27
- package/getIkeGateway.js.map +1 -1
- package/getInterfaceManagementProfile.d.ts +6 -99
- package/getInterfaceManagementProfile.js +6 -60
- package/getInterfaceManagementProfile.js.map +1 -1
- package/getIpsecCryptoProfile.d.ts +0 -21
- package/getIpsecCryptoProfile.js.map +1 -1
- package/getIpsecTunnel.d.ts +0 -15
- package/getIpsecTunnel.js.map +1 -1
- package/getKerberosServerProfile.d.ts +0 -9
- package/getKerberosServerProfile.js.map +1 -1
- package/getLayer2Subinterface.d.ts +0 -12
- package/getLayer2Subinterface.js.map +1 -1
- package/getLayer3Subinterface.d.ts +0 -24
- package/getLayer3Subinterface.js.map +1 -1
- package/getLdapServerProfile.d.ts +0 -27
- package/getLdapServerProfile.js.map +1 -1
- package/getLinkTag.d.ts +0 -6
- package/getLinkTag.js.map +1 -1
- package/getLocalUser.d.ts +0 -15
- package/getLocalUser.js.map +1 -1
- package/getLocalUserGroup.d.ts +0 -9
- package/getLocalUserGroup.js.map +1 -1
- package/getLogForwardingProfile.d.ts +0 -9
- package/getLogForwardingProfile.js.map +1 -1
- package/getLogicalRouter.d.ts +0 -12
- package/getLogicalRouter.js.map +1 -1
- package/getLoopbackInterface.d.ts +0 -18
- package/getLoopbackInterface.js.map +1 -1
- package/getNatRule.d.ts +10 -50
- package/getNatRule.js +10 -50
- package/getNatRule.js.map +1 -1
- package/getOspfAuthProfile.d.ts +0 -15
- package/getOspfAuthProfile.js.map +1 -1
- package/getPbfRule.d.ts +8 -89
- package/getPbfRule.js +8 -62
- package/getPbfRule.js.map +1 -1
- package/getProfileGroup.d.ts +0 -27
- package/getProfileGroup.js.map +1 -1
- package/getQosPolicyRule.d.ts +4 -61
- package/getQosPolicyRule.js +4 -40
- package/getQosPolicyRule.js.map +1 -1
- package/getQosProfile.d.ts +0 -6
- package/getQosProfile.js.map +1 -1
- package/getRadiusServerProfile.d.ts +6 -54
- package/getRadiusServerProfile.js +6 -36
- package/getRadiusServerProfile.js.map +1 -1
- package/getRegion.d.ts +0 -9
- package/getRegion.js.map +1 -1
- package/getRouteAccessList.d.ts +0 -9
- package/getRouteAccessList.js.map +1 -1
- package/getRouteCommunityList.d.ts +0 -9
- package/getRouteCommunityList.js.map +1 -1
- package/getRoutePathAccessList.d.ts +0 -6
- package/getRoutePathAccessList.js.map +1 -1
- package/getRoutePrefixList.d.ts +1 -10
- package/getRoutePrefixList.js.map +1 -1
- package/getSamlServerProfile.d.ts +0 -27
- package/getSamlServerProfile.js.map +1 -1
- package/getScepProfile.d.ts +0 -36
- package/getScepProfile.js.map +1 -1
- package/getSchedule.d.ts +0 -9
- package/getSchedule.js.map +1 -1
- package/getSdwanErrorCorrectionProfile.d.ts +0 -9
- package/getSdwanErrorCorrectionProfile.js.map +1 -1
- package/getSdwanPathQualityProfile.d.ts +0 -9
- package/getSdwanPathQualityProfile.js.map +1 -1
- package/getSdwanRule.d.ts +0 -45
- package/getSdwanRule.js.map +1 -1
- package/getSdwanSaasQualityProfile.d.ts +0 -9
- package/getSdwanSaasQualityProfile.js.map +1 -1
- package/getSdwanTrafficDistributionProfile.d.ts +0 -12
- package/getSdwanTrafficDistributionProfile.js.map +1 -1
- package/getSecurityRule.d.ts +10 -74
- package/getSecurityRule.js +10 -74
- package/getSecurityRule.js.map +1 -1
- package/getService.d.ts +0 -12
- package/getService.js.map +1 -1
- package/getServiceConnection.d.ts +10 -156
- package/getServiceConnection.js +10 -156
- package/getServiceConnection.js.map +1 -1
- package/getServiceConnectionGroup.d.ts +4 -186
- package/getServiceConnectionGroup.js +4 -186
- package/getServiceConnectionGroup.js.map +1 -1
- package/getServiceGroup.d.ts +0 -12
- package/getServiceGroup.js.map +1 -1
- package/getSite.d.ts +30 -2
- package/getSite.js +24 -0
- package/getSite.js.map +1 -1
- package/getSiteList.d.ts +28 -0
- package/getSiteList.js +28 -0
- package/getSiteList.js.map +1 -1
- package/getSnippet.d.ts +12 -24
- package/getSnippet.js +12 -24
- package/getSnippet.js.map +1 -1
- package/getSyslogServerProfile.d.ts +0 -12
- package/getSyslogServerProfile.js.map +1 -1
- package/getTacacsServerProfile.d.ts +0 -18
- package/getTacacsServerProfile.js.map +1 -1
- package/getTag.d.ts +0 -6
- package/getTag.js.map +1 -1
- package/getTlsServiceProfile.d.ts +0 -9
- package/getTlsServiceProfile.js.map +1 -1
- package/getTunnelInterface.d.ts +0 -15
- package/getTunnelInterface.js.map +1 -1
- package/getUrlAccessProfile.d.ts +0 -30
- package/getUrlAccessProfile.js.map +1 -1
- package/getUrlCategory.d.ts +0 -12
- package/getUrlCategory.js.map +1 -1
- package/getVariable.d.ts +0 -15
- package/getVariable.js.map +1 -1
- package/getVlanInterface.d.ts +0 -21
- package/getVlanInterface.js.map +1 -1
- package/getVulnerabilityProtectionProfile.d.ts +0 -12
- package/getVulnerabilityProtectionProfile.js.map +1 -1
- package/getVulnerabilityProtectionSignature.d.ts +0 -27
- package/getVulnerabilityProtectionSignature.js.map +1 -1
- package/getWildfireAntiVirusProfile.d.ts +0 -18
- package/getWildfireAntiVirusProfile.js.map +1 -1
- package/getZone.d.ts +0 -27
- package/getZone.js.map +1 -1
- package/hipObject.d.ts +12 -0
- package/hipObject.js.map +1 -1
- package/hipProfile.d.ts +12 -0
- package/hipProfile.js.map +1 -1
- package/httpHeaderProfile.d.ts +12 -0
- package/httpHeaderProfile.js.map +1 -1
- package/httpServerProfile.d.ts +12 -0
- package/httpServerProfile.js.map +1 -1
- package/ikeCryptoProfile.d.ts +12 -0
- package/ikeCryptoProfile.js.map +1 -1
- package/ikeGateway.d.ts +12 -0
- package/ikeGateway.js.map +1 -1
- package/index.d.ts +27 -0
- package/index.js +47 -10
- package/index.js.map +1 -1
- package/interfaceManagementProfile.d.ts +12 -0
- package/interfaceManagementProfile.js.map +1 -1
- package/ipsecCryptoProfile.d.ts +24 -0
- package/ipsecCryptoProfile.js.map +1 -1
- package/ipsecTunnel.d.ts +12 -0
- package/ipsecTunnel.js.map +1 -1
- package/kerberosServerProfile.d.ts +12 -0
- package/kerberosServerProfile.js.map +1 -1
- package/layer2Subinterface.d.ts +12 -0
- package/layer2Subinterface.js.map +1 -1
- package/layer3Subinterface.d.ts +24 -0
- package/layer3Subinterface.js.map +1 -1
- package/ldapServerProfile.d.ts +12 -0
- package/ldapServerProfile.js.map +1 -1
- package/linkTag.d.ts +12 -0
- package/linkTag.js.map +1 -1
- package/localUser.d.ts +12 -0
- package/localUser.js.map +1 -1
- package/localUserGroup.d.ts +12 -0
- package/localUserGroup.js.map +1 -1
- package/logForwardingProfile.d.ts +12 -0
- package/logForwardingProfile.js.map +1 -1
- package/logicalRouter.d.ts +12 -0
- package/logicalRouter.js.map +1 -1
- package/loopbackInterface.d.ts +12 -0
- package/loopbackInterface.js.map +1 -1
- package/mfaServer.d.ts +12 -0
- package/mfaServer.js.map +1 -1
- package/ospfAuthProfile.d.ts +24 -0
- package/ospfAuthProfile.js.map +1 -1
- package/package.json +2 -2
- package/pbfRule.d.ts +12 -0
- package/pbfRule.js.map +1 -1
- package/profileGroup.d.ts +12 -0
- package/profileGroup.js.map +1 -1
- package/qosPolicyRule.d.ts +12 -0
- package/qosPolicyRule.js.map +1 -1
- package/qosProfile.d.ts +12 -0
- package/qosProfile.js.map +1 -1
- package/radiusServerProfile.d.ts +14 -2
- package/radiusServerProfile.js +2 -2
- package/radiusServerProfile.js.map +1 -1
- package/region.d.ts +12 -0
- package/region.js.map +1 -1
- package/remoteNetwork.d.ts +4 -4
- package/remoteNetwork.js +4 -4
- package/routeAccessList.d.ts +12 -0
- package/routeAccessList.js.map +1 -1
- package/routeCommunityList.d.ts +12 -0
- package/routeCommunityList.js.map +1 -1
- package/routePathAccessList.d.ts +12 -0
- package/routePathAccessList.js.map +1 -1
- package/routePrefixList.d.ts +49 -12
- package/routePrefixList.js +27 -2
- package/routePrefixList.js.map +1 -1
- package/samlServerProfile.d.ts +12 -0
- package/samlServerProfile.js.map +1 -1
- package/scepProfile.d.ts +12 -0
- package/scepProfile.js.map +1 -1
- package/schedule.d.ts +12 -0
- package/schedule.js.map +1 -1
- package/sdwanErrorCorrectionProfile.d.ts +12 -0
- package/sdwanErrorCorrectionProfile.js.map +1 -1
- package/sdwanPathQualityProfile.d.ts +12 -0
- package/sdwanPathQualityProfile.js.map +1 -1
- package/sdwanRule.d.ts +12 -0
- package/sdwanRule.js.map +1 -1
- package/sdwanSaasQualityProfile.d.ts +12 -0
- package/sdwanSaasQualityProfile.js.map +1 -1
- package/sdwanTrafficDistributionProfile.d.ts +12 -0
- package/sdwanTrafficDistributionProfile.js.map +1 -1
- package/securityRule.d.ts +26 -0
- package/securityRule.js +26 -0
- package/securityRule.js.map +1 -1
- package/service.d.ts +12 -0
- package/service.js.map +1 -1
- package/serviceGroup.d.ts +12 -0
- package/serviceGroup.js.map +1 -1
- package/site.d.ts +298 -0
- package/site.js +177 -0
- package/site.js.map +1 -0
- package/snippet.d.ts +1 -5
- package/snippet.js +1 -1
- package/snippet.js.map +1 -1
- package/syslogServerProfile.d.ts +12 -0
- package/syslogServerProfile.js.map +1 -1
- package/tacacsServerProfile.d.ts +12 -0
- package/tacacsServerProfile.js.map +1 -1
- package/tag.d.ts +12 -0
- package/tag.js.map +1 -1
- package/tlsServiceProfile.d.ts +12 -0
- package/tlsServiceProfile.js.map +1 -1
- package/tunnelInterface.d.ts +12 -0
- package/tunnelInterface.js.map +1 -1
- package/types/input.d.ts +1026 -148
- package/types/output.d.ts +3272 -647
- package/urlAccessProfile.d.ts +12 -0
- package/urlAccessProfile.js.map +1 -1
- package/urlCategory.d.ts +12 -0
- package/urlCategory.js.map +1 -1
- package/variable.d.ts +13 -5
- package/variable.js +1 -1
- package/variable.js.map +1 -1
- package/vlanInterface.d.ts +24 -0
- package/vlanInterface.js.map +1 -1
- package/vulnerabilityProtectionProfile.d.ts +12 -0
- package/vulnerabilityProtectionProfile.js.map +1 -1
- package/vulnerabilityProtectionSignature.d.ts +12 -0
- package/vulnerabilityProtectionSignature.js.map +1 -1
- package/wildfireAntiVirusProfile.d.ts +12 -0
- package/wildfireAntiVirusProfile.js.map +1 -1
- package/zone.d.ts +12 -0
- package/zone.js.map +1 -1
- package/zoneProtectionProfile.d.ts +18 -0
- package/zoneProtectionProfile.js.map +1 -1
package/getTag.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTag.js","sourceRoot":"","sources":["../getTag.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yBAAyB,EAAE;QACpD,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wBAMC;
|
|
1
|
+
{"version":3,"file":"getTag.js","sourceRoot":"","sources":["../getTag.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,MAAM,CAAC,IAAgB,EAAE,IAA2B;IAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yBAAyB,EAAE;QACpD,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wBAMC;AA4CD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,YAAY,CAAC,IAAsB,EAAE,IAAiC;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yBAAyB,EAAE;QAC1D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oCAMC"}
|
|
@@ -29,9 +29,6 @@ export interface GetTlsServiceProfileResult {
|
|
|
29
29
|
* The device in which the resource is defined
|
|
30
30
|
*/
|
|
31
31
|
readonly device: string;
|
|
32
|
-
/**
|
|
33
|
-
* The folder in which the resource is defined
|
|
34
|
-
*/
|
|
35
32
|
readonly folder: string;
|
|
36
33
|
/**
|
|
37
34
|
* The UUID of the TLS service profile
|
|
@@ -41,13 +38,7 @@ export interface GetTlsServiceProfileResult {
|
|
|
41
38
|
* TLS service profile name. The value is `muCustomDomainSSLProfile` when it is used on mobile-agent infra settings.
|
|
42
39
|
*/
|
|
43
40
|
readonly name: string;
|
|
44
|
-
/**
|
|
45
|
-
* Protocol settings
|
|
46
|
-
*/
|
|
47
41
|
readonly protocolSettings: outputs.GetTlsServiceProfileProtocolSettings;
|
|
48
|
-
/**
|
|
49
|
-
* The snippet in which the resource is defined
|
|
50
|
-
*/
|
|
51
42
|
readonly snippet: string;
|
|
52
43
|
readonly tfid: string;
|
|
53
44
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTlsServiceProfile.js","sourceRoot":"","sources":["../getTlsServiceProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC;
|
|
1
|
+
{"version":3,"file":"getTlsServiceProfile.js","sourceRoot":"","sources":["../getTlsServiceProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAA2B;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,qDAAqD,EAAE;QAChF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC;AAyCD;;GAEG;AACH,SAAgB,0BAA0B,CAAC,IAAoC,EAAE,IAAiC;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,qDAAqD,EAAE;QACtF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gEAMC"}
|
package/getTunnelInterface.d.ts
CHANGED
|
@@ -52,33 +52,18 @@ export interface GetTunnelInterfaceResult {
|
|
|
52
52
|
* The device in which the resource is defined
|
|
53
53
|
*/
|
|
54
54
|
readonly device: string;
|
|
55
|
-
/**
|
|
56
|
-
* The folder in which the resource is defined
|
|
57
|
-
*/
|
|
58
55
|
readonly folder: string;
|
|
59
56
|
/**
|
|
60
57
|
* UUID of the resource
|
|
61
58
|
*/
|
|
62
59
|
readonly id: string;
|
|
63
|
-
/**
|
|
64
|
-
* Interface management profile
|
|
65
|
-
*/
|
|
66
60
|
readonly interfaceManagementProfile: string;
|
|
67
|
-
/**
|
|
68
|
-
* Tunnel Interface IP Parent
|
|
69
|
-
*/
|
|
70
61
|
readonly ips: outputs.GetTunnelInterfaceIp[];
|
|
71
|
-
/**
|
|
72
|
-
* MTU
|
|
73
|
-
*/
|
|
74
62
|
readonly mtu: number;
|
|
75
63
|
/**
|
|
76
64
|
* L3 sub-interface name
|
|
77
65
|
*/
|
|
78
66
|
readonly name: string;
|
|
79
|
-
/**
|
|
80
|
-
* The snippet in which the resource is defined
|
|
81
|
-
*/
|
|
82
67
|
readonly snippet: string;
|
|
83
68
|
readonly tfid: string;
|
|
84
69
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTunnelInterface.js","sourceRoot":"","sources":["../getTunnelInterface.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC;
|
|
1
|
+
{"version":3,"file":"getTunnelInterface.js","sourceRoot":"","sources":["../getTunnelInterface.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gDAMC;AA+CD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iDAAiD,EAAE;QAClF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4DAMC"}
|
package/getUrlAccessProfile.d.ts
CHANGED
|
@@ -69,53 +69,23 @@ export interface GetUrlAccessProfileResult {
|
|
|
69
69
|
* The device in which the resource is defined
|
|
70
70
|
*/
|
|
71
71
|
readonly device: string;
|
|
72
|
-
/**
|
|
73
|
-
* The folder in which the resource is defined
|
|
74
|
-
*/
|
|
75
72
|
readonly folder: string;
|
|
76
73
|
/**
|
|
77
74
|
* UUID of the resource
|
|
78
75
|
*/
|
|
79
76
|
readonly id: string;
|
|
80
|
-
/**
|
|
81
|
-
* Local inline cat
|
|
82
|
-
*/
|
|
83
77
|
readonly localInlineCat: boolean;
|
|
84
|
-
/**
|
|
85
|
-
* Log container page only
|
|
86
|
-
*/
|
|
87
78
|
readonly logContainerPageOnly: boolean;
|
|
88
|
-
/**
|
|
89
|
-
* Log http hdr referer
|
|
90
|
-
*/
|
|
91
79
|
readonly logHttpHdrReferer: boolean;
|
|
92
|
-
/**
|
|
93
|
-
* Log http hdr user agent
|
|
94
|
-
*/
|
|
95
80
|
readonly logHttpHdrUserAgent: boolean;
|
|
96
|
-
/**
|
|
97
|
-
* Log http hdr xff
|
|
98
|
-
*/
|
|
99
81
|
readonly logHttpHdrXff: boolean;
|
|
100
|
-
/**
|
|
101
|
-
* Mlav category exception
|
|
102
|
-
*/
|
|
103
82
|
readonly mlavCategoryExceptions: string[];
|
|
104
83
|
/**
|
|
105
84
|
* Name
|
|
106
85
|
*/
|
|
107
86
|
readonly name: string;
|
|
108
|
-
/**
|
|
109
|
-
* Redirect
|
|
110
|
-
*/
|
|
111
87
|
readonly redirects: string[];
|
|
112
|
-
/**
|
|
113
|
-
* Safe search enforcement
|
|
114
|
-
*/
|
|
115
88
|
readonly safeSearchEnforcement: boolean;
|
|
116
|
-
/**
|
|
117
|
-
* The snippet in which the resource is defined
|
|
118
|
-
*/
|
|
119
89
|
readonly snippet: string;
|
|
120
90
|
readonly tfid: string;
|
|
121
91
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUrlAccessProfile.js","sourceRoot":"","sources":["../getUrlAccessProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;
|
|
1
|
+
{"version":3,"file":"getUrlAccessProfile.js","sourceRoot":"","sources":["../getUrlAccessProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mDAAmD,EAAE;QAC9E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kDAMC;AAwED;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mDAAmD,EAAE;QACpF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC"}
|
package/getUrlCategory.d.ts
CHANGED
|
@@ -44,30 +44,18 @@ export interface GetUrlCategoryResult {
|
|
|
44
44
|
* The device in which the resource is defined
|
|
45
45
|
*/
|
|
46
46
|
readonly device: string;
|
|
47
|
-
/**
|
|
48
|
-
* The folder in which the resource is defined
|
|
49
|
-
*/
|
|
50
47
|
readonly folder: string;
|
|
51
48
|
/**
|
|
52
49
|
* UUID of the resource
|
|
53
50
|
*/
|
|
54
51
|
readonly id: string;
|
|
55
|
-
/**
|
|
56
|
-
* List
|
|
57
|
-
*/
|
|
58
52
|
readonly lists: string[];
|
|
59
53
|
/**
|
|
60
54
|
* Name
|
|
61
55
|
*/
|
|
62
56
|
readonly name: string;
|
|
63
|
-
/**
|
|
64
|
-
* The snippet in which the resource is defined
|
|
65
|
-
*/
|
|
66
57
|
readonly snippet: string;
|
|
67
58
|
readonly tfid: string;
|
|
68
|
-
/**
|
|
69
|
-
* Type
|
|
70
|
-
*/
|
|
71
59
|
readonly type: string;
|
|
72
60
|
}
|
|
73
61
|
/**
|
package/getUrlCategory.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getUrlCategory.js","sourceRoot":"","sources":["../getUrlCategory.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,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;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC;
|
|
1
|
+
{"version":3,"file":"getUrlCategory.js","sourceRoot":"","sources":["../getUrlCategory.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,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;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC;AA0CD;;;;;;;;;;;;;;;;;;GAkBG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yCAAyC,EAAE;QAC1E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC"}
|
package/getVariable.d.ts
CHANGED
|
@@ -46,9 +46,6 @@ export interface GetVariableResult {
|
|
|
46
46
|
* The device in which the resource is defined
|
|
47
47
|
*/
|
|
48
48
|
readonly device: string;
|
|
49
|
-
/**
|
|
50
|
-
* The folder in which the resource is defined
|
|
51
|
-
*/
|
|
52
49
|
readonly folder: string;
|
|
53
50
|
/**
|
|
54
51
|
* UUID of the variable
|
|
@@ -58,22 +55,10 @@ export interface GetVariableResult {
|
|
|
58
55
|
* The name of the variable
|
|
59
56
|
*/
|
|
60
57
|
readonly name: string;
|
|
61
|
-
/**
|
|
62
|
-
* Is the variable overridden?
|
|
63
|
-
*/
|
|
64
58
|
readonly overridden: boolean;
|
|
65
|
-
/**
|
|
66
|
-
* The snippet in which the resource is defined
|
|
67
|
-
*/
|
|
68
59
|
readonly snippet: string;
|
|
69
60
|
readonly tfid: string;
|
|
70
|
-
/**
|
|
71
|
-
* The variable type
|
|
72
|
-
*/
|
|
73
61
|
readonly type: string;
|
|
74
|
-
/**
|
|
75
|
-
* The value of the variable
|
|
76
|
-
*/
|
|
77
62
|
readonly value: string;
|
|
78
63
|
}
|
|
79
64
|
/**
|
package/getVariable.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVariable.js","sourceRoot":"","sources":["../getVariable.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;
|
|
1
|
+
{"version":3,"file":"getVariable.js","sourceRoot":"","sources":["../getVariable.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kCAMC;AA2CD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mCAAmC,EAAE;QACpE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8CAMC"}
|
package/getVlanInterface.d.ts
CHANGED
|
@@ -61,42 +61,21 @@ export interface GetVlanInterfaceResult {
|
|
|
61
61
|
* The device in which the resource is defined
|
|
62
62
|
*/
|
|
63
63
|
readonly device: string;
|
|
64
|
-
/**
|
|
65
|
-
* Vlan interfaces DHCP Client Object
|
|
66
|
-
*/
|
|
67
64
|
readonly dhcpClient: outputs.GetVlanInterfaceDhcpClient;
|
|
68
|
-
/**
|
|
69
|
-
* The folder in which the resource is defined
|
|
70
|
-
*/
|
|
71
65
|
readonly folder: string;
|
|
72
66
|
/**
|
|
73
67
|
* UUID of the resource
|
|
74
68
|
*/
|
|
75
69
|
readonly id: string;
|
|
76
|
-
/**
|
|
77
|
-
* Interface management profile
|
|
78
|
-
*/
|
|
79
70
|
readonly interfaceManagementProfile: string;
|
|
80
|
-
/**
|
|
81
|
-
* VLAN Interface IP Parent
|
|
82
|
-
*/
|
|
83
71
|
readonly ips: outputs.GetVlanInterfaceIp[];
|
|
84
|
-
/**
|
|
85
|
-
* MTU
|
|
86
|
-
*/
|
|
87
72
|
readonly mtu: number;
|
|
88
73
|
/**
|
|
89
74
|
* L3 sub-interface name
|
|
90
75
|
*/
|
|
91
76
|
readonly name: string;
|
|
92
|
-
/**
|
|
93
|
-
* The snippet in which the resource is defined
|
|
94
|
-
*/
|
|
95
77
|
readonly snippet: string;
|
|
96
78
|
readonly tfid: string;
|
|
97
|
-
/**
|
|
98
|
-
* VLAN tag
|
|
99
|
-
*/
|
|
100
79
|
readonly vlanTag: string;
|
|
101
80
|
}
|
|
102
81
|
/**
|
package/getVlanInterface.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVlanInterface.js","sourceRoot":"","sources":["../getVlanInterface.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC;
|
|
1
|
+
{"version":3,"file":"getVlanInterface.js","sourceRoot":"","sources":["../getVlanInterface.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6CAA6C,EAAE;QACxE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC;AAyDD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6CAA6C,EAAE;QAC9E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC"}
|
|
@@ -49,9 +49,6 @@ export interface GetVulnerabilityProtectionProfileResult {
|
|
|
49
49
|
* The device in which the resource is defined
|
|
50
50
|
*/
|
|
51
51
|
readonly device: string;
|
|
52
|
-
/**
|
|
53
|
-
* The folder in which the resource is defined
|
|
54
|
-
*/
|
|
55
52
|
readonly folder: string;
|
|
56
53
|
/**
|
|
57
54
|
* UUID of the resource
|
|
@@ -61,18 +58,9 @@ export interface GetVulnerabilityProtectionProfileResult {
|
|
|
61
58
|
* Name
|
|
62
59
|
*/
|
|
63
60
|
readonly name: string;
|
|
64
|
-
/**
|
|
65
|
-
* Rules
|
|
66
|
-
*/
|
|
67
61
|
readonly rules: outputs.GetVulnerabilityProtectionProfileRule[];
|
|
68
|
-
/**
|
|
69
|
-
* The snippet in which the resource is defined
|
|
70
|
-
*/
|
|
71
62
|
readonly snippet: string;
|
|
72
63
|
readonly tfid: string;
|
|
73
|
-
/**
|
|
74
|
-
* Threat exception
|
|
75
|
-
*/
|
|
76
64
|
readonly threatExceptions: outputs.GetVulnerabilityProtectionProfileThreatException[];
|
|
77
65
|
}
|
|
78
66
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVulnerabilityProtectionProfile.js","sourceRoot":"","sources":["../getVulnerabilityProtectionProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+EAA+E,EAAE;QAC1G,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8EAMC;
|
|
1
|
+
{"version":3,"file":"getVulnerabilityProtectionProfile.js","sourceRoot":"","sources":["../getVulnerabilityProtectionProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAA2B;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+EAA+E,EAAE;QAC1G,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8EAMC;AA0CD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,uCAAuC,CAAC,IAAiD,EAAE,IAAiC;IACxI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+EAA+E,EAAE;QAChH,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0FAMC"}
|
|
@@ -61,46 +61,19 @@ export interface GetVulnerabilityProtectionSignatureResult {
|
|
|
61
61
|
* The device in which the resource is defined
|
|
62
62
|
*/
|
|
63
63
|
readonly device: string;
|
|
64
|
-
/**
|
|
65
|
-
* Direction
|
|
66
|
-
*/
|
|
67
64
|
readonly direction: string;
|
|
68
|
-
/**
|
|
69
|
-
* The folder in which the resource is defined
|
|
70
|
-
*/
|
|
71
65
|
readonly folder: string;
|
|
72
66
|
/**
|
|
73
67
|
* UUID of the resource
|
|
74
68
|
*/
|
|
75
69
|
readonly id: string;
|
|
76
|
-
/**
|
|
77
|
-
* Reference
|
|
78
|
-
*/
|
|
79
70
|
readonly references: string[];
|
|
80
|
-
/**
|
|
81
|
-
* Severity
|
|
82
|
-
*/
|
|
83
71
|
readonly severity: string;
|
|
84
|
-
/**
|
|
85
|
-
* vulnerability protection signature
|
|
86
|
-
*/
|
|
87
72
|
readonly signature: outputs.GetVulnerabilityProtectionSignatureSignature;
|
|
88
|
-
/**
|
|
89
|
-
* The snippet in which the resource is defined
|
|
90
|
-
*/
|
|
91
73
|
readonly snippet: string;
|
|
92
74
|
readonly tfid: string;
|
|
93
|
-
/**
|
|
94
|
-
* threat id range \n\n and \n\n
|
|
95
|
-
*/
|
|
96
75
|
readonly threatId: string;
|
|
97
|
-
/**
|
|
98
|
-
* Threatname
|
|
99
|
-
*/
|
|
100
76
|
readonly threatname: string;
|
|
101
|
-
/**
|
|
102
|
-
* Vendor
|
|
103
|
-
*/
|
|
104
77
|
readonly vendors: string[];
|
|
105
78
|
}
|
|
106
79
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getVulnerabilityProtectionSignature.js","sourceRoot":"","sources":["../getVulnerabilityProtectionSignature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAA2B;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mFAAmF,EAAE;QAC9G,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kFAKC;
|
|
1
|
+
{"version":3,"file":"getVulnerabilityProtectionSignature.js","sourceRoot":"","sources":["../getVulnerabilityProtectionSignature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAA2B;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mFAAmF,EAAE;QAC9G,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,kFAKC;AAuDD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,yCAAyC,CAAC,IAAmD,EAAE,IAAiC;IAC5I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mFAAmF,EAAE;QACpH,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,8FAKC"}
|
|
@@ -29,38 +29,20 @@ export interface GetWildfireAntiVirusProfileResult {
|
|
|
29
29
|
* The device in which the resource is defined
|
|
30
30
|
*/
|
|
31
31
|
readonly device: string;
|
|
32
|
-
/**
|
|
33
|
-
* The folder in which the resource is defined
|
|
34
|
-
*/
|
|
35
32
|
readonly folder: string;
|
|
36
33
|
/**
|
|
37
34
|
* UUID of the resource
|
|
38
35
|
*/
|
|
39
36
|
readonly id: string;
|
|
40
|
-
/**
|
|
41
|
-
* Mlav exception
|
|
42
|
-
*/
|
|
43
37
|
readonly mlavExceptions: outputs.GetWildfireAntiVirusProfileMlavException[];
|
|
44
38
|
/**
|
|
45
39
|
* Name
|
|
46
40
|
*/
|
|
47
41
|
readonly name: string;
|
|
48
|
-
/**
|
|
49
|
-
* Packet capture
|
|
50
|
-
*/
|
|
51
42
|
readonly packetCapture: boolean;
|
|
52
|
-
/**
|
|
53
|
-
* Rules
|
|
54
|
-
*/
|
|
55
43
|
readonly rules: outputs.GetWildfireAntiVirusProfileRule[];
|
|
56
|
-
/**
|
|
57
|
-
* The snippet in which the resource is defined
|
|
58
|
-
*/
|
|
59
44
|
readonly snippet: string;
|
|
60
45
|
readonly tfid: string;
|
|
61
|
-
/**
|
|
62
|
-
* Threat exception
|
|
63
|
-
*/
|
|
64
46
|
readonly threatExceptions: outputs.GetWildfireAntiVirusProfileThreatException[];
|
|
65
47
|
}
|
|
66
48
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getWildfireAntiVirusProfile.js","sourceRoot":"","sources":["../getWildfireAntiVirusProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kEAMC;
|
|
1
|
+
{"version":3,"file":"getWildfireAntiVirusProfile.js","sourceRoot":"","sources":["../getWildfireAntiVirusProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,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,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kEAMC;AA4CD;;GAEG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mEAAmE,EAAE;QACpG,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8EAMC"}
|
package/getZone.d.ts
CHANGED
|
@@ -47,29 +47,11 @@ export interface GetZoneResult {
|
|
|
47
47
|
* The device in which the resource is defined
|
|
48
48
|
*/
|
|
49
49
|
readonly device: string;
|
|
50
|
-
/**
|
|
51
|
-
* Device acl
|
|
52
|
-
*/
|
|
53
50
|
readonly deviceAcl: outputs.GetZoneDeviceAcl;
|
|
54
|
-
/**
|
|
55
|
-
* Dos log setting
|
|
56
|
-
*/
|
|
57
51
|
readonly dosLogSetting: string;
|
|
58
|
-
/**
|
|
59
|
-
* Dos profile
|
|
60
|
-
*/
|
|
61
52
|
readonly dosProfile: string;
|
|
62
|
-
/**
|
|
63
|
-
* Enable device identification
|
|
64
|
-
*/
|
|
65
53
|
readonly enableDeviceIdentification: boolean;
|
|
66
|
-
/**
|
|
67
|
-
* Enable user identification
|
|
68
|
-
*/
|
|
69
54
|
readonly enableUserIdentification: boolean;
|
|
70
|
-
/**
|
|
71
|
-
* Folder
|
|
72
|
-
*/
|
|
73
55
|
readonly folder: string;
|
|
74
56
|
/**
|
|
75
57
|
* UUID of the resource
|
|
@@ -79,18 +61,9 @@ export interface GetZoneResult {
|
|
|
79
61
|
* Alphanumeric string begin with letter: [0-9a-zA-Z._-]
|
|
80
62
|
*/
|
|
81
63
|
readonly name: string;
|
|
82
|
-
/**
|
|
83
|
-
* Network
|
|
84
|
-
*/
|
|
85
64
|
readonly network: outputs.GetZoneNetwork;
|
|
86
|
-
/**
|
|
87
|
-
* The snippet in which the resource is defined
|
|
88
|
-
*/
|
|
89
65
|
readonly snippet: string;
|
|
90
66
|
readonly tfid: string;
|
|
91
|
-
/**
|
|
92
|
-
* User acl
|
|
93
|
-
*/
|
|
94
67
|
readonly userAcl: outputs.GetZoneUserAcl;
|
|
95
68
|
}
|
|
96
69
|
/**
|
package/getZone.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZone.js","sourceRoot":"","sources":["../getZone.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2BAA2B,EAAE;QACtD,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0BAMC;
|
|
1
|
+
{"version":3,"file":"getZone.js","sourceRoot":"","sources":["../getZone.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2BAA2B,EAAE;QACtD,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0BAMC;AA2CD;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2BAA2B,EAAE;QAC5D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sCAMC"}
|
package/hipObject.d.ts
CHANGED
|
@@ -216,6 +216,8 @@ export declare class HipObject extends pulumi.CustomResource {
|
|
|
216
216
|
readonly firewall: pulumi.Output<outputs.HipObjectFirewall>;
|
|
217
217
|
/**
|
|
218
218
|
* The folder in which the resource is defined
|
|
219
|
+
*
|
|
220
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
219
221
|
*/
|
|
220
222
|
readonly folder: pulumi.Output<string | undefined>;
|
|
221
223
|
/**
|
|
@@ -240,6 +242,8 @@ export declare class HipObject extends pulumi.CustomResource {
|
|
|
240
242
|
readonly patchManagement: pulumi.Output<outputs.HipObjectPatchManagement>;
|
|
241
243
|
/**
|
|
242
244
|
* The snippet in which the resource is defined
|
|
245
|
+
*
|
|
246
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
243
247
|
*/
|
|
244
248
|
readonly snippet: pulumi.Output<string | undefined>;
|
|
245
249
|
readonly tfid: pulumi.Output<string>;
|
|
@@ -294,6 +298,8 @@ export interface HipObjectState {
|
|
|
294
298
|
firewall?: pulumi.Input<inputs.HipObjectFirewall>;
|
|
295
299
|
/**
|
|
296
300
|
* The folder in which the resource is defined
|
|
301
|
+
*
|
|
302
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
297
303
|
*/
|
|
298
304
|
folder?: pulumi.Input<string>;
|
|
299
305
|
/**
|
|
@@ -318,6 +324,8 @@ export interface HipObjectState {
|
|
|
318
324
|
patchManagement?: pulumi.Input<inputs.HipObjectPatchManagement>;
|
|
319
325
|
/**
|
|
320
326
|
* The snippet in which the resource is defined
|
|
327
|
+
*
|
|
328
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
321
329
|
*/
|
|
322
330
|
snippet?: pulumi.Input<string>;
|
|
323
331
|
tfid?: pulumi.Input<string>;
|
|
@@ -364,6 +372,8 @@ export interface HipObjectArgs {
|
|
|
364
372
|
firewall?: pulumi.Input<inputs.HipObjectFirewall>;
|
|
365
373
|
/**
|
|
366
374
|
* The folder in which the resource is defined
|
|
375
|
+
*
|
|
376
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
367
377
|
*/
|
|
368
378
|
folder?: pulumi.Input<string>;
|
|
369
379
|
/**
|
|
@@ -388,6 +398,8 @@ export interface HipObjectArgs {
|
|
|
388
398
|
patchManagement?: pulumi.Input<inputs.HipObjectPatchManagement>;
|
|
389
399
|
/**
|
|
390
400
|
* The snippet in which the resource is defined
|
|
401
|
+
*
|
|
402
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
391
403
|
*/
|
|
392
404
|
snippet?: pulumi.Input<string>;
|
|
393
405
|
}
|
package/hipObject.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hipObject.js","sourceRoot":"","sources":["../hipObject.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgKG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAChE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;
|
|
1
|
+
{"version":3,"file":"hipObject.js","sourceRoot":"","sources":["../hipObject.ts"],"names":[],"mappings":"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"}
|
package/hipProfile.d.ts
CHANGED
|
@@ -43,6 +43,8 @@ export declare class HipProfile extends pulumi.CustomResource {
|
|
|
43
43
|
readonly device: pulumi.Output<string | undefined>;
|
|
44
44
|
/**
|
|
45
45
|
* The folder in which the resource is defined
|
|
46
|
+
*
|
|
47
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
46
48
|
*/
|
|
47
49
|
readonly folder: pulumi.Output<string | undefined>;
|
|
48
50
|
/**
|
|
@@ -55,6 +57,8 @@ export declare class HipProfile extends pulumi.CustomResource {
|
|
|
55
57
|
readonly name: pulumi.Output<string>;
|
|
56
58
|
/**
|
|
57
59
|
* The snippet in which the resource is defined
|
|
60
|
+
*
|
|
61
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
58
62
|
*/
|
|
59
63
|
readonly snippet: pulumi.Output<string | undefined>;
|
|
60
64
|
readonly tfid: pulumi.Output<string>;
|
|
@@ -81,6 +85,8 @@ export interface HipProfileState {
|
|
|
81
85
|
device?: pulumi.Input<string>;
|
|
82
86
|
/**
|
|
83
87
|
* The folder in which the resource is defined
|
|
88
|
+
*
|
|
89
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
84
90
|
*/
|
|
85
91
|
folder?: pulumi.Input<string>;
|
|
86
92
|
/**
|
|
@@ -93,6 +99,8 @@ export interface HipProfileState {
|
|
|
93
99
|
name?: pulumi.Input<string>;
|
|
94
100
|
/**
|
|
95
101
|
* The snippet in which the resource is defined
|
|
102
|
+
*
|
|
103
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
96
104
|
*/
|
|
97
105
|
snippet?: pulumi.Input<string>;
|
|
98
106
|
tfid?: pulumi.Input<string>;
|
|
@@ -111,6 +119,8 @@ export interface HipProfileArgs {
|
|
|
111
119
|
device?: pulumi.Input<string>;
|
|
112
120
|
/**
|
|
113
121
|
* The folder in which the resource is defined
|
|
122
|
+
*
|
|
123
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
114
124
|
*/
|
|
115
125
|
folder?: pulumi.Input<string>;
|
|
116
126
|
/**
|
|
@@ -123,6 +133,8 @@ export interface HipProfileArgs {
|
|
|
123
133
|
name?: pulumi.Input<string>;
|
|
124
134
|
/**
|
|
125
135
|
* The snippet in which the resource is defined
|
|
136
|
+
*
|
|
137
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
126
138
|
*/
|
|
127
139
|
snippet?: pulumi.Input<string>;
|
|
128
140
|
}
|
package/hipProfile.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hipProfile.js","sourceRoot":"","sources":["../hipProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;
|
|
1
|
+
{"version":3,"file":"hipProfile.js","sourceRoot":"","sources":["../hipProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IAwCD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/D,CAAC;;AA7FL,gCA8FC;AAhFG,gBAAgB;AACO,uBAAY,GAAG,iCAAiC,CAAC"}
|
package/httpHeaderProfile.d.ts
CHANGED
|
@@ -30,6 +30,8 @@ export declare class HttpHeaderProfile extends pulumi.CustomResource {
|
|
|
30
30
|
readonly device: pulumi.Output<string | undefined>;
|
|
31
31
|
/**
|
|
32
32
|
* The folder in which the resource is defined
|
|
33
|
+
*
|
|
34
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
33
35
|
*/
|
|
34
36
|
readonly folder: pulumi.Output<string | undefined>;
|
|
35
37
|
/**
|
|
@@ -42,6 +44,8 @@ export declare class HttpHeaderProfile extends pulumi.CustomResource {
|
|
|
42
44
|
readonly name: pulumi.Output<string>;
|
|
43
45
|
/**
|
|
44
46
|
* The snippet in which the resource is defined
|
|
47
|
+
*
|
|
48
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
45
49
|
*/
|
|
46
50
|
readonly snippet: pulumi.Output<string | undefined>;
|
|
47
51
|
readonly tfid: pulumi.Output<string>;
|
|
@@ -68,6 +72,8 @@ export interface HttpHeaderProfileState {
|
|
|
68
72
|
device?: pulumi.Input<string>;
|
|
69
73
|
/**
|
|
70
74
|
* The folder in which the resource is defined
|
|
75
|
+
*
|
|
76
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
71
77
|
*/
|
|
72
78
|
folder?: pulumi.Input<string>;
|
|
73
79
|
/**
|
|
@@ -80,6 +86,8 @@ export interface HttpHeaderProfileState {
|
|
|
80
86
|
name?: pulumi.Input<string>;
|
|
81
87
|
/**
|
|
82
88
|
* The snippet in which the resource is defined
|
|
89
|
+
*
|
|
90
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
83
91
|
*/
|
|
84
92
|
snippet?: pulumi.Input<string>;
|
|
85
93
|
tfid?: pulumi.Input<string>;
|
|
@@ -98,6 +106,8 @@ export interface HttpHeaderProfileArgs {
|
|
|
98
106
|
device?: pulumi.Input<string>;
|
|
99
107
|
/**
|
|
100
108
|
* The folder in which the resource is defined
|
|
109
|
+
*
|
|
110
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
101
111
|
*/
|
|
102
112
|
folder?: pulumi.Input<string>;
|
|
103
113
|
/**
|
|
@@ -110,6 +120,8 @@ export interface HttpHeaderProfileArgs {
|
|
|
110
120
|
name?: pulumi.Input<string>;
|
|
111
121
|
/**
|
|
112
122
|
* The snippet in which the resource is defined
|
|
123
|
+
*
|
|
124
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
113
125
|
*/
|
|
114
126
|
snippet?: pulumi.Input<string>;
|
|
115
127
|
}
|