@pulumi/scm 1.0.0-alpha.1763793524 → 1.0.0-alpha.1764128391
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/address.d.ts +36 -0
- package/address.js.map +1 -1
- package/addressGroup.d.ts +24 -0
- package/addressGroup.js.map +1 -1
- package/aggregateInterface.d.ts +24 -0
- package/aggregateInterface.js.map +1 -1
- package/antiSpywareProfile.d.ts +12 -0
- package/antiSpywareProfile.js.map +1 -1
- package/antiSpywareSignature.d.ts +12 -0
- package/antiSpywareSignature.js.map +1 -1
- package/appOverrideRule.d.ts +12 -0
- package/appOverrideRule.js.map +1 -1
- package/application.d.ts +12 -0
- package/application.js.map +1 -1
- package/applicationFilter.d.ts +12 -0
- package/applicationFilter.js.map +1 -1
- package/applicationGroup.d.ts +12 -0
- package/applicationGroup.js.map +1 -1
- package/authenticationPortal.d.ts +191 -0
- package/authenticationPortal.js +93 -0
- package/authenticationPortal.js.map +1 -0
- package/authenticationProfile.d.ts +66 -9
- package/authenticationProfile.js +45 -0
- package/authenticationProfile.js.map +1 -1
- package/authenticationRule.d.ts +12 -0
- package/authenticationRule.js.map +1 -1
- package/authenticationSequence.d.ts +35 -0
- package/authenticationSequence.js +23 -0
- package/authenticationSequence.js.map +1 -1
- package/autoVpnCluster.d.ts +176 -0
- package/autoVpnCluster.js +115 -0
- package/autoVpnCluster.js.map +1 -0
- package/autoVpnSetting.d.ts +95 -0
- package/autoVpnSetting.js +80 -0
- package/autoVpnSetting.js.map +1 -0
- package/bgpAddressFamilyProfile.d.ts +38 -3
- package/bgpAddressFamilyProfile.js +23 -0
- package/bgpAddressFamilyProfile.js.map +1 -1
- package/bgpAuthProfile.d.ts +25 -0
- package/bgpAuthProfile.js +13 -0
- package/bgpAuthProfile.js.map +1 -1
- package/bgpFilteringProfile.d.ts +46 -0
- package/bgpFilteringProfile.js +34 -0
- package/bgpFilteringProfile.js.map +1 -1
- package/bgpRedistributionProfile.d.ts +39 -0
- package/bgpRedistributionProfile.js +27 -0
- package/bgpRedistributionProfile.js.map +1 -1
- package/bgpRouteMap.d.ts +65 -0
- package/bgpRouteMap.js +53 -0
- package/bgpRouteMap.js.map +1 -1
- package/bgpRouteMapRedistribution.d.ts +30 -0
- package/bgpRouteMapRedistribution.js.map +1 -1
- package/bgpRouting.d.ts +133 -0
- package/bgpRouting.js +82 -0
- package/bgpRouting.js.map +1 -0
- package/certificateProfile.d.ts +12 -0
- package/certificateProfile.js.map +1 -1
- package/decryptionExclusion.d.ts +12 -0
- package/decryptionExclusion.js.map +1 -1
- package/decryptionProfile.d.ts +12 -0
- package/decryptionProfile.js.map +1 -1
- package/decryptionRule.d.ts +38 -0
- package/decryptionRule.js +26 -0
- package/decryptionRule.js.map +1 -1
- package/dhcpInterface.d.ts +24 -0
- package/dhcpInterface.js.map +1 -1
- package/dnsProxy.d.ts +12 -0
- package/dnsProxy.js.map +1 -1
- package/dnsSecurityProfile.d.ts +12 -0
- package/dnsSecurityProfile.js.map +1 -1
- package/dosProtectionProfile.d.ts +12 -0
- package/dosProtectionProfile.js.map +1 -1
- package/dosProtectionRule.d.ts +12 -0
- package/dosProtectionRule.js.map +1 -1
- package/dynamicUserGroup.d.ts +12 -0
- package/dynamicUserGroup.js.map +1 -1
- package/ethernetInterface.d.ts +85 -0
- package/ethernetInterface.js +39 -0
- package/ethernetInterface.js.map +1 -1
- package/externalDynamicList.d.ts +12 -0
- package/externalDynamicList.js.map +1 -1
- package/fileBlockingProfile.d.ts +86 -0
- package/fileBlockingProfile.js +74 -0
- package/fileBlockingProfile.js.map +1 -1
- package/getAddress.d.ts +0 -21
- package/getAddress.js.map +1 -1
- package/getAddressGroup.d.ts +0 -15
- package/getAddressGroup.js.map +1 -1
- package/getAggregateInterface.d.ts +0 -12
- package/getAggregateInterface.js.map +1 -1
- package/getAntiSpywareProfile.d.ts +0 -21
- package/getAntiSpywareProfile.js.map +1 -1
- package/getAntiSpywareSignature.d.ts +0 -27
- package/getAntiSpywareSignature.js.map +1 -1
- package/getAppOverrideRule.d.ts +4 -77
- package/getAppOverrideRule.js +4 -32
- package/getAppOverrideRule.js.map +1 -1
- package/getApplication.d.ts +0 -66
- package/getApplication.js.map +1 -1
- package/getApplicationFilter.d.ts +0 -57
- package/getApplicationFilter.js.map +1 -1
- package/getApplicationGroup.d.ts +0 -9
- package/getApplicationGroup.js.map +1 -1
- package/getAuthenticationProfile.d.ts +27 -25
- package/getAuthenticationProfile.js +26 -0
- package/getAuthenticationProfile.js.map +1 -1
- package/getAuthenticationProfileList.d.ts +32 -0
- package/getAuthenticationProfileList.js +32 -0
- package/getAuthenticationProfileList.js.map +1 -1
- package/getAuthenticationRule.d.ts +8 -104
- package/getAuthenticationRule.js +8 -44
- package/getAuthenticationRule.js.map +1 -1
- package/getAuthenticationSequence.d.ts +26 -9
- package/getAuthenticationSequence.js +26 -0
- package/getAuthenticationSequence.js.map +1 -1
- package/getAuthenticationSequenceList.d.ts +32 -0
- package/getAuthenticationSequenceList.js +32 -0
- package/getAuthenticationSequenceList.js.map +1 -1
- package/getAutoVpnCluster.d.ts +112 -0
- package/getAutoVpnCluster.js +68 -0
- package/getAutoVpnCluster.js.map +1 -0
- package/getAutoVpnClusterList.d.ts +136 -0
- package/getAutoVpnClusterList.js +66 -0
- package/getAutoVpnClusterList.js.map +1 -0
- package/getAutoVpnSetting.d.ts +52 -0
- package/getAutoVpnSetting.js +44 -0
- package/getAutoVpnSetting.js.map +1 -0
- package/getBgpAddressFamilyProfile.d.ts +36 -9
- package/getBgpAddressFamilyProfile.js +36 -0
- package/getBgpAddressFamilyProfile.js.map +1 -1
- package/getBgpAuthProfile.d.ts +36 -12
- package/getBgpAuthProfile.js +36 -0
- package/getBgpAuthProfile.js.map +1 -1
- package/getBgpAuthProfileList.d.ts +26 -0
- package/getBgpAuthProfileList.js +26 -0
- package/getBgpAuthProfileList.js.map +1 -1
- package/getBgpFilteringProfile.d.ts +0 -9
- package/getBgpFilteringProfile.js.map +1 -1
- package/getBgpRedistributionProfile.d.ts +36 -9
- package/getBgpRedistributionProfile.js +36 -0
- package/getBgpRedistributionProfile.js.map +1 -1
- package/getBgpRedistributionProfileList.d.ts +26 -0
- package/getBgpRedistributionProfileList.js +26 -0
- package/getBgpRedistributionProfileList.js.map +1 -1
- package/getBgpRouteMap.d.ts +36 -9
- package/getBgpRouteMap.js +36 -0
- package/getBgpRouteMap.js.map +1 -1
- package/getBgpRouteMapList.d.ts +26 -0
- package/getBgpRouteMapList.js +26 -0
- package/getBgpRouteMapList.js.map +1 -1
- package/getBgpRouteMapRedistribution.d.ts +0 -18
- package/getBgpRouteMapRedistribution.js.map +1 -1
- package/getBgpRouting.d.ts +64 -0
- package/getBgpRouting.js +44 -0
- package/getBgpRouting.js.map +1 -0
- package/getCertificateProfile.d.ts +0 -21
- package/getCertificateProfile.js.map +1 -1
- package/getDecryptionExclusion.d.ts +0 -6
- package/getDecryptionExclusion.js.map +1 -1
- package/getDecryptionProfile.d.ts +0 -18
- package/getDecryptionProfile.js.map +1 -1
- package/getDecryptionRule.d.ts +4 -100
- package/getDecryptionRule.js +4 -40
- package/getDecryptionRule.js.map +1 -1
- package/getDhcpInterface.d.ts +0 -12
- package/getDhcpInterface.js.map +1 -1
- package/getDnsProxy.d.ts +0 -24
- package/getDnsProxy.js.map +1 -1
- package/getDnsSecurityProfile.d.ts +0 -6
- package/getDnsSecurityProfile.js.map +1 -1
- package/getDosProtectionProfile.d.ts +0 -15
- package/getDosProtectionProfile.js.map +1 -1
- package/getDosProtectionRule.d.ts +0 -39
- package/getDosProtectionRule.js.map +1 -1
- package/getDynamicUserGroup.d.ts +0 -12
- package/getDynamicUserGroup.js.map +1 -1
- package/getEthernetInterface.d.ts +2 -37
- package/getEthernetInterface.js.map +1 -1
- package/getExternalDynamicList.d.ts +0 -12
- package/getExternalDynamicList.js.map +1 -1
- package/getFileBlockingProfile.d.ts +40 -9
- package/getFileBlockingProfile.js +40 -0
- package/getFileBlockingProfile.js.map +1 -1
- package/getFileBlockingProfileList.d.ts +32 -0
- package/getFileBlockingProfileList.js +32 -0
- package/getFileBlockingProfileList.js.map +1 -1
- package/getHipObject.d.ts +0 -27
- package/getHipObject.js.map +1 -1
- package/getHipProfile.d.ts +0 -9
- package/getHipProfile.js.map +1 -1
- package/getHttpHeaderProfile.d.ts +0 -9
- package/getHttpHeaderProfile.js.map +1 -1
- package/getHttpServerProfile.d.ts +0 -15
- package/getHttpServerProfile.js.map +1 -1
- package/getIkeCryptoProfile.d.ts +0 -18
- package/getIkeCryptoProfile.js.map +1 -1
- package/getIkeGateway.d.ts +0 -27
- package/getIkeGateway.js.map +1 -1
- package/getInterfaceManagementProfile.d.ts +6 -99
- package/getInterfaceManagementProfile.js +6 -60
- package/getInterfaceManagementProfile.js.map +1 -1
- package/getIpsecCryptoProfile.d.ts +0 -21
- package/getIpsecCryptoProfile.js.map +1 -1
- package/getIpsecTunnel.d.ts +0 -15
- package/getIpsecTunnel.js.map +1 -1
- package/getKerberosServerProfile.d.ts +0 -9
- package/getKerberosServerProfile.js.map +1 -1
- package/getLayer2Subinterface.d.ts +0 -12
- package/getLayer2Subinterface.js.map +1 -1
- package/getLayer3Subinterface.d.ts +0 -24
- package/getLayer3Subinterface.js.map +1 -1
- package/getLdapServerProfile.d.ts +0 -27
- package/getLdapServerProfile.js.map +1 -1
- package/getLinkTag.d.ts +0 -6
- package/getLinkTag.js.map +1 -1
- package/getLocalUser.d.ts +0 -15
- package/getLocalUser.js.map +1 -1
- package/getLocalUserGroup.d.ts +0 -9
- package/getLocalUserGroup.js.map +1 -1
- package/getLogForwardingProfile.d.ts +0 -9
- package/getLogForwardingProfile.js.map +1 -1
- package/getLogicalRouter.d.ts +0 -12
- package/getLogicalRouter.js.map +1 -1
- package/getLoopbackInterface.d.ts +0 -18
- package/getLoopbackInterface.js.map +1 -1
- package/getNatRule.d.ts +10 -50
- package/getNatRule.js +10 -50
- package/getNatRule.js.map +1 -1
- package/getOspfAuthProfile.d.ts +0 -15
- package/getOspfAuthProfile.js.map +1 -1
- package/getPbfRule.d.ts +8 -89
- package/getPbfRule.js +8 -62
- package/getPbfRule.js.map +1 -1
- package/getProfileGroup.d.ts +0 -27
- package/getProfileGroup.js.map +1 -1
- package/getQosPolicyRule.d.ts +4 -61
- package/getQosPolicyRule.js +4 -40
- package/getQosPolicyRule.js.map +1 -1
- package/getQosProfile.d.ts +0 -6
- package/getQosProfile.js.map +1 -1
- package/getRadiusServerProfile.d.ts +6 -54
- package/getRadiusServerProfile.js +6 -36
- package/getRadiusServerProfile.js.map +1 -1
- package/getRegion.d.ts +0 -9
- package/getRegion.js.map +1 -1
- package/getRouteAccessList.d.ts +0 -9
- package/getRouteAccessList.js.map +1 -1
- package/getRouteCommunityList.d.ts +0 -9
- package/getRouteCommunityList.js.map +1 -1
- package/getRoutePathAccessList.d.ts +0 -6
- package/getRoutePathAccessList.js.map +1 -1
- package/getRoutePrefixList.d.ts +1 -10
- package/getRoutePrefixList.js.map +1 -1
- package/getSamlServerProfile.d.ts +0 -27
- package/getSamlServerProfile.js.map +1 -1
- package/getScepProfile.d.ts +0 -36
- package/getScepProfile.js.map +1 -1
- package/getSchedule.d.ts +0 -9
- package/getSchedule.js.map +1 -1
- package/getSdwanErrorCorrectionProfile.d.ts +0 -9
- package/getSdwanErrorCorrectionProfile.js.map +1 -1
- package/getSdwanPathQualityProfile.d.ts +0 -9
- package/getSdwanPathQualityProfile.js.map +1 -1
- package/getSdwanRule.d.ts +0 -45
- package/getSdwanRule.js.map +1 -1
- package/getSdwanSaasQualityProfile.d.ts +0 -9
- package/getSdwanSaasQualityProfile.js.map +1 -1
- package/getSdwanTrafficDistributionProfile.d.ts +0 -12
- package/getSdwanTrafficDistributionProfile.js.map +1 -1
- package/getSecurityRule.d.ts +10 -74
- package/getSecurityRule.js +10 -74
- package/getSecurityRule.js.map +1 -1
- package/getService.d.ts +0 -12
- package/getService.js.map +1 -1
- package/getServiceConnection.d.ts +10 -156
- package/getServiceConnection.js +10 -156
- package/getServiceConnection.js.map +1 -1
- package/getServiceConnectionGroup.d.ts +4 -186
- package/getServiceConnectionGroup.js +4 -186
- package/getServiceConnectionGroup.js.map +1 -1
- package/getServiceGroup.d.ts +0 -12
- package/getServiceGroup.js.map +1 -1
- package/getSite.d.ts +30 -2
- package/getSite.js +24 -0
- package/getSite.js.map +1 -1
- package/getSiteList.d.ts +28 -0
- package/getSiteList.js +28 -0
- package/getSiteList.js.map +1 -1
- package/getSnippet.d.ts +12 -24
- package/getSnippet.js +12 -24
- package/getSnippet.js.map +1 -1
- package/getSyslogServerProfile.d.ts +0 -12
- package/getSyslogServerProfile.js.map +1 -1
- package/getTacacsServerProfile.d.ts +0 -18
- package/getTacacsServerProfile.js.map +1 -1
- package/getTag.d.ts +0 -6
- package/getTag.js.map +1 -1
- package/getTlsServiceProfile.d.ts +0 -9
- package/getTlsServiceProfile.js.map +1 -1
- package/getTunnelInterface.d.ts +0 -15
- package/getTunnelInterface.js.map +1 -1
- package/getUrlAccessProfile.d.ts +0 -30
- package/getUrlAccessProfile.js.map +1 -1
- package/getUrlCategory.d.ts +0 -12
- package/getUrlCategory.js.map +1 -1
- package/getVariable.d.ts +0 -15
- package/getVariable.js.map +1 -1
- package/getVlanInterface.d.ts +0 -21
- package/getVlanInterface.js.map +1 -1
- package/getVulnerabilityProtectionProfile.d.ts +0 -12
- package/getVulnerabilityProtectionProfile.js.map +1 -1
- package/getVulnerabilityProtectionSignature.d.ts +0 -27
- package/getVulnerabilityProtectionSignature.js.map +1 -1
- package/getWildfireAntiVirusProfile.d.ts +0 -18
- package/getWildfireAntiVirusProfile.js.map +1 -1
- package/getZone.d.ts +0 -27
- package/getZone.js.map +1 -1
- package/hipObject.d.ts +12 -0
- package/hipObject.js.map +1 -1
- package/hipProfile.d.ts +12 -0
- package/hipProfile.js.map +1 -1
- package/httpHeaderProfile.d.ts +12 -0
- package/httpHeaderProfile.js.map +1 -1
- package/httpServerProfile.d.ts +12 -0
- package/httpServerProfile.js.map +1 -1
- package/ikeCryptoProfile.d.ts +12 -0
- package/ikeCryptoProfile.js.map +1 -1
- package/ikeGateway.d.ts +12 -0
- package/ikeGateway.js.map +1 -1
- package/index.d.ts +27 -0
- package/index.js +47 -10
- package/index.js.map +1 -1
- package/interfaceManagementProfile.d.ts +12 -0
- package/interfaceManagementProfile.js.map +1 -1
- package/ipsecCryptoProfile.d.ts +24 -0
- package/ipsecCryptoProfile.js.map +1 -1
- package/ipsecTunnel.d.ts +12 -0
- package/ipsecTunnel.js.map +1 -1
- package/kerberosServerProfile.d.ts +12 -0
- package/kerberosServerProfile.js.map +1 -1
- package/layer2Subinterface.d.ts +12 -0
- package/layer2Subinterface.js.map +1 -1
- package/layer3Subinterface.d.ts +24 -0
- package/layer3Subinterface.js.map +1 -1
- package/ldapServerProfile.d.ts +12 -0
- package/ldapServerProfile.js.map +1 -1
- package/linkTag.d.ts +12 -0
- package/linkTag.js.map +1 -1
- package/localUser.d.ts +12 -0
- package/localUser.js.map +1 -1
- package/localUserGroup.d.ts +12 -0
- package/localUserGroup.js.map +1 -1
- package/logForwardingProfile.d.ts +12 -0
- package/logForwardingProfile.js.map +1 -1
- package/logicalRouter.d.ts +12 -0
- package/logicalRouter.js.map +1 -1
- package/loopbackInterface.d.ts +12 -0
- package/loopbackInterface.js.map +1 -1
- package/mfaServer.d.ts +12 -0
- package/mfaServer.js.map +1 -1
- package/ospfAuthProfile.d.ts +24 -0
- package/ospfAuthProfile.js.map +1 -1
- package/package.json +2 -2
- package/pbfRule.d.ts +12 -0
- package/pbfRule.js.map +1 -1
- package/profileGroup.d.ts +12 -0
- package/profileGroup.js.map +1 -1
- package/qosPolicyRule.d.ts +12 -0
- package/qosPolicyRule.js.map +1 -1
- package/qosProfile.d.ts +12 -0
- package/qosProfile.js.map +1 -1
- package/radiusServerProfile.d.ts +14 -2
- package/radiusServerProfile.js +2 -2
- package/radiusServerProfile.js.map +1 -1
- package/region.d.ts +12 -0
- package/region.js.map +1 -1
- package/remoteNetwork.d.ts +4 -4
- package/remoteNetwork.js +4 -4
- package/routeAccessList.d.ts +12 -0
- package/routeAccessList.js.map +1 -1
- package/routeCommunityList.d.ts +12 -0
- package/routeCommunityList.js.map +1 -1
- package/routePathAccessList.d.ts +12 -0
- package/routePathAccessList.js.map +1 -1
- package/routePrefixList.d.ts +49 -12
- package/routePrefixList.js +27 -2
- package/routePrefixList.js.map +1 -1
- package/samlServerProfile.d.ts +12 -0
- package/samlServerProfile.js.map +1 -1
- package/scepProfile.d.ts +12 -0
- package/scepProfile.js.map +1 -1
- package/schedule.d.ts +12 -0
- package/schedule.js.map +1 -1
- package/sdwanErrorCorrectionProfile.d.ts +12 -0
- package/sdwanErrorCorrectionProfile.js.map +1 -1
- package/sdwanPathQualityProfile.d.ts +12 -0
- package/sdwanPathQualityProfile.js.map +1 -1
- package/sdwanRule.d.ts +12 -0
- package/sdwanRule.js.map +1 -1
- package/sdwanSaasQualityProfile.d.ts +12 -0
- package/sdwanSaasQualityProfile.js.map +1 -1
- package/sdwanTrafficDistributionProfile.d.ts +12 -0
- package/sdwanTrafficDistributionProfile.js.map +1 -1
- package/securityRule.d.ts +26 -0
- package/securityRule.js +26 -0
- package/securityRule.js.map +1 -1
- package/service.d.ts +12 -0
- package/service.js.map +1 -1
- package/serviceGroup.d.ts +12 -0
- package/serviceGroup.js.map +1 -1
- package/site.d.ts +298 -0
- package/site.js +177 -0
- package/site.js.map +1 -0
- package/snippet.d.ts +1 -5
- package/snippet.js +1 -1
- package/snippet.js.map +1 -1
- package/syslogServerProfile.d.ts +12 -0
- package/syslogServerProfile.js.map +1 -1
- package/tacacsServerProfile.d.ts +12 -0
- package/tacacsServerProfile.js.map +1 -1
- package/tag.d.ts +12 -0
- package/tag.js.map +1 -1
- package/tlsServiceProfile.d.ts +12 -0
- package/tlsServiceProfile.js.map +1 -1
- package/tunnelInterface.d.ts +12 -0
- package/tunnelInterface.js.map +1 -1
- package/types/input.d.ts +1026 -148
- package/types/output.d.ts +3272 -647
- package/urlAccessProfile.d.ts +12 -0
- package/urlAccessProfile.js.map +1 -1
- package/urlCategory.d.ts +12 -0
- package/urlCategory.js.map +1 -1
- package/variable.d.ts +13 -5
- package/variable.js +1 -1
- package/variable.js.map +1 -1
- package/vlanInterface.d.ts +24 -0
- package/vlanInterface.js.map +1 -1
- package/vulnerabilityProtectionProfile.d.ts +12 -0
- package/vulnerabilityProtectionProfile.js.map +1 -1
- package/vulnerabilityProtectionSignature.d.ts +12 -0
- package/vulnerabilityProtectionSignature.js.map +1 -1
- package/wildfireAntiVirusProfile.d.ts +12 -0
- package/wildfireAntiVirusProfile.js.map +1 -1
- package/zone.d.ts +12 -0
- package/zone.js.map +1 -1
- package/zoneProtectionProfile.d.ts +18 -0
- package/zoneProtectionProfile.js.map +1 -1
package/applicationFilter.d.ts
CHANGED
|
@@ -60,6 +60,8 @@ export declare class ApplicationFilter extends pulumi.CustomResource {
|
|
|
60
60
|
readonly excludes: pulumi.Output<string[] | undefined>;
|
|
61
61
|
/**
|
|
62
62
|
* The folder in which the resource is defined
|
|
63
|
+
*
|
|
64
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
63
65
|
*/
|
|
64
66
|
readonly folder: pulumi.Output<string | undefined>;
|
|
65
67
|
/**
|
|
@@ -100,6 +102,8 @@ export declare class ApplicationFilter extends pulumi.CustomResource {
|
|
|
100
102
|
readonly saasRisks: pulumi.Output<string[] | undefined>;
|
|
101
103
|
/**
|
|
102
104
|
* The snippet in which the resource is defined
|
|
105
|
+
*
|
|
106
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
103
107
|
*/
|
|
104
108
|
readonly snippet: pulumi.Output<string | undefined>;
|
|
105
109
|
/**
|
|
@@ -162,6 +166,8 @@ export interface ApplicationFilterState {
|
|
|
162
166
|
excludes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
163
167
|
/**
|
|
164
168
|
* The folder in which the resource is defined
|
|
169
|
+
*
|
|
170
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
165
171
|
*/
|
|
166
172
|
folder?: pulumi.Input<string>;
|
|
167
173
|
/**
|
|
@@ -202,6 +208,8 @@ export interface ApplicationFilterState {
|
|
|
202
208
|
saasRisks?: pulumi.Input<pulumi.Input<string>[]>;
|
|
203
209
|
/**
|
|
204
210
|
* The snippet in which the resource is defined
|
|
211
|
+
*
|
|
212
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
205
213
|
*/
|
|
206
214
|
snippet?: pulumi.Input<string>;
|
|
207
215
|
/**
|
|
@@ -256,6 +264,8 @@ export interface ApplicationFilterArgs {
|
|
|
256
264
|
excludes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
257
265
|
/**
|
|
258
266
|
* The folder in which the resource is defined
|
|
267
|
+
*
|
|
268
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
259
269
|
*/
|
|
260
270
|
folder?: pulumi.Input<string>;
|
|
261
271
|
/**
|
|
@@ -296,6 +306,8 @@ export interface ApplicationFilterArgs {
|
|
|
296
306
|
saasRisks?: pulumi.Input<pulumi.Input<string>[]>;
|
|
297
307
|
/**
|
|
298
308
|
* The snippet in which the resource is defined
|
|
309
|
+
*
|
|
310
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
299
311
|
*/
|
|
300
312
|
snippet?: pulumi.Input<string>;
|
|
301
313
|
/**
|
package/applicationFilter.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applicationFilter.js","sourceRoot":"","sources":["../applicationFilter.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACxE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;
|
|
1
|
+
{"version":3,"file":"applicationFilter.js","sourceRoot":"","sources":["../applicationFilter.ts"],"names":[],"mappings":"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"}
|
package/applicationGroup.d.ts
CHANGED
|
@@ -60,6 +60,8 @@ export declare class ApplicationGroup extends pulumi.CustomResource {
|
|
|
60
60
|
readonly device: pulumi.Output<string | undefined>;
|
|
61
61
|
/**
|
|
62
62
|
* The folder in which the resource is defined
|
|
63
|
+
*
|
|
64
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
63
65
|
*/
|
|
64
66
|
readonly folder: pulumi.Output<string | undefined>;
|
|
65
67
|
/**
|
|
@@ -72,6 +74,8 @@ export declare class ApplicationGroup extends pulumi.CustomResource {
|
|
|
72
74
|
readonly name: pulumi.Output<string>;
|
|
73
75
|
/**
|
|
74
76
|
* The snippet in which the resource is defined
|
|
77
|
+
*
|
|
78
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
75
79
|
*/
|
|
76
80
|
readonly snippet: pulumi.Output<string | undefined>;
|
|
77
81
|
readonly tfid: pulumi.Output<string>;
|
|
@@ -94,6 +98,8 @@ export interface ApplicationGroupState {
|
|
|
94
98
|
device?: pulumi.Input<string>;
|
|
95
99
|
/**
|
|
96
100
|
* The folder in which the resource is defined
|
|
101
|
+
*
|
|
102
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
97
103
|
*/
|
|
98
104
|
folder?: pulumi.Input<string>;
|
|
99
105
|
/**
|
|
@@ -106,6 +112,8 @@ export interface ApplicationGroupState {
|
|
|
106
112
|
name?: pulumi.Input<string>;
|
|
107
113
|
/**
|
|
108
114
|
* The snippet in which the resource is defined
|
|
115
|
+
*
|
|
116
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
109
117
|
*/
|
|
110
118
|
snippet?: pulumi.Input<string>;
|
|
111
119
|
tfid?: pulumi.Input<string>;
|
|
@@ -120,6 +128,8 @@ export interface ApplicationGroupArgs {
|
|
|
120
128
|
device?: pulumi.Input<string>;
|
|
121
129
|
/**
|
|
122
130
|
* The folder in which the resource is defined
|
|
131
|
+
*
|
|
132
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
123
133
|
*/
|
|
124
134
|
folder?: pulumi.Input<string>;
|
|
125
135
|
/**
|
|
@@ -132,6 +142,8 @@ export interface ApplicationGroupArgs {
|
|
|
132
142
|
name?: pulumi.Input<string>;
|
|
133
143
|
/**
|
|
134
144
|
* The snippet in which the resource is defined
|
|
145
|
+
*
|
|
146
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
135
147
|
*/
|
|
136
148
|
snippet?: pulumi.Input<string>;
|
|
137
149
|
}
|
package/applicationGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"applicationGroup.js","sourceRoot":"","sources":["../applicationGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACvE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;
|
|
1
|
+
{"version":3,"file":"applicationGroup.js","sourceRoot":"","sources":["../applicationGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACvE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAoCD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,IAAI,IAAI,EAAE,OAAO,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1C,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AAvFL,4CAwFC;AA1EG,gBAAgB;AACO,6BAAY,GAAG,6CAA6C,CAAC"}
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* AuthenticationPortal resource
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as scm from "@pulumi/scm";
|
|
10
|
+
*
|
|
11
|
+
* const exampleConfiguration = new scm.AuthenticationPortal("example_configuration", {
|
|
12
|
+
* redirectHost: "192.168.255.254",
|
|
13
|
+
* folder: "All",
|
|
14
|
+
* authenticationProfile: "test_auth_profile",
|
|
15
|
+
* certificateProfile: "EDL-Hosting-Service-Profile",
|
|
16
|
+
* tlsServiceProfile: "test_svc_profile",
|
|
17
|
+
* gpUdpPort: 12,
|
|
18
|
+
* idleTimer: 12,
|
|
19
|
+
* timer: 10,
|
|
20
|
+
* });
|
|
21
|
+
* ```
|
|
22
|
+
*/
|
|
23
|
+
export declare class AuthenticationPortal extends pulumi.CustomResource {
|
|
24
|
+
/**
|
|
25
|
+
* Get an existing AuthenticationPortal resource's state with the given name, ID, and optional extra
|
|
26
|
+
* properties used to qualify the lookup.
|
|
27
|
+
*
|
|
28
|
+
* @param name The _unique_ name of the resulting resource.
|
|
29
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
30
|
+
* @param state Any extra arguments used during the lookup.
|
|
31
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
32
|
+
*/
|
|
33
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AuthenticationPortalState, opts?: pulumi.CustomResourceOptions): AuthenticationPortal;
|
|
34
|
+
/**
|
|
35
|
+
* Returns true if the given object is an instance of AuthenticationPortal. This is designed to work even
|
|
36
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
37
|
+
*/
|
|
38
|
+
static isInstance(obj: any): obj is AuthenticationPortal;
|
|
39
|
+
/**
|
|
40
|
+
* The authentication profile
|
|
41
|
+
*/
|
|
42
|
+
readonly authenticationProfile: pulumi.Output<string | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* The certificate profile
|
|
45
|
+
*/
|
|
46
|
+
readonly certificateProfile: pulumi.Output<string | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* The device in which the resource is defined
|
|
49
|
+
*/
|
|
50
|
+
readonly device: pulumi.Output<string | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* The folder in which the resource is defined
|
|
53
|
+
*
|
|
54
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
55
|
+
*/
|
|
56
|
+
readonly folder: pulumi.Output<string | undefined>;
|
|
57
|
+
/**
|
|
58
|
+
* The UDP port for inbound authentication prompts
|
|
59
|
+
*/
|
|
60
|
+
readonly gpUdpPort: pulumi.Output<number | undefined>;
|
|
61
|
+
/**
|
|
62
|
+
* The idle timeout value (minutes)
|
|
63
|
+
*/
|
|
64
|
+
readonly idleTimer: pulumi.Output<number | undefined>;
|
|
65
|
+
/**
|
|
66
|
+
* The authentication portal IP address or hostname
|
|
67
|
+
*/
|
|
68
|
+
readonly redirectHost: pulumi.Output<string>;
|
|
69
|
+
/**
|
|
70
|
+
* The snippet in which the resource is defined
|
|
71
|
+
*
|
|
72
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
73
|
+
*/
|
|
74
|
+
readonly snippet: pulumi.Output<string | undefined>;
|
|
75
|
+
readonly tfid: pulumi.Output<string>;
|
|
76
|
+
/**
|
|
77
|
+
* Timer
|
|
78
|
+
*/
|
|
79
|
+
readonly timer: pulumi.Output<number | undefined>;
|
|
80
|
+
/**
|
|
81
|
+
* The SSL/TLS service profile
|
|
82
|
+
*/
|
|
83
|
+
readonly tlsServiceProfile: pulumi.Output<string | undefined>;
|
|
84
|
+
/**
|
|
85
|
+
* Create a AuthenticationPortal resource with the given unique name, arguments, and options.
|
|
86
|
+
*
|
|
87
|
+
* @param name The _unique_ name of the resource.
|
|
88
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
89
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
90
|
+
*/
|
|
91
|
+
constructor(name: string, args: AuthenticationPortalArgs, opts?: pulumi.CustomResourceOptions);
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Input properties used for looking up and filtering AuthenticationPortal resources.
|
|
95
|
+
*/
|
|
96
|
+
export interface AuthenticationPortalState {
|
|
97
|
+
/**
|
|
98
|
+
* The authentication profile
|
|
99
|
+
*/
|
|
100
|
+
authenticationProfile?: pulumi.Input<string>;
|
|
101
|
+
/**
|
|
102
|
+
* The certificate profile
|
|
103
|
+
*/
|
|
104
|
+
certificateProfile?: pulumi.Input<string>;
|
|
105
|
+
/**
|
|
106
|
+
* The device in which the resource is defined
|
|
107
|
+
*/
|
|
108
|
+
device?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* The folder in which the resource is defined
|
|
111
|
+
*
|
|
112
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
113
|
+
*/
|
|
114
|
+
folder?: pulumi.Input<string>;
|
|
115
|
+
/**
|
|
116
|
+
* The UDP port for inbound authentication prompts
|
|
117
|
+
*/
|
|
118
|
+
gpUdpPort?: pulumi.Input<number>;
|
|
119
|
+
/**
|
|
120
|
+
* The idle timeout value (minutes)
|
|
121
|
+
*/
|
|
122
|
+
idleTimer?: pulumi.Input<number>;
|
|
123
|
+
/**
|
|
124
|
+
* The authentication portal IP address or hostname
|
|
125
|
+
*/
|
|
126
|
+
redirectHost?: pulumi.Input<string>;
|
|
127
|
+
/**
|
|
128
|
+
* The snippet in which the resource is defined
|
|
129
|
+
*
|
|
130
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
131
|
+
*/
|
|
132
|
+
snippet?: pulumi.Input<string>;
|
|
133
|
+
tfid?: pulumi.Input<string>;
|
|
134
|
+
/**
|
|
135
|
+
* Timer
|
|
136
|
+
*/
|
|
137
|
+
timer?: pulumi.Input<number>;
|
|
138
|
+
/**
|
|
139
|
+
* The SSL/TLS service profile
|
|
140
|
+
*/
|
|
141
|
+
tlsServiceProfile?: pulumi.Input<string>;
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* The set of arguments for constructing a AuthenticationPortal resource.
|
|
145
|
+
*/
|
|
146
|
+
export interface AuthenticationPortalArgs {
|
|
147
|
+
/**
|
|
148
|
+
* The authentication profile
|
|
149
|
+
*/
|
|
150
|
+
authenticationProfile?: pulumi.Input<string>;
|
|
151
|
+
/**
|
|
152
|
+
* The certificate profile
|
|
153
|
+
*/
|
|
154
|
+
certificateProfile?: pulumi.Input<string>;
|
|
155
|
+
/**
|
|
156
|
+
* The device in which the resource is defined
|
|
157
|
+
*/
|
|
158
|
+
device?: pulumi.Input<string>;
|
|
159
|
+
/**
|
|
160
|
+
* The folder in which the resource is defined
|
|
161
|
+
*
|
|
162
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
163
|
+
*/
|
|
164
|
+
folder?: pulumi.Input<string>;
|
|
165
|
+
/**
|
|
166
|
+
* The UDP port for inbound authentication prompts
|
|
167
|
+
*/
|
|
168
|
+
gpUdpPort?: pulumi.Input<number>;
|
|
169
|
+
/**
|
|
170
|
+
* The idle timeout value (minutes)
|
|
171
|
+
*/
|
|
172
|
+
idleTimer?: pulumi.Input<number>;
|
|
173
|
+
/**
|
|
174
|
+
* The authentication portal IP address or hostname
|
|
175
|
+
*/
|
|
176
|
+
redirectHost: pulumi.Input<string>;
|
|
177
|
+
/**
|
|
178
|
+
* The snippet in which the resource is defined
|
|
179
|
+
*
|
|
180
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
181
|
+
*/
|
|
182
|
+
snippet?: pulumi.Input<string>;
|
|
183
|
+
/**
|
|
184
|
+
* Timer
|
|
185
|
+
*/
|
|
186
|
+
timer?: pulumi.Input<number>;
|
|
187
|
+
/**
|
|
188
|
+
* The SSL/TLS service profile
|
|
189
|
+
*/
|
|
190
|
+
tlsServiceProfile?: pulumi.Input<string>;
|
|
191
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.AuthenticationPortal = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* AuthenticationPortal resource
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scm from "@pulumi/scm";
|
|
16
|
+
*
|
|
17
|
+
* const exampleConfiguration = new scm.AuthenticationPortal("example_configuration", {
|
|
18
|
+
* redirectHost: "192.168.255.254",
|
|
19
|
+
* folder: "All",
|
|
20
|
+
* authenticationProfile: "test_auth_profile",
|
|
21
|
+
* certificateProfile: "EDL-Hosting-Service-Profile",
|
|
22
|
+
* tlsServiceProfile: "test_svc_profile",
|
|
23
|
+
* gpUdpPort: 12,
|
|
24
|
+
* idleTimer: 12,
|
|
25
|
+
* timer: 10,
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
class AuthenticationPortal extends pulumi.CustomResource {
|
|
30
|
+
/**
|
|
31
|
+
* Get an existing AuthenticationPortal resource's state with the given name, ID, and optional extra
|
|
32
|
+
* properties used to qualify the lookup.
|
|
33
|
+
*
|
|
34
|
+
* @param name The _unique_ name of the resulting resource.
|
|
35
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
36
|
+
* @param state Any extra arguments used during the lookup.
|
|
37
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
38
|
+
*/
|
|
39
|
+
static get(name, id, state, opts) {
|
|
40
|
+
return new AuthenticationPortal(name, state, { ...opts, id: id });
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Returns true if the given object is an instance of AuthenticationPortal. This is designed to work even
|
|
44
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
45
|
+
*/
|
|
46
|
+
static isInstance(obj) {
|
|
47
|
+
if (obj === undefined || obj === null) {
|
|
48
|
+
return false;
|
|
49
|
+
}
|
|
50
|
+
return obj['__pulumiType'] === AuthenticationPortal.__pulumiType;
|
|
51
|
+
}
|
|
52
|
+
constructor(name, argsOrState, opts) {
|
|
53
|
+
let resourceInputs = {};
|
|
54
|
+
opts = opts || {};
|
|
55
|
+
if (opts.id) {
|
|
56
|
+
const state = argsOrState;
|
|
57
|
+
resourceInputs["authenticationProfile"] = state?.authenticationProfile;
|
|
58
|
+
resourceInputs["certificateProfile"] = state?.certificateProfile;
|
|
59
|
+
resourceInputs["device"] = state?.device;
|
|
60
|
+
resourceInputs["folder"] = state?.folder;
|
|
61
|
+
resourceInputs["gpUdpPort"] = state?.gpUdpPort;
|
|
62
|
+
resourceInputs["idleTimer"] = state?.idleTimer;
|
|
63
|
+
resourceInputs["redirectHost"] = state?.redirectHost;
|
|
64
|
+
resourceInputs["snippet"] = state?.snippet;
|
|
65
|
+
resourceInputs["tfid"] = state?.tfid;
|
|
66
|
+
resourceInputs["timer"] = state?.timer;
|
|
67
|
+
resourceInputs["tlsServiceProfile"] = state?.tlsServiceProfile;
|
|
68
|
+
}
|
|
69
|
+
else {
|
|
70
|
+
const args = argsOrState;
|
|
71
|
+
if (args?.redirectHost === undefined && !opts.urn) {
|
|
72
|
+
throw new Error("Missing required property 'redirectHost'");
|
|
73
|
+
}
|
|
74
|
+
resourceInputs["authenticationProfile"] = args?.authenticationProfile;
|
|
75
|
+
resourceInputs["certificateProfile"] = args?.certificateProfile;
|
|
76
|
+
resourceInputs["device"] = args?.device;
|
|
77
|
+
resourceInputs["folder"] = args?.folder;
|
|
78
|
+
resourceInputs["gpUdpPort"] = args?.gpUdpPort;
|
|
79
|
+
resourceInputs["idleTimer"] = args?.idleTimer;
|
|
80
|
+
resourceInputs["redirectHost"] = args?.redirectHost;
|
|
81
|
+
resourceInputs["snippet"] = args?.snippet;
|
|
82
|
+
resourceInputs["timer"] = args?.timer;
|
|
83
|
+
resourceInputs["tlsServiceProfile"] = args?.tlsServiceProfile;
|
|
84
|
+
resourceInputs["tfid"] = undefined /*out*/;
|
|
85
|
+
}
|
|
86
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
87
|
+
super(AuthenticationPortal.__pulumiType, name, resourceInputs, opts);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
exports.AuthenticationPortal = AuthenticationPortal;
|
|
91
|
+
/** @internal */
|
|
92
|
+
AuthenticationPortal.__pulumiType = 'scm:index/authenticationPortal:AuthenticationPortal';
|
|
93
|
+
//# sourceMappingURL=authenticationPortal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"authenticationPortal.js","sourceRoot":"","sources":["../authenticationPortal.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,6 +3,51 @@ import * as inputs from "./types/input";
|
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
5
|
* AuthenticationProfile resource
|
|
6
|
+
*
|
|
7
|
+
* ## Example Usage
|
|
8
|
+
*
|
|
9
|
+
* ```typescript
|
|
10
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
11
|
+
* import * as scm from "@pulumi/scm";
|
|
12
|
+
*
|
|
13
|
+
* const globalRadiusAccess = new scm.AuthenticationProfile("global_radius_access", {
|
|
14
|
+
* name: "test_auth_profile_radius_1",
|
|
15
|
+
* folder: "All",
|
|
16
|
+
* userDomain: "default",
|
|
17
|
+
* usernameModifier: "%USERINPUT%",
|
|
18
|
+
* allowLists: ["all"],
|
|
19
|
+
* lockout: {
|
|
20
|
+
* failedAttempts: 1,
|
|
21
|
+
* lockoutTime: 3,
|
|
22
|
+
* },
|
|
23
|
+
* method: {
|
|
24
|
+
* radius: {
|
|
25
|
+
* checkgroup: true,
|
|
26
|
+
* serverProfile: "CHAP_only_rsp_1",
|
|
27
|
+
* },
|
|
28
|
+
* },
|
|
29
|
+
* singleSignOn: {
|
|
30
|
+
* realm: "EXAMPLE.COM",
|
|
31
|
+
* },
|
|
32
|
+
* });
|
|
33
|
+
* const globalDbAccess = new scm.AuthenticationProfile("global_db_access", {
|
|
34
|
+
* name: "test_auth_profile_db_1",
|
|
35
|
+
* folder: "All",
|
|
36
|
+
* userDomain: "default",
|
|
37
|
+
* usernameModifier: "%USERINPUT%",
|
|
38
|
+
* allowLists: ["all"],
|
|
39
|
+
* lockout: {
|
|
40
|
+
* failedAttempts: 3,
|
|
41
|
+
* lockoutTime: 1,
|
|
42
|
+
* },
|
|
43
|
+
* method: {
|
|
44
|
+
* localDatabase: {},
|
|
45
|
+
* },
|
|
46
|
+
* singleSignOn: {
|
|
47
|
+
* realm: "EXAMPLE.COM",
|
|
48
|
+
* },
|
|
49
|
+
* });
|
|
50
|
+
* ```
|
|
6
51
|
*/
|
|
7
52
|
export declare class AuthenticationProfile extends pulumi.CustomResource {
|
|
8
53
|
/**
|
|
@@ -21,7 +66,7 @@ export declare class AuthenticationProfile extends pulumi.CustomResource {
|
|
|
21
66
|
*/
|
|
22
67
|
static isInstance(obj: any): obj is AuthenticationProfile;
|
|
23
68
|
/**
|
|
24
|
-
*
|
|
69
|
+
* The allowList of the authentication profile
|
|
25
70
|
*/
|
|
26
71
|
readonly allowLists: pulumi.Output<string[]>;
|
|
27
72
|
/**
|
|
@@ -30,14 +75,16 @@ export declare class AuthenticationProfile extends pulumi.CustomResource {
|
|
|
30
75
|
readonly device: pulumi.Output<string | undefined>;
|
|
31
76
|
/**
|
|
32
77
|
* The folder in which the resource is defined
|
|
78
|
+
*
|
|
79
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
33
80
|
*/
|
|
34
81
|
readonly folder: pulumi.Output<string | undefined>;
|
|
35
82
|
/**
|
|
36
|
-
* Lockout
|
|
83
|
+
* Lockout object of the authentication profile
|
|
37
84
|
*/
|
|
38
85
|
readonly lockout: pulumi.Output<outputs.AuthenticationProfileLockout | undefined>;
|
|
39
86
|
/**
|
|
40
|
-
*
|
|
87
|
+
* method object of authentication profile
|
|
41
88
|
*/
|
|
42
89
|
readonly method: pulumi.Output<outputs.AuthenticationProfileMethod | undefined>;
|
|
43
90
|
/**
|
|
@@ -54,6 +101,8 @@ export declare class AuthenticationProfile extends pulumi.CustomResource {
|
|
|
54
101
|
readonly singleSignOn: pulumi.Output<outputs.AuthenticationProfileSingleSignOn | undefined>;
|
|
55
102
|
/**
|
|
56
103
|
* The snippet in which the resource is defined
|
|
104
|
+
*
|
|
105
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
57
106
|
*/
|
|
58
107
|
readonly snippet: pulumi.Output<string | undefined>;
|
|
59
108
|
readonly tfid: pulumi.Output<string>;
|
|
@@ -79,7 +128,7 @@ export declare class AuthenticationProfile extends pulumi.CustomResource {
|
|
|
79
128
|
*/
|
|
80
129
|
export interface AuthenticationProfileState {
|
|
81
130
|
/**
|
|
82
|
-
*
|
|
131
|
+
* The allowList of the authentication profile
|
|
83
132
|
*/
|
|
84
133
|
allowLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
85
134
|
/**
|
|
@@ -88,14 +137,16 @@ export interface AuthenticationProfileState {
|
|
|
88
137
|
device?: pulumi.Input<string>;
|
|
89
138
|
/**
|
|
90
139
|
* The folder in which the resource is defined
|
|
140
|
+
*
|
|
141
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
91
142
|
*/
|
|
92
143
|
folder?: pulumi.Input<string>;
|
|
93
144
|
/**
|
|
94
|
-
* Lockout
|
|
145
|
+
* Lockout object of the authentication profile
|
|
95
146
|
*/
|
|
96
147
|
lockout?: pulumi.Input<inputs.AuthenticationProfileLockout>;
|
|
97
148
|
/**
|
|
98
|
-
*
|
|
149
|
+
* method object of authentication profile
|
|
99
150
|
*/
|
|
100
151
|
method?: pulumi.Input<inputs.AuthenticationProfileMethod>;
|
|
101
152
|
/**
|
|
@@ -112,6 +163,8 @@ export interface AuthenticationProfileState {
|
|
|
112
163
|
singleSignOn?: pulumi.Input<inputs.AuthenticationProfileSingleSignOn>;
|
|
113
164
|
/**
|
|
114
165
|
* The snippet in which the resource is defined
|
|
166
|
+
*
|
|
167
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
115
168
|
*/
|
|
116
169
|
snippet?: pulumi.Input<string>;
|
|
117
170
|
tfid?: pulumi.Input<string>;
|
|
@@ -129,7 +182,7 @@ export interface AuthenticationProfileState {
|
|
|
129
182
|
*/
|
|
130
183
|
export interface AuthenticationProfileArgs {
|
|
131
184
|
/**
|
|
132
|
-
*
|
|
185
|
+
* The allowList of the authentication profile
|
|
133
186
|
*/
|
|
134
187
|
allowLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
135
188
|
/**
|
|
@@ -138,14 +191,16 @@ export interface AuthenticationProfileArgs {
|
|
|
138
191
|
device?: pulumi.Input<string>;
|
|
139
192
|
/**
|
|
140
193
|
* The folder in which the resource is defined
|
|
194
|
+
*
|
|
195
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
141
196
|
*/
|
|
142
197
|
folder?: pulumi.Input<string>;
|
|
143
198
|
/**
|
|
144
|
-
* Lockout
|
|
199
|
+
* Lockout object of the authentication profile
|
|
145
200
|
*/
|
|
146
201
|
lockout?: pulumi.Input<inputs.AuthenticationProfileLockout>;
|
|
147
202
|
/**
|
|
148
|
-
*
|
|
203
|
+
* method object of authentication profile
|
|
149
204
|
*/
|
|
150
205
|
method?: pulumi.Input<inputs.AuthenticationProfileMethod>;
|
|
151
206
|
/**
|
|
@@ -162,6 +217,8 @@ export interface AuthenticationProfileArgs {
|
|
|
162
217
|
singleSignOn?: pulumi.Input<inputs.AuthenticationProfileSingleSignOn>;
|
|
163
218
|
/**
|
|
164
219
|
* The snippet in which the resource is defined
|
|
220
|
+
*
|
|
221
|
+
* > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
|
|
165
222
|
*/
|
|
166
223
|
snippet?: pulumi.Input<string>;
|
|
167
224
|
/**
|
package/authenticationProfile.js
CHANGED
|
@@ -7,6 +7,51 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* AuthenticationProfile resource
|
|
10
|
+
*
|
|
11
|
+
* ## Example Usage
|
|
12
|
+
*
|
|
13
|
+
* ```typescript
|
|
14
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
+
* import * as scm from "@pulumi/scm";
|
|
16
|
+
*
|
|
17
|
+
* const globalRadiusAccess = new scm.AuthenticationProfile("global_radius_access", {
|
|
18
|
+
* name: "test_auth_profile_radius_1",
|
|
19
|
+
* folder: "All",
|
|
20
|
+
* userDomain: "default",
|
|
21
|
+
* usernameModifier: "%USERINPUT%",
|
|
22
|
+
* allowLists: ["all"],
|
|
23
|
+
* lockout: {
|
|
24
|
+
* failedAttempts: 1,
|
|
25
|
+
* lockoutTime: 3,
|
|
26
|
+
* },
|
|
27
|
+
* method: {
|
|
28
|
+
* radius: {
|
|
29
|
+
* checkgroup: true,
|
|
30
|
+
* serverProfile: "CHAP_only_rsp_1",
|
|
31
|
+
* },
|
|
32
|
+
* },
|
|
33
|
+
* singleSignOn: {
|
|
34
|
+
* realm: "EXAMPLE.COM",
|
|
35
|
+
* },
|
|
36
|
+
* });
|
|
37
|
+
* const globalDbAccess = new scm.AuthenticationProfile("global_db_access", {
|
|
38
|
+
* name: "test_auth_profile_db_1",
|
|
39
|
+
* folder: "All",
|
|
40
|
+
* userDomain: "default",
|
|
41
|
+
* usernameModifier: "%USERINPUT%",
|
|
42
|
+
* allowLists: ["all"],
|
|
43
|
+
* lockout: {
|
|
44
|
+
* failedAttempts: 3,
|
|
45
|
+
* lockoutTime: 1,
|
|
46
|
+
* },
|
|
47
|
+
* method: {
|
|
48
|
+
* localDatabase: {},
|
|
49
|
+
* },
|
|
50
|
+
* singleSignOn: {
|
|
51
|
+
* realm: "EXAMPLE.COM",
|
|
52
|
+
* },
|
|
53
|
+
* });
|
|
54
|
+
* ```
|
|
10
55
|
*/
|
|
11
56
|
class AuthenticationProfile extends pulumi.CustomResource {
|
|
12
57
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"authenticationProfile.js","sourceRoot":"","sources":["../authenticationProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"authenticationProfile.js","sourceRoot":"","sources":["../authenticationProfile.ts"],"names":[],"mappings":"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"}
|