@pulumi/scm 1.0.0-alpha.1764052075 → 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
|
@@ -52,29 +52,17 @@ export interface GetAggregateInterfaceResult {
|
|
|
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
|
-
* Layer2
|
|
65
|
-
*/
|
|
66
60
|
readonly layer2: outputs.GetAggregateInterfaceLayer2;
|
|
67
|
-
/**
|
|
68
|
-
* Aggregate Interface Layer 3 configuration
|
|
69
|
-
*/
|
|
70
61
|
readonly layer3: outputs.GetAggregateInterfaceLayer3;
|
|
71
62
|
/**
|
|
72
63
|
* Aggregate interface name
|
|
73
64
|
*/
|
|
74
65
|
readonly name: string;
|
|
75
|
-
/**
|
|
76
|
-
* The snippet in which the resource is defined
|
|
77
|
-
*/
|
|
78
66
|
readonly snippet: string;
|
|
79
67
|
readonly tfid: string;
|
|
80
68
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAggregateInterface.js","sourceRoot":"","sources":["../getAggregateInterface.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE;QAClF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC;
|
|
1
|
+
{"version":3,"file":"getAggregateInterface.js","sourceRoot":"","sources":["../getAggregateInterface.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE;QAClF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC;AA8CD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uDAAuD,EAAE;QACxF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kEAMC"}
|
|
@@ -52,42 +52,21 @@ export interface GetAntiSpywareProfileResult {
|
|
|
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
|
* The UUID of the anti-spyware profile
|
|
61
58
|
*/
|
|
62
59
|
readonly id: string;
|
|
63
|
-
/**
|
|
64
|
-
* Inline exception edl url
|
|
65
|
-
*/
|
|
66
60
|
readonly inlineExceptionEdlUrls: string[];
|
|
67
|
-
/**
|
|
68
|
-
* Inline exception ip address
|
|
69
|
-
*/
|
|
70
61
|
readonly inlineExceptionIpAddresses: string[];
|
|
71
|
-
/**
|
|
72
|
-
* Mica engine spyware enabled
|
|
73
|
-
*/
|
|
74
62
|
readonly micaEngineSpywareEnableds: outputs.GetAntiSpywareProfileMicaEngineSpywareEnabled[];
|
|
75
63
|
/**
|
|
76
64
|
* The name of the anti-spyware profile
|
|
77
65
|
*/
|
|
78
66
|
readonly name: string;
|
|
79
|
-
/**
|
|
80
|
-
* Rules
|
|
81
|
-
*/
|
|
82
67
|
readonly rules: outputs.GetAntiSpywareProfileRule[];
|
|
83
|
-
/**
|
|
84
|
-
* The snippet in which the resource is defined
|
|
85
|
-
*/
|
|
86
68
|
readonly snippet: string;
|
|
87
69
|
readonly tfid: string;
|
|
88
|
-
/**
|
|
89
|
-
* Threat exception
|
|
90
|
-
*/
|
|
91
70
|
readonly threatExceptions: outputs.GetAntiSpywareProfileThreatException[];
|
|
92
71
|
}
|
|
93
72
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAntiSpywareProfile.js","sourceRoot":"","sources":["../getAntiSpywareProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE;QAClF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC;
|
|
1
|
+
{"version":3,"file":"getAntiSpywareProfile.js","sourceRoot":"","sources":["../getAntiSpywareProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uDAAuD,EAAE;QAClF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC;AAiDD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAAiC;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,uDAAuD,EAAE;QACxF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kEAMC"}
|
|
@@ -57,46 +57,19 @@ export interface GetAntiSpywareSignatureResult {
|
|
|
57
57
|
* The device in which the resource is defined
|
|
58
58
|
*/
|
|
59
59
|
readonly device: string;
|
|
60
|
-
/**
|
|
61
|
-
* Direction
|
|
62
|
-
*/
|
|
63
60
|
readonly direction: string;
|
|
64
|
-
/**
|
|
65
|
-
* The folder in which the resource is defined
|
|
66
|
-
*/
|
|
67
61
|
readonly folder: string;
|
|
68
62
|
/**
|
|
69
63
|
* UUID of the resource
|
|
70
64
|
*/
|
|
71
65
|
readonly id: string;
|
|
72
|
-
/**
|
|
73
|
-
* Reference
|
|
74
|
-
*/
|
|
75
66
|
readonly references: string[];
|
|
76
|
-
/**
|
|
77
|
-
* Severity
|
|
78
|
-
*/
|
|
79
67
|
readonly severity: string;
|
|
80
|
-
/**
|
|
81
|
-
* anti spyware signature
|
|
82
|
-
*/
|
|
83
68
|
readonly signature: outputs.GetAntiSpywareSignatureSignature;
|
|
84
|
-
/**
|
|
85
|
-
* The snippet in which the resource is defined
|
|
86
|
-
*/
|
|
87
69
|
readonly snippet: string;
|
|
88
70
|
readonly tfid: string;
|
|
89
|
-
/**
|
|
90
|
-
* threat id range \n\n and \n\n
|
|
91
|
-
*/
|
|
92
71
|
readonly threatId: string;
|
|
93
|
-
/**
|
|
94
|
-
* Threatname
|
|
95
|
-
*/
|
|
96
72
|
readonly threatname: string;
|
|
97
|
-
/**
|
|
98
|
-
* Vendor
|
|
99
|
-
*/
|
|
100
73
|
readonly vendors: string[];
|
|
101
74
|
}
|
|
102
75
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAntiSpywareSignature.js","sourceRoot":"","sources":["../getAntiSpywareSignature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,EAAE;QACtF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC;
|
|
1
|
+
{"version":3,"file":"getAntiSpywareSignature.js","sourceRoot":"","sources":["../getAntiSpywareSignature.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2DAA2D,EAAE;QACtF,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0DAKC;AAmDD;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2DAA2D,EAAE;QAC5F,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sEAKC"}
|
package/getAppOverrideRule.d.ts
CHANGED
|
@@ -8,22 +8,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
9
9
|
* import * as scm from "@pulumi/scm";
|
|
10
10
|
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
* name: "data-source-app-override-test",
|
|
14
|
-
* description: "Rule created specifically for data source testing.",
|
|
15
|
-
* folder: "All",
|
|
16
|
-
* position: "pre",
|
|
17
|
-
* application: "ssl",
|
|
18
|
-
* protocol: "tcp",
|
|
19
|
-
* port: "8443",
|
|
20
|
-
* froms: ["trust"],
|
|
21
|
-
* tos: ["untrust"],
|
|
22
|
-
* sources: ["any"],
|
|
23
|
-
* destinations: ["any"],
|
|
24
|
-
* });
|
|
25
|
-
* const singleRuleById = scm.getAppOverrideRuleOutput({
|
|
26
|
-
* id: testAppOverrideRule.id,
|
|
11
|
+
* const singleRuleById = scm.getAppOverrideRule({
|
|
12
|
+
* id: "8c285335-3c95-47c9-9bbd-829105b4a15c",
|
|
27
13
|
* });
|
|
28
14
|
* export const singleAppOverrideRuleName = singleRuleById;
|
|
29
15
|
* ```
|
|
@@ -62,21 +48,9 @@ export interface GetAppOverrideRuleResult {
|
|
|
62
48
|
* The device in which the resource is defined
|
|
63
49
|
*/
|
|
64
50
|
readonly device: string;
|
|
65
|
-
/**
|
|
66
|
-
* Disabled
|
|
67
|
-
*/
|
|
68
51
|
readonly disabled: boolean;
|
|
69
|
-
/**
|
|
70
|
-
* The folder in which the resource is defined
|
|
71
|
-
*/
|
|
72
52
|
readonly folder: string;
|
|
73
|
-
/**
|
|
74
|
-
* From
|
|
75
|
-
*/
|
|
76
53
|
readonly froms: string[];
|
|
77
|
-
/**
|
|
78
|
-
* Group tag
|
|
79
|
-
*/
|
|
80
54
|
readonly groupTag: string;
|
|
81
55
|
/**
|
|
82
56
|
* UUID of the resource
|
|
@@ -86,50 +60,17 @@ export interface GetAppOverrideRuleResult {
|
|
|
86
60
|
* Name
|
|
87
61
|
*/
|
|
88
62
|
readonly name: string;
|
|
89
|
-
/**
|
|
90
|
-
* Negate destination
|
|
91
|
-
*/
|
|
92
63
|
readonly negateDestination: boolean;
|
|
93
|
-
/**
|
|
94
|
-
* Negate source
|
|
95
|
-
*/
|
|
96
64
|
readonly negateSource: boolean;
|
|
97
|
-
/**
|
|
98
|
-
* Port
|
|
99
|
-
*/
|
|
100
65
|
readonly port: string;
|
|
101
|
-
/**
|
|
102
|
-
* The position of a security rule
|
|
103
|
-
*/
|
|
104
66
|
readonly position: string;
|
|
105
|
-
/**
|
|
106
|
-
* Protocol
|
|
107
|
-
*/
|
|
108
67
|
readonly protocol: string;
|
|
109
|
-
/**
|
|
110
|
-
* Relative positioning rule. String must be one of these: `"before"`, `"after"`, `"top"`, `"bottom"`. If not specified, rule is created at the bottom of the ruleset.
|
|
111
|
-
*/
|
|
112
68
|
readonly relativePosition: string;
|
|
113
|
-
/**
|
|
114
|
-
* The snippet in which the resource is defined
|
|
115
|
-
*/
|
|
116
69
|
readonly snippet: string;
|
|
117
|
-
/**
|
|
118
|
-
* Source
|
|
119
|
-
*/
|
|
120
70
|
readonly sources: string[];
|
|
121
|
-
/**
|
|
122
|
-
* Tag
|
|
123
|
-
*/
|
|
124
71
|
readonly tags: string[];
|
|
125
|
-
/**
|
|
126
|
-
* The name or UUID of the rule to position this rule relative to. Required when `relativePosition` is `"before"` or `"after"`.
|
|
127
|
-
*/
|
|
128
72
|
readonly targetRule: string;
|
|
129
73
|
readonly tfid: string;
|
|
130
|
-
/**
|
|
131
|
-
* To
|
|
132
|
-
*/
|
|
133
74
|
readonly tos: string[];
|
|
134
75
|
}
|
|
135
76
|
/**
|
|
@@ -141,22 +82,8 @@ export interface GetAppOverrideRuleResult {
|
|
|
141
82
|
* import * as pulumi from "@pulumi/pulumi";
|
|
142
83
|
* import * as scm from "@pulumi/scm";
|
|
143
84
|
*
|
|
144
|
-
*
|
|
145
|
-
*
|
|
146
|
-
* name: "data-source-app-override-test",
|
|
147
|
-
* description: "Rule created specifically for data source testing.",
|
|
148
|
-
* folder: "All",
|
|
149
|
-
* position: "pre",
|
|
150
|
-
* application: "ssl",
|
|
151
|
-
* protocol: "tcp",
|
|
152
|
-
* port: "8443",
|
|
153
|
-
* froms: ["trust"],
|
|
154
|
-
* tos: ["untrust"],
|
|
155
|
-
* sources: ["any"],
|
|
156
|
-
* destinations: ["any"],
|
|
157
|
-
* });
|
|
158
|
-
* const singleRuleById = scm.getAppOverrideRuleOutput({
|
|
159
|
-
* id: testAppOverrideRule.id,
|
|
85
|
+
* const singleRuleById = scm.getAppOverrideRule({
|
|
86
|
+
* id: "8c285335-3c95-47c9-9bbd-829105b4a15c",
|
|
160
87
|
* });
|
|
161
88
|
* export const singleAppOverrideRuleName = singleRuleById;
|
|
162
89
|
* ```
|
package/getAppOverrideRule.js
CHANGED
|
@@ -14,22 +14,8 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as scm from "@pulumi/scm";
|
|
16
16
|
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* name: "data-source-app-override-test",
|
|
20
|
-
* description: "Rule created specifically for data source testing.",
|
|
21
|
-
* folder: "All",
|
|
22
|
-
* position: "pre",
|
|
23
|
-
* application: "ssl",
|
|
24
|
-
* protocol: "tcp",
|
|
25
|
-
* port: "8443",
|
|
26
|
-
* froms: ["trust"],
|
|
27
|
-
* tos: ["untrust"],
|
|
28
|
-
* sources: ["any"],
|
|
29
|
-
* destinations: ["any"],
|
|
30
|
-
* });
|
|
31
|
-
* const singleRuleById = scm.getAppOverrideRuleOutput({
|
|
32
|
-
* id: testAppOverrideRule.id,
|
|
17
|
+
* const singleRuleById = scm.getAppOverrideRule({
|
|
18
|
+
* id: "8c285335-3c95-47c9-9bbd-829105b4a15c",
|
|
33
19
|
* });
|
|
34
20
|
* export const singleAppOverrideRuleName = singleRuleById;
|
|
35
21
|
* ```
|
|
@@ -51,22 +37,8 @@ exports.getAppOverrideRule = getAppOverrideRule;
|
|
|
51
37
|
* import * as pulumi from "@pulumi/pulumi";
|
|
52
38
|
* import * as scm from "@pulumi/scm";
|
|
53
39
|
*
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
* name: "data-source-app-override-test",
|
|
57
|
-
* description: "Rule created specifically for data source testing.",
|
|
58
|
-
* folder: "All",
|
|
59
|
-
* position: "pre",
|
|
60
|
-
* application: "ssl",
|
|
61
|
-
* protocol: "tcp",
|
|
62
|
-
* port: "8443",
|
|
63
|
-
* froms: ["trust"],
|
|
64
|
-
* tos: ["untrust"],
|
|
65
|
-
* sources: ["any"],
|
|
66
|
-
* destinations: ["any"],
|
|
67
|
-
* });
|
|
68
|
-
* const singleRuleById = scm.getAppOverrideRuleOutput({
|
|
69
|
-
* id: testAppOverrideRule.id,
|
|
40
|
+
* const singleRuleById = scm.getAppOverrideRule({
|
|
41
|
+
* id: "8c285335-3c95-47c9-9bbd-829105b4a15c",
|
|
70
42
|
* });
|
|
71
43
|
* export const singleAppOverrideRuleName = singleRuleById;
|
|
72
44
|
* ```
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAppOverrideRule.js","sourceRoot":"","sources":["../getAppOverrideRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAppOverrideRule.js","sourceRoot":"","sources":["../getAppOverrideRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;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;AA6DD;;;;;;;;;;;;;;GAcG;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/getApplication.d.ts
CHANGED
|
@@ -67,21 +67,9 @@ export interface GetApplicationResult {
|
|
|
67
67
|
* The device in which the resource is defined
|
|
68
68
|
*/
|
|
69
69
|
readonly device: string;
|
|
70
|
-
/**
|
|
71
|
-
* Evasive behavior
|
|
72
|
-
*/
|
|
73
70
|
readonly evasiveBehavior: boolean;
|
|
74
|
-
/**
|
|
75
|
-
* File type ident
|
|
76
|
-
*/
|
|
77
71
|
readonly fileTypeIdent: boolean;
|
|
78
|
-
/**
|
|
79
|
-
* The folder in which the resource is defined
|
|
80
|
-
*/
|
|
81
72
|
readonly folder: string;
|
|
82
|
-
/**
|
|
83
|
-
* Has known vulnerability
|
|
84
|
-
*/
|
|
85
73
|
readonly hasKnownVulnerability: boolean;
|
|
86
74
|
/**
|
|
87
75
|
* The UUID of the application
|
|
@@ -91,78 +79,24 @@ export interface GetApplicationResult {
|
|
|
91
79
|
* The name of the application
|
|
92
80
|
*/
|
|
93
81
|
readonly name: string;
|
|
94
|
-
/**
|
|
95
|
-
* No appid caching
|
|
96
|
-
*/
|
|
97
82
|
readonly noAppidCaching: boolean;
|
|
98
|
-
/**
|
|
99
|
-
* Parent app
|
|
100
|
-
*/
|
|
101
83
|
readonly parentApp: string;
|
|
102
|
-
/**
|
|
103
|
-
* Pervasive use
|
|
104
|
-
*/
|
|
105
84
|
readonly pervasiveUse: boolean;
|
|
106
|
-
/**
|
|
107
|
-
* Prone to misuse
|
|
108
|
-
*/
|
|
109
85
|
readonly proneToMisuse: boolean;
|
|
110
|
-
/**
|
|
111
|
-
* Risk
|
|
112
|
-
*/
|
|
113
86
|
readonly risk: string;
|
|
114
|
-
/**
|
|
115
|
-
* Signature
|
|
116
|
-
*/
|
|
117
87
|
readonly signatures: outputs.GetApplicationSignature[];
|
|
118
|
-
/**
|
|
119
|
-
* The snippet in which the resource is defined
|
|
120
|
-
*/
|
|
121
88
|
readonly snippet: string;
|
|
122
|
-
/**
|
|
123
|
-
* Subcategory
|
|
124
|
-
*/
|
|
125
89
|
readonly subcategory: string;
|
|
126
|
-
/**
|
|
127
|
-
* timeout for half-close session in seconds
|
|
128
|
-
*/
|
|
129
90
|
readonly tcpHalfClosedTimeout: number;
|
|
130
|
-
/**
|
|
131
|
-
* timeout for session in timeWait state in seconds
|
|
132
|
-
*/
|
|
133
91
|
readonly tcpTimeWaitTimeout: number;
|
|
134
|
-
/**
|
|
135
|
-
* timeout in seconds
|
|
136
|
-
*/
|
|
137
92
|
readonly tcpTimeout: number;
|
|
138
|
-
/**
|
|
139
|
-
* Technology
|
|
140
|
-
*/
|
|
141
93
|
readonly technology: string;
|
|
142
94
|
readonly tfid: string;
|
|
143
|
-
/**
|
|
144
|
-
* timeout in seconds
|
|
145
|
-
*/
|
|
146
95
|
readonly timeout: number;
|
|
147
|
-
/**
|
|
148
|
-
* Tunnel applications
|
|
149
|
-
*/
|
|
150
96
|
readonly tunnelApplications: boolean;
|
|
151
|
-
/**
|
|
152
|
-
* Tunnel other application
|
|
153
|
-
*/
|
|
154
97
|
readonly tunnelOtherApplication: boolean;
|
|
155
|
-
/**
|
|
156
|
-
* timeout in seconds
|
|
157
|
-
*/
|
|
158
98
|
readonly udpTimeout: number;
|
|
159
|
-
/**
|
|
160
|
-
* Used by malware
|
|
161
|
-
*/
|
|
162
99
|
readonly usedByMalware: boolean;
|
|
163
|
-
/**
|
|
164
|
-
* Virus ident
|
|
165
|
-
*/
|
|
166
100
|
readonly virusIdent: boolean;
|
|
167
101
|
}
|
|
168
102
|
/**
|
package/getApplication.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getApplication.js","sourceRoot":"","sources":["../getApplication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;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":"getApplication.js","sourceRoot":"","sources":["../getApplication.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;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;AAoFD;;;;;;;;;;;;;;;;GAgBG;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"}
|
|
@@ -41,90 +41,33 @@ export interface GetApplicationFilterResult {
|
|
|
41
41
|
* The device in which the resource is defined
|
|
42
42
|
*/
|
|
43
43
|
readonly device: string;
|
|
44
|
-
/**
|
|
45
|
-
* only True is a valid value
|
|
46
|
-
*/
|
|
47
44
|
readonly evasive: boolean;
|
|
48
|
-
/**
|
|
49
|
-
* only True is a valid value
|
|
50
|
-
*/
|
|
51
45
|
readonly excessiveBandwidthUse: boolean;
|
|
52
|
-
/**
|
|
53
|
-
* Exclude
|
|
54
|
-
*/
|
|
55
46
|
readonly excludes: string[];
|
|
56
|
-
/**
|
|
57
|
-
* The folder in which the resource is defined
|
|
58
|
-
*/
|
|
59
47
|
readonly folder: string;
|
|
60
|
-
/**
|
|
61
|
-
* only True is a valid value
|
|
62
|
-
*/
|
|
63
48
|
readonly hasKnownVulnerabilities: boolean;
|
|
64
49
|
/**
|
|
65
50
|
* UUID of the resource
|
|
66
51
|
*/
|
|
67
52
|
readonly id: string;
|
|
68
|
-
/**
|
|
69
|
-
* only True is a valid value
|
|
70
|
-
*/
|
|
71
53
|
readonly isSaas: boolean;
|
|
72
54
|
/**
|
|
73
55
|
* Alphanumeric string [ 0-9a-zA-Z._-]
|
|
74
56
|
*/
|
|
75
57
|
readonly name: string;
|
|
76
|
-
/**
|
|
77
|
-
* only True is a valid value
|
|
78
|
-
*/
|
|
79
58
|
readonly newAppid: boolean;
|
|
80
|
-
/**
|
|
81
|
-
* only True is a valid value
|
|
82
|
-
*/
|
|
83
59
|
readonly pervasive: boolean;
|
|
84
|
-
/**
|
|
85
|
-
* only True is a valid value
|
|
86
|
-
*/
|
|
87
60
|
readonly proneToMisuse: boolean;
|
|
88
|
-
/**
|
|
89
|
-
* Risk
|
|
90
|
-
*/
|
|
91
61
|
readonly risks: number[];
|
|
92
|
-
/**
|
|
93
|
-
* Saas certifications
|
|
94
|
-
*/
|
|
95
62
|
readonly saasCertifications: string[];
|
|
96
|
-
/**
|
|
97
|
-
* Saas risk
|
|
98
|
-
*/
|
|
99
63
|
readonly saasRisks: string[];
|
|
100
|
-
/**
|
|
101
|
-
* The snippet in which the resource is defined
|
|
102
|
-
*/
|
|
103
64
|
readonly snippet: string;
|
|
104
|
-
/**
|
|
105
|
-
* Subcategory
|
|
106
|
-
*/
|
|
107
65
|
readonly subcategories: string[];
|
|
108
|
-
/**
|
|
109
|
-
* Tagging
|
|
110
|
-
*/
|
|
111
66
|
readonly tagging: outputs.GetApplicationFilterTagging;
|
|
112
|
-
/**
|
|
113
|
-
* Technology
|
|
114
|
-
*/
|
|
115
67
|
readonly technologies: string[];
|
|
116
68
|
readonly tfid: string;
|
|
117
|
-
/**
|
|
118
|
-
* only True is a valid value
|
|
119
|
-
*/
|
|
120
69
|
readonly transfersFiles: boolean;
|
|
121
|
-
/**
|
|
122
|
-
* only True is a valid value
|
|
123
|
-
*/
|
|
124
70
|
readonly tunnelsOtherApps: boolean;
|
|
125
|
-
/**
|
|
126
|
-
* only True is a valid value
|
|
127
|
-
*/
|
|
128
71
|
readonly usedByMalware: boolean;
|
|
129
72
|
}
|
|
130
73
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getApplicationFilter.js","sourceRoot":"","sources":["../getApplicationFilter.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;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":"getApplicationFilter.js","sourceRoot":"","sources":["../getApplicationFilter.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;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;AAyDD;;;;;;;;;;;;;;GAcG;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/getApplicationGroup.d.ts
CHANGED
|
@@ -42,25 +42,16 @@ export interface GetApplicationGroupResult {
|
|
|
42
42
|
* The device in which the resource is defined
|
|
43
43
|
*/
|
|
44
44
|
readonly device: string;
|
|
45
|
-
/**
|
|
46
|
-
* The folder in which the resource is defined
|
|
47
|
-
*/
|
|
48
45
|
readonly folder: string;
|
|
49
46
|
/**
|
|
50
47
|
* UUID of the resource
|
|
51
48
|
*/
|
|
52
49
|
readonly id: string;
|
|
53
|
-
/**
|
|
54
|
-
* Members
|
|
55
|
-
*/
|
|
56
50
|
readonly members: string[];
|
|
57
51
|
/**
|
|
58
52
|
* Alphanumeric string [ 0-9a-zA-Z._-]
|
|
59
53
|
*/
|
|
60
54
|
readonly name: string;
|
|
61
|
-
/**
|
|
62
|
-
* The snippet in which the resource is defined
|
|
63
|
-
*/
|
|
64
55
|
readonly snippet: string;
|
|
65
56
|
readonly tfid: string;
|
|
66
57
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getApplicationGroup.js","sourceRoot":"","sources":["../getApplicationGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;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":"getApplicationGroup.js","sourceRoot":"","sources":["../getApplicationGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;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;AAqCD;;;;;;;;;;;;;;;;;;;;GAoBG;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"}
|
|
@@ -2,6 +2,19 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
4
|
* AuthenticationProfile data source
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as scm from "@pulumi/scm";
|
|
11
|
+
*
|
|
12
|
+
* const profileData = scm.getAuthenticationProfile({
|
|
13
|
+
* id: "de491856-1987-4b53-a3f7-e4f4a52067e3",
|
|
14
|
+
* });
|
|
15
|
+
* export const scmAuthenticationProfile = profileData.then(profileData => profileData.id);
|
|
16
|
+
* export const fetchedProfile = profileData;
|
|
17
|
+
* ```
|
|
5
18
|
*/
|
|
6
19
|
export declare function getAuthenticationProfile(args: GetAuthenticationProfileArgs, opts?: pulumi.InvokeOptions): Promise<GetAuthenticationProfileResult>;
|
|
7
20
|
/**
|
|
@@ -22,57 +35,46 @@ export interface GetAuthenticationProfileArgs {
|
|
|
22
35
|
*/
|
|
23
36
|
export interface GetAuthenticationProfileResult {
|
|
24
37
|
/**
|
|
25
|
-
*
|
|
38
|
+
* The allowList of the authentication profile
|
|
26
39
|
*/
|
|
27
40
|
readonly allowLists: string[];
|
|
28
41
|
/**
|
|
29
42
|
* The device in which the resource is defined
|
|
30
43
|
*/
|
|
31
44
|
readonly device: string;
|
|
32
|
-
/**
|
|
33
|
-
* The folder in which the resource is defined
|
|
34
|
-
*/
|
|
35
45
|
readonly folder: string;
|
|
36
46
|
/**
|
|
37
47
|
* The UUID of the authentication profile
|
|
38
48
|
*/
|
|
39
49
|
readonly id: string;
|
|
40
|
-
/**
|
|
41
|
-
* Lockout
|
|
42
|
-
*/
|
|
43
50
|
readonly lockout: outputs.GetAuthenticationProfileLockout;
|
|
44
|
-
/**
|
|
45
|
-
* Method
|
|
46
|
-
*/
|
|
47
51
|
readonly method: outputs.GetAuthenticationProfileMethod;
|
|
48
|
-
/**
|
|
49
|
-
* Multi factor auth
|
|
50
|
-
*/
|
|
51
52
|
readonly multiFactorAuth: outputs.GetAuthenticationProfileMultiFactorAuth;
|
|
52
53
|
/**
|
|
53
54
|
* The name of the authentication profile
|
|
54
55
|
*/
|
|
55
56
|
readonly name: string;
|
|
56
|
-
/**
|
|
57
|
-
* Single sign on
|
|
58
|
-
*/
|
|
59
57
|
readonly singleSignOn: outputs.GetAuthenticationProfileSingleSignOn;
|
|
60
|
-
/**
|
|
61
|
-
* The snippet in which the resource is defined
|
|
62
|
-
*/
|
|
63
58
|
readonly snippet: string;
|
|
64
59
|
readonly tfid: string;
|
|
65
|
-
/**
|
|
66
|
-
* User domain
|
|
67
|
-
*/
|
|
68
60
|
readonly userDomain: string;
|
|
69
|
-
/**
|
|
70
|
-
* Username modifier
|
|
71
|
-
*/
|
|
72
61
|
readonly usernameModifier: string;
|
|
73
62
|
}
|
|
74
63
|
/**
|
|
75
64
|
* AuthenticationProfile data source
|
|
65
|
+
*
|
|
66
|
+
* ## Example Usage
|
|
67
|
+
*
|
|
68
|
+
* ```typescript
|
|
69
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
70
|
+
* import * as scm from "@pulumi/scm";
|
|
71
|
+
*
|
|
72
|
+
* const profileData = scm.getAuthenticationProfile({
|
|
73
|
+
* id: "de491856-1987-4b53-a3f7-e4f4a52067e3",
|
|
74
|
+
* });
|
|
75
|
+
* export const scmAuthenticationProfile = profileData.then(profileData => profileData.id);
|
|
76
|
+
* export const fetchedProfile = profileData;
|
|
77
|
+
* ```
|
|
76
78
|
*/
|
|
77
79
|
export declare function getAuthenticationProfileOutput(args: GetAuthenticationProfileOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAuthenticationProfileResult>;
|
|
78
80
|
/**
|