@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
|
@@ -14,102 +14,11 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as scm from "@pulumi/scm";
|
|
16
16
|
*
|
|
17
|
-
* const config = new pulumi.Config();
|
|
18
|
-
* // The folder scope for the SCM resource (e.g., 'Shared', 'Predefined', or a specific folder name).
|
|
19
|
-
* const folderScope = config.get("folderScope") || "Service Connections";
|
|
20
|
-
* //# 1. IKE Crypto Profile (IKE Phase 1)
|
|
21
|
-
* const example = new scm.IkeCryptoProfile("example", {
|
|
22
|
-
* name: "example-ike-crypto_sc_grp",
|
|
23
|
-
* folder: folderScope,
|
|
24
|
-
* hashes: ["sha256"],
|
|
25
|
-
* dhGroups: ["group14"],
|
|
26
|
-
* encryptions: ["aes-256-cbc"],
|
|
27
|
-
* });
|
|
28
|
-
* //# 2. IPsec Crypto Profile (IKE Phase 2)
|
|
29
|
-
* const exampleIpsecCryptoProfile = new scm.IpsecCryptoProfile("example", {
|
|
30
|
-
* name: "panw-IPSec-Crypto_sc_grp",
|
|
31
|
-
* folder: folderScope,
|
|
32
|
-
* esp: {
|
|
33
|
-
* encryptions: ["aes-256-gcm"],
|
|
34
|
-
* authentications: ["sha256"],
|
|
35
|
-
* },
|
|
36
|
-
* dhGroup: "group14",
|
|
37
|
-
* lifetime: {
|
|
38
|
-
* hours: 8,
|
|
39
|
-
* },
|
|
40
|
-
* });
|
|
41
|
-
* //# 3. IKE Gateway
|
|
42
|
-
* const exampleIkeGateway = new scm.IkeGateway("example", {
|
|
43
|
-
* name: "example-gateway_sc_grp",
|
|
44
|
-
* folder: folderScope,
|
|
45
|
-
* peerAddress: {
|
|
46
|
-
* ip: "1.1.1.1",
|
|
47
|
-
* },
|
|
48
|
-
* authentication: {
|
|
49
|
-
* preSharedKey: {
|
|
50
|
-
* key: "secret",
|
|
51
|
-
* },
|
|
52
|
-
* },
|
|
53
|
-
* protocol: {
|
|
54
|
-
* ikev1: {
|
|
55
|
-
* ikeCryptoProfile: example.name,
|
|
56
|
-
* },
|
|
57
|
-
* },
|
|
58
|
-
* });
|
|
59
|
-
* //# 4. IPsec Tunnel
|
|
60
|
-
* const exampleIpsecTunnel = new scm.IpsecTunnel("example", {
|
|
61
|
-
* name: "example-tunnel_sc_grp",
|
|
62
|
-
* folder: folderScope,
|
|
63
|
-
* tunnelInterface: "tunnel",
|
|
64
|
-
* antiReplay: true,
|
|
65
|
-
* copyTos: false,
|
|
66
|
-
* enableGreEncapsulation: false,
|
|
67
|
-
* autoKey: {
|
|
68
|
-
* ikeGateways: [{
|
|
69
|
-
* name: exampleIkeGateway.name,
|
|
70
|
-
* }],
|
|
71
|
-
* ipsecCryptoProfile: exampleIpsecCryptoProfile.name,
|
|
72
|
-
* },
|
|
73
|
-
* }, {
|
|
74
|
-
* dependsOn: [exampleIkeGateway],
|
|
75
|
-
* });
|
|
76
|
-
* //# 5. Service Connection (The target for the group)
|
|
77
|
-
* const siteAVpnSc = new scm.ServiceConnection("site_a_vpn_sc", {
|
|
78
|
-
* name: "creating_a_service_connection_sc_grp",
|
|
79
|
-
* region: "us-west-1a",
|
|
80
|
-
* ipsecTunnel: exampleIpsecTunnel.name,
|
|
81
|
-
* subnets: [
|
|
82
|
-
* "10.1.0.0/16",
|
|
83
|
-
* "172.16.0.0/24",
|
|
84
|
-
* ],
|
|
85
|
-
* sourceNat: false,
|
|
86
|
-
* });
|
|
87
|
-
* //# 5. Service Connection (The target for the group)
|
|
88
|
-
* const siteAVpnSc2 = new scm.ServiceConnection("site_a_vpn_sc_2", {
|
|
89
|
-
* name: "creating_a_service_connection_sc_grp_2",
|
|
90
|
-
* region: "us-west-1a",
|
|
91
|
-
* ipsecTunnel: exampleIpsecTunnel.name,
|
|
92
|
-
* subnets: [
|
|
93
|
-
* "10.1.0.0/16",
|
|
94
|
-
* "172.16.0.0/24",
|
|
95
|
-
* ],
|
|
96
|
-
* sourceNat: false,
|
|
97
|
-
* });
|
|
98
|
-
* //# 6. Service Connection Group (Groups the Service Connection created above)
|
|
99
|
-
* const exampleGroup = new scm.ServiceConnectionGroup("example_group", {
|
|
100
|
-
* name: "service-connection-group-app_sc_grp",
|
|
101
|
-
* targets: [
|
|
102
|
-
* siteAVpnSc.name,
|
|
103
|
-
* siteAVpnSc2.name,
|
|
104
|
-
* ],
|
|
105
|
-
* disableSnat: false,
|
|
106
|
-
* pbfOnly: true,
|
|
107
|
-
* });
|
|
108
17
|
* // ------------------------------------------------------------------
|
|
109
18
|
* // Data Source: SCM Service Connection Group (Single Lookup)
|
|
110
19
|
* // ------------------------------------------------------------------
|
|
111
|
-
* const groupLookup = scm.
|
|
112
|
-
* id:
|
|
20
|
+
* const groupLookup = scm.getServiceConnectionGroup({
|
|
21
|
+
* id: "1480fd9d-dae7-4bf3-94f6-4945e89b59b6",
|
|
113
22
|
* });
|
|
114
23
|
* export const lookedUpServiceConnectionGroupDetails = groupLookup;
|
|
115
24
|
* ```
|
|
@@ -131,102 +40,11 @@ exports.getServiceConnectionGroup = getServiceConnectionGroup;
|
|
|
131
40
|
* import * as pulumi from "@pulumi/pulumi";
|
|
132
41
|
* import * as scm from "@pulumi/scm";
|
|
133
42
|
*
|
|
134
|
-
* const config = new pulumi.Config();
|
|
135
|
-
* // The folder scope for the SCM resource (e.g., 'Shared', 'Predefined', or a specific folder name).
|
|
136
|
-
* const folderScope = config.get("folderScope") || "Service Connections";
|
|
137
|
-
* //# 1. IKE Crypto Profile (IKE Phase 1)
|
|
138
|
-
* const example = new scm.IkeCryptoProfile("example", {
|
|
139
|
-
* name: "example-ike-crypto_sc_grp",
|
|
140
|
-
* folder: folderScope,
|
|
141
|
-
* hashes: ["sha256"],
|
|
142
|
-
* dhGroups: ["group14"],
|
|
143
|
-
* encryptions: ["aes-256-cbc"],
|
|
144
|
-
* });
|
|
145
|
-
* //# 2. IPsec Crypto Profile (IKE Phase 2)
|
|
146
|
-
* const exampleIpsecCryptoProfile = new scm.IpsecCryptoProfile("example", {
|
|
147
|
-
* name: "panw-IPSec-Crypto_sc_grp",
|
|
148
|
-
* folder: folderScope,
|
|
149
|
-
* esp: {
|
|
150
|
-
* encryptions: ["aes-256-gcm"],
|
|
151
|
-
* authentications: ["sha256"],
|
|
152
|
-
* },
|
|
153
|
-
* dhGroup: "group14",
|
|
154
|
-
* lifetime: {
|
|
155
|
-
* hours: 8,
|
|
156
|
-
* },
|
|
157
|
-
* });
|
|
158
|
-
* //# 3. IKE Gateway
|
|
159
|
-
* const exampleIkeGateway = new scm.IkeGateway("example", {
|
|
160
|
-
* name: "example-gateway_sc_grp",
|
|
161
|
-
* folder: folderScope,
|
|
162
|
-
* peerAddress: {
|
|
163
|
-
* ip: "1.1.1.1",
|
|
164
|
-
* },
|
|
165
|
-
* authentication: {
|
|
166
|
-
* preSharedKey: {
|
|
167
|
-
* key: "secret",
|
|
168
|
-
* },
|
|
169
|
-
* },
|
|
170
|
-
* protocol: {
|
|
171
|
-
* ikev1: {
|
|
172
|
-
* ikeCryptoProfile: example.name,
|
|
173
|
-
* },
|
|
174
|
-
* },
|
|
175
|
-
* });
|
|
176
|
-
* //# 4. IPsec Tunnel
|
|
177
|
-
* const exampleIpsecTunnel = new scm.IpsecTunnel("example", {
|
|
178
|
-
* name: "example-tunnel_sc_grp",
|
|
179
|
-
* folder: folderScope,
|
|
180
|
-
* tunnelInterface: "tunnel",
|
|
181
|
-
* antiReplay: true,
|
|
182
|
-
* copyTos: false,
|
|
183
|
-
* enableGreEncapsulation: false,
|
|
184
|
-
* autoKey: {
|
|
185
|
-
* ikeGateways: [{
|
|
186
|
-
* name: exampleIkeGateway.name,
|
|
187
|
-
* }],
|
|
188
|
-
* ipsecCryptoProfile: exampleIpsecCryptoProfile.name,
|
|
189
|
-
* },
|
|
190
|
-
* }, {
|
|
191
|
-
* dependsOn: [exampleIkeGateway],
|
|
192
|
-
* });
|
|
193
|
-
* //# 5. Service Connection (The target for the group)
|
|
194
|
-
* const siteAVpnSc = new scm.ServiceConnection("site_a_vpn_sc", {
|
|
195
|
-
* name: "creating_a_service_connection_sc_grp",
|
|
196
|
-
* region: "us-west-1a",
|
|
197
|
-
* ipsecTunnel: exampleIpsecTunnel.name,
|
|
198
|
-
* subnets: [
|
|
199
|
-
* "10.1.0.0/16",
|
|
200
|
-
* "172.16.0.0/24",
|
|
201
|
-
* ],
|
|
202
|
-
* sourceNat: false,
|
|
203
|
-
* });
|
|
204
|
-
* //# 5. Service Connection (The target for the group)
|
|
205
|
-
* const siteAVpnSc2 = new scm.ServiceConnection("site_a_vpn_sc_2", {
|
|
206
|
-
* name: "creating_a_service_connection_sc_grp_2",
|
|
207
|
-
* region: "us-west-1a",
|
|
208
|
-
* ipsecTunnel: exampleIpsecTunnel.name,
|
|
209
|
-
* subnets: [
|
|
210
|
-
* "10.1.0.0/16",
|
|
211
|
-
* "172.16.0.0/24",
|
|
212
|
-
* ],
|
|
213
|
-
* sourceNat: false,
|
|
214
|
-
* });
|
|
215
|
-
* //# 6. Service Connection Group (Groups the Service Connection created above)
|
|
216
|
-
* const exampleGroup = new scm.ServiceConnectionGroup("example_group", {
|
|
217
|
-
* name: "service-connection-group-app_sc_grp",
|
|
218
|
-
* targets: [
|
|
219
|
-
* siteAVpnSc.name,
|
|
220
|
-
* siteAVpnSc2.name,
|
|
221
|
-
* ],
|
|
222
|
-
* disableSnat: false,
|
|
223
|
-
* pbfOnly: true,
|
|
224
|
-
* });
|
|
225
43
|
* // ------------------------------------------------------------------
|
|
226
44
|
* // Data Source: SCM Service Connection Group (Single Lookup)
|
|
227
45
|
* // ------------------------------------------------------------------
|
|
228
|
-
* const groupLookup = scm.
|
|
229
|
-
* id:
|
|
46
|
+
* const groupLookup = scm.getServiceConnectionGroup({
|
|
47
|
+
* id: "1480fd9d-dae7-4bf3-94f6-4945e89b59b6",
|
|
230
48
|
* });
|
|
231
49
|
* export const lookedUpServiceConnectionGroupDetails = groupLookup;
|
|
232
50
|
* ```
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServiceConnectionGroup.js","sourceRoot":"","sources":["../getServiceConnectionGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getServiceConnectionGroup.js","sourceRoot":"","sources":["../getServiceConnectionGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+DAA+D,EAAE;QAC1F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8DAMC;AA0CD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAAiC;IACxH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+DAA+D,EAAE;QAChG,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0EAMC"}
|
package/getServiceGroup.d.ts
CHANGED
|
@@ -38,29 +38,17 @@ export interface GetServiceGroupResult {
|
|
|
38
38
|
* The device in which the resource is defined
|
|
39
39
|
*/
|
|
40
40
|
readonly device: string;
|
|
41
|
-
/**
|
|
42
|
-
* The folder in which the resource is defined
|
|
43
|
-
*/
|
|
44
41
|
readonly folder: string;
|
|
45
42
|
/**
|
|
46
43
|
* The UUID of the service group
|
|
47
44
|
*/
|
|
48
45
|
readonly id: string;
|
|
49
|
-
/**
|
|
50
|
-
* Members
|
|
51
|
-
*/
|
|
52
46
|
readonly members: string[];
|
|
53
47
|
/**
|
|
54
48
|
* The name of the service group
|
|
55
49
|
*/
|
|
56
50
|
readonly name: string;
|
|
57
|
-
/**
|
|
58
|
-
* The snippet in which the resource is defined
|
|
59
|
-
*/
|
|
60
51
|
readonly snippet: string;
|
|
61
|
-
/**
|
|
62
|
-
* Tags associated with the service group
|
|
63
|
-
*/
|
|
64
52
|
readonly tags: string[];
|
|
65
53
|
readonly tfid: string;
|
|
66
54
|
}
|
package/getServiceGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getServiceGroup.js","sourceRoot":"","sources":["../getServiceGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;
|
|
1
|
+
{"version":3,"file":"getServiceGroup.js","sourceRoot":"","sources":["../getServiceGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AAsCD;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC"}
|
package/getSite.d.ts
CHANGED
|
@@ -2,6 +2,18 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
4
|
* Site 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 singleSiteById = scm.getSite({
|
|
13
|
+
* id: "d037fe30-68ae-47ee-9a74-71bc63ac2c10",
|
|
14
|
+
* });
|
|
15
|
+
* export const singleSiteDetails = singleSiteById;
|
|
16
|
+
* ```
|
|
5
17
|
*/
|
|
6
18
|
export declare function getSite(args: GetSiteArgs, opts?: pulumi.InvokeOptions): Promise<GetSiteResult>;
|
|
7
19
|
/**
|
|
@@ -44,11 +56,15 @@ export interface GetSiteResult {
|
|
|
44
56
|
/**
|
|
45
57
|
* The latitude coordinate for the site
|
|
46
58
|
*/
|
|
47
|
-
readonly latitude:
|
|
59
|
+
readonly latitude: string;
|
|
60
|
+
/**
|
|
61
|
+
* The license type of the site
|
|
62
|
+
*/
|
|
63
|
+
readonly licenseType: string;
|
|
48
64
|
/**
|
|
49
65
|
* The longitude coordinate for the site
|
|
50
66
|
*/
|
|
51
|
-
readonly longitude:
|
|
67
|
+
readonly longitude: string;
|
|
52
68
|
/**
|
|
53
69
|
* Members
|
|
54
70
|
*/
|
|
@@ -77,6 +93,18 @@ export interface GetSiteResult {
|
|
|
77
93
|
}
|
|
78
94
|
/**
|
|
79
95
|
* Site data source
|
|
96
|
+
*
|
|
97
|
+
* ## Example Usage
|
|
98
|
+
*
|
|
99
|
+
* ```typescript
|
|
100
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
101
|
+
* import * as scm from "@pulumi/scm";
|
|
102
|
+
*
|
|
103
|
+
* const singleSiteById = scm.getSite({
|
|
104
|
+
* id: "d037fe30-68ae-47ee-9a74-71bc63ac2c10",
|
|
105
|
+
* });
|
|
106
|
+
* export const singleSiteDetails = singleSiteById;
|
|
107
|
+
* ```
|
|
80
108
|
*/
|
|
81
109
|
export declare function getSiteOutput(args: GetSiteOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSiteResult>;
|
|
82
110
|
/**
|
package/getSite.js
CHANGED
|
@@ -7,6 +7,18 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Site data source
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scm from "@pulumi/scm";
|
|
16
|
+
*
|
|
17
|
+
* const singleSiteById = scm.getSite({
|
|
18
|
+
* id: "d037fe30-68ae-47ee-9a74-71bc63ac2c10",
|
|
19
|
+
* });
|
|
20
|
+
* export const singleSiteDetails = singleSiteById;
|
|
21
|
+
* ```
|
|
10
22
|
*/
|
|
11
23
|
function getSite(args, opts) {
|
|
12
24
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -18,6 +30,18 @@ function getSite(args, opts) {
|
|
|
18
30
|
exports.getSite = getSite;
|
|
19
31
|
/**
|
|
20
32
|
* Site data source
|
|
33
|
+
*
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ```typescript
|
|
37
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
+
* import * as scm from "@pulumi/scm";
|
|
39
|
+
*
|
|
40
|
+
* const singleSiteById = scm.getSite({
|
|
41
|
+
* id: "d037fe30-68ae-47ee-9a74-71bc63ac2c10",
|
|
42
|
+
* });
|
|
43
|
+
* export const singleSiteDetails = singleSiteById;
|
|
44
|
+
* ```
|
|
21
45
|
*/
|
|
22
46
|
function getSiteOutput(args, opts) {
|
|
23
47
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/getSite.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSite.js","sourceRoot":"","sources":["../getSite.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getSite.js","sourceRoot":"","sources":["../getSite.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;GAcG;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;AA8ED;;;;;;;;;;;;;;GAcG;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/getSiteList.d.ts
CHANGED
|
@@ -2,6 +2,20 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
4
|
* Retrieves a listing of config items.
|
|
5
|
+
*
|
|
6
|
+
* ## Example Usage
|
|
7
|
+
*
|
|
8
|
+
* ```typescript
|
|
9
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
10
|
+
* import * as scm from "@pulumi/scm";
|
|
11
|
+
*
|
|
12
|
+
* const allSites = scm.getSiteList({
|
|
13
|
+
* limit: 50,
|
|
14
|
+
* folder: "Remote Networks",
|
|
15
|
+
* });
|
|
16
|
+
* export const listOfAllConnectionNames = allSites.then(allSites => .map(conn => (conn.name)));
|
|
17
|
+
* export const totalConnectionsCount = allSites.then(allSites => allSites.datas).length;
|
|
18
|
+
* ```
|
|
5
19
|
*/
|
|
6
20
|
export declare function getSiteList(args?: GetSiteListArgs, opts?: pulumi.InvokeOptions): Promise<GetSiteListResult>;
|
|
7
21
|
/**
|
|
@@ -77,6 +91,20 @@ export interface GetSiteListResult {
|
|
|
77
91
|
}
|
|
78
92
|
/**
|
|
79
93
|
* Retrieves a listing of config items.
|
|
94
|
+
*
|
|
95
|
+
* ## Example Usage
|
|
96
|
+
*
|
|
97
|
+
* ```typescript
|
|
98
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
99
|
+
* import * as scm from "@pulumi/scm";
|
|
100
|
+
*
|
|
101
|
+
* const allSites = scm.getSiteList({
|
|
102
|
+
* limit: 50,
|
|
103
|
+
* folder: "Remote Networks",
|
|
104
|
+
* });
|
|
105
|
+
* export const listOfAllConnectionNames = allSites.then(allSites => .map(conn => (conn.name)));
|
|
106
|
+
* export const totalConnectionsCount = allSites.then(allSites => allSites.datas).length;
|
|
107
|
+
* ```
|
|
80
108
|
*/
|
|
81
109
|
export declare function getSiteListOutput(args?: GetSiteListOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetSiteListResult>;
|
|
82
110
|
/**
|
package/getSiteList.js
CHANGED
|
@@ -7,6 +7,20 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Retrieves a listing of config items.
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scm from "@pulumi/scm";
|
|
16
|
+
*
|
|
17
|
+
* const allSites = scm.getSiteList({
|
|
18
|
+
* limit: 50,
|
|
19
|
+
* folder: "Remote Networks",
|
|
20
|
+
* });
|
|
21
|
+
* export const listOfAllConnectionNames = allSites.then(allSites => .map(conn => (conn.name)));
|
|
22
|
+
* export const totalConnectionsCount = allSites.then(allSites => allSites.datas).length;
|
|
23
|
+
* ```
|
|
10
24
|
*/
|
|
11
25
|
function getSiteList(args, opts) {
|
|
12
26
|
args = args || {};
|
|
@@ -23,6 +37,20 @@ function getSiteList(args, opts) {
|
|
|
23
37
|
exports.getSiteList = getSiteList;
|
|
24
38
|
/**
|
|
25
39
|
* Retrieves a listing of config items.
|
|
40
|
+
*
|
|
41
|
+
* ## Example Usage
|
|
42
|
+
*
|
|
43
|
+
* ```typescript
|
|
44
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
45
|
+
* import * as scm from "@pulumi/scm";
|
|
46
|
+
*
|
|
47
|
+
* const allSites = scm.getSiteList({
|
|
48
|
+
* limit: 50,
|
|
49
|
+
* folder: "Remote Networks",
|
|
50
|
+
* });
|
|
51
|
+
* export const listOfAllConnectionNames = allSites.then(allSites => .map(conn => (conn.name)));
|
|
52
|
+
* export const totalConnectionsCount = allSites.then(allSites => allSites.datas).length;
|
|
53
|
+
* ```
|
|
26
54
|
*/
|
|
27
55
|
function getSiteListOutput(args, opts) {
|
|
28
56
|
args = args || {};
|
package/getSiteList.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSiteList.js","sourceRoot":"","sources":["../getSiteList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getSiteList.js","sourceRoot":"","sources":["../getSiteList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,WAAW,CAAC,IAAsB,EAAE,IAA2B;IAC3E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,kCAWC;AA0ED;;;;;;;;;;;;;;;;GAgBG;AACH,SAAgB,iBAAiB,CAAC,IAA4B,EAAE,IAAiC;IAC7F,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,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,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8CAWC"}
|
package/getSnippet.d.ts
CHANGED
|
@@ -8,21 +8,15 @@ 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
|
-
* const scmLabel1 = new scm.Label("scm_label_1", {name: "scm_label"});
|
|
12
|
-
* const scmSnippet1 = new scm.Snippet("scm_snippet_1", {
|
|
13
|
-
* name: "scm_snippet",
|
|
14
|
-
* description: "Adding a Description from Terraform",
|
|
15
|
-
* labels: [scmLabel1.name],
|
|
16
|
-
* });
|
|
17
11
|
* // Look up the "scm_snippet" tag by its id
|
|
18
|
-
* const scmSnippetOutputsDs = scm.
|
|
19
|
-
* id:
|
|
12
|
+
* const scmSnippetOutputsDs = scm.getSnippet({
|
|
13
|
+
* id: "b4811c43-e5f9-4b28-8316-7f18f97ba244",
|
|
20
14
|
* });
|
|
21
15
|
* export const snippetOutputs = {
|
|
22
|
-
* productionId: scmSnippetOutputsDs.
|
|
23
|
-
* productionName: scmSnippetOutputsDs.
|
|
24
|
-
* productionDescription: scmSnippetOutputsDs.
|
|
25
|
-
* productionLabels: scmSnippetOutputsDs.
|
|
16
|
+
* productionId: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.id),
|
|
17
|
+
* productionName: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.name),
|
|
18
|
+
* productionDescription: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.description),
|
|
19
|
+
* productionLabels: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.labels),
|
|
26
20
|
* };
|
|
27
21
|
* ```
|
|
28
22
|
*/
|
|
@@ -75,21 +69,15 @@ export interface GetSnippetResult {
|
|
|
75
69
|
* import * as pulumi from "@pulumi/pulumi";
|
|
76
70
|
* import * as scm from "@pulumi/scm";
|
|
77
71
|
*
|
|
78
|
-
* const scmLabel1 = new scm.Label("scm_label_1", {name: "scm_label"});
|
|
79
|
-
* const scmSnippet1 = new scm.Snippet("scm_snippet_1", {
|
|
80
|
-
* name: "scm_snippet",
|
|
81
|
-
* description: "Adding a Description from Terraform",
|
|
82
|
-
* labels: [scmLabel1.name],
|
|
83
|
-
* });
|
|
84
72
|
* // Look up the "scm_snippet" tag by its id
|
|
85
|
-
* const scmSnippetOutputsDs = scm.
|
|
86
|
-
* id:
|
|
73
|
+
* const scmSnippetOutputsDs = scm.getSnippet({
|
|
74
|
+
* id: "b4811c43-e5f9-4b28-8316-7f18f97ba244",
|
|
87
75
|
* });
|
|
88
76
|
* export const snippetOutputs = {
|
|
89
|
-
* productionId: scmSnippetOutputsDs.
|
|
90
|
-
* productionName: scmSnippetOutputsDs.
|
|
91
|
-
* productionDescription: scmSnippetOutputsDs.
|
|
92
|
-
* productionLabels: scmSnippetOutputsDs.
|
|
77
|
+
* productionId: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.id),
|
|
78
|
+
* productionName: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.name),
|
|
79
|
+
* productionDescription: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.description),
|
|
80
|
+
* productionLabels: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.labels),
|
|
93
81
|
* };
|
|
94
82
|
* ```
|
|
95
83
|
*/
|
package/getSnippet.js
CHANGED
|
@@ -14,21 +14,15 @@ const utilities = require("./utilities");
|
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
15
15
|
* import * as scm from "@pulumi/scm";
|
|
16
16
|
*
|
|
17
|
-
* const scmLabel1 = new scm.Label("scm_label_1", {name: "scm_label"});
|
|
18
|
-
* const scmSnippet1 = new scm.Snippet("scm_snippet_1", {
|
|
19
|
-
* name: "scm_snippet",
|
|
20
|
-
* description: "Adding a Description from Terraform",
|
|
21
|
-
* labels: [scmLabel1.name],
|
|
22
|
-
* });
|
|
23
17
|
* // Look up the "scm_snippet" tag by its id
|
|
24
|
-
* const scmSnippetOutputsDs = scm.
|
|
25
|
-
* id:
|
|
18
|
+
* const scmSnippetOutputsDs = scm.getSnippet({
|
|
19
|
+
* id: "b4811c43-e5f9-4b28-8316-7f18f97ba244",
|
|
26
20
|
* });
|
|
27
21
|
* export const snippetOutputs = {
|
|
28
|
-
* productionId: scmSnippetOutputsDs.
|
|
29
|
-
* productionName: scmSnippetOutputsDs.
|
|
30
|
-
* productionDescription: scmSnippetOutputsDs.
|
|
31
|
-
* productionLabels: scmSnippetOutputsDs.
|
|
22
|
+
* productionId: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.id),
|
|
23
|
+
* productionName: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.name),
|
|
24
|
+
* productionDescription: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.description),
|
|
25
|
+
* productionLabels: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.labels),
|
|
32
26
|
* };
|
|
33
27
|
* ```
|
|
34
28
|
*/
|
|
@@ -49,21 +43,15 @@ exports.getSnippet = getSnippet;
|
|
|
49
43
|
* import * as pulumi from "@pulumi/pulumi";
|
|
50
44
|
* import * as scm from "@pulumi/scm";
|
|
51
45
|
*
|
|
52
|
-
* const scmLabel1 = new scm.Label("scm_label_1", {name: "scm_label"});
|
|
53
|
-
* const scmSnippet1 = new scm.Snippet("scm_snippet_1", {
|
|
54
|
-
* name: "scm_snippet",
|
|
55
|
-
* description: "Adding a Description from Terraform",
|
|
56
|
-
* labels: [scmLabel1.name],
|
|
57
|
-
* });
|
|
58
46
|
* // Look up the "scm_snippet" tag by its id
|
|
59
|
-
* const scmSnippetOutputsDs = scm.
|
|
60
|
-
* id:
|
|
47
|
+
* const scmSnippetOutputsDs = scm.getSnippet({
|
|
48
|
+
* id: "b4811c43-e5f9-4b28-8316-7f18f97ba244",
|
|
61
49
|
* });
|
|
62
50
|
* export const snippetOutputs = {
|
|
63
|
-
* productionId: scmSnippetOutputsDs.
|
|
64
|
-
* productionName: scmSnippetOutputsDs.
|
|
65
|
-
* productionDescription: scmSnippetOutputsDs.
|
|
66
|
-
* productionLabels: scmSnippetOutputsDs.
|
|
51
|
+
* productionId: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.id),
|
|
52
|
+
* productionName: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.name),
|
|
53
|
+
* productionDescription: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.description),
|
|
54
|
+
* productionLabels: scmSnippetOutputsDs.then(scmSnippetOutputsDs => scmSnippetOutputsDs.labels),
|
|
67
55
|
* };
|
|
68
56
|
* ```
|
|
69
57
|
*/
|
package/getSnippet.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSnippet.js","sourceRoot":"","sources":["../getSnippet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getSnippet.js","sourceRoot":"","sources":["../getSnippet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AA0CD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC"}
|
|
@@ -25,13 +25,7 @@ export interface GetSyslogServerProfileResult {
|
|
|
25
25
|
* The device in which the resource is defined
|
|
26
26
|
*/
|
|
27
27
|
readonly device: string;
|
|
28
|
-
/**
|
|
29
|
-
* The folder in which the resource is defined
|
|
30
|
-
*/
|
|
31
28
|
readonly folder: string;
|
|
32
|
-
/**
|
|
33
|
-
* Format
|
|
34
|
-
*/
|
|
35
29
|
readonly format: outputs.GetSyslogServerProfileFormat;
|
|
36
30
|
/**
|
|
37
31
|
* The UUID of the syslog server profile
|
|
@@ -41,13 +35,7 @@ export interface GetSyslogServerProfileResult {
|
|
|
41
35
|
* The name of the syslog server profile
|
|
42
36
|
*/
|
|
43
37
|
readonly name: string;
|
|
44
|
-
/**
|
|
45
|
-
* Servers
|
|
46
|
-
*/
|
|
47
38
|
readonly servers: outputs.GetSyslogServerProfileServers;
|
|
48
|
-
/**
|
|
49
|
-
* The snippet in which the resource is defined
|
|
50
|
-
*/
|
|
51
39
|
readonly snippet: string;
|
|
52
40
|
readonly tfid: string;
|
|
53
41
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSyslogServerProfile.js","sourceRoot":"","sources":["../getSyslogServerProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC;
|
|
1
|
+
{"version":3,"file":"getSyslogServerProfile.js","sourceRoot":"","sources":["../getSyslogServerProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC;AAsCD;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yDAAyD,EAAE;QAC1F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC"}
|
|
@@ -25,9 +25,6 @@ export interface GetTacacsServerProfileResult {
|
|
|
25
25
|
* The device in which the resource is defined
|
|
26
26
|
*/
|
|
27
27
|
readonly device: string;
|
|
28
|
-
/**
|
|
29
|
-
* The folder in which the resource is defined
|
|
30
|
-
*/
|
|
31
28
|
readonly folder: string;
|
|
32
29
|
/**
|
|
33
30
|
* The UUID of the TACACS+ server profile
|
|
@@ -37,26 +34,11 @@ export interface GetTacacsServerProfileResult {
|
|
|
37
34
|
* The name of the TACACS+ server profile
|
|
38
35
|
*/
|
|
39
36
|
readonly name: string;
|
|
40
|
-
/**
|
|
41
|
-
* The TACACS+ authentication protocol
|
|
42
|
-
*/
|
|
43
37
|
readonly protocol: string;
|
|
44
|
-
/**
|
|
45
|
-
* The TACACS+ server configuration
|
|
46
|
-
*/
|
|
47
38
|
readonly servers: outputs.GetTacacsServerProfileServer[];
|
|
48
|
-
/**
|
|
49
|
-
* The snippet in which the resource is defined
|
|
50
|
-
*/
|
|
51
39
|
readonly snippet: string;
|
|
52
40
|
readonly tfid: string;
|
|
53
|
-
/**
|
|
54
|
-
* The TACACS+ timeout (seconds)
|
|
55
|
-
*/
|
|
56
41
|
readonly timeout: number;
|
|
57
|
-
/**
|
|
58
|
-
* Use a single TACACS+ connection?
|
|
59
|
-
*/
|
|
60
42
|
readonly useSingleConnection: boolean;
|
|
61
43
|
}
|
|
62
44
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTacacsServerProfile.js","sourceRoot":"","sources":["../getTacacsServerProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC;
|
|
1
|
+
{"version":3,"file":"getTacacsServerProfile.js","sourceRoot":"","sources":["../getTacacsServerProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAA2B;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yDAAyD,EAAE;QACpF,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wDAMC;AAwCD;;GAEG;AACH,SAAgB,4BAA4B,CAAC,IAAsC,EAAE,IAAiC;IAClH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,yDAAyD,EAAE;QAC1F,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oEAMC"}
|
package/getTag.d.ts
CHANGED
|
@@ -51,9 +51,6 @@ export interface GetTagResult {
|
|
|
51
51
|
* The device in which the resource is defined
|
|
52
52
|
*/
|
|
53
53
|
readonly device: string;
|
|
54
|
-
/**
|
|
55
|
-
* The folder in which the resource is defined
|
|
56
|
-
*/
|
|
57
54
|
readonly folder: string;
|
|
58
55
|
/**
|
|
59
56
|
* The UUID of the tag
|
|
@@ -63,9 +60,6 @@ export interface GetTagResult {
|
|
|
63
60
|
* The name of the tag
|
|
64
61
|
*/
|
|
65
62
|
readonly name: string;
|
|
66
|
-
/**
|
|
67
|
-
* The snippet in which the resource is defined
|
|
68
|
-
*/
|
|
69
63
|
readonly snippet: string;
|
|
70
64
|
readonly tfid: string;
|
|
71
65
|
}
|