Resource Type: dsc_arcgis_xfirewall

Defined in:
lib/puppet/type/dsc_arcgis_xfirewall.rb

Overview

The DSC ArcGIS_xFirewall resource type. Automatically generated from version 4.0.0

Properties

  • dsc_access

    Permit or Block the supplied configuration

  • dsc_applicationpath

    Path and file name of the program for which the rule is applied

  • dsc_description

    Documentation for the Rule

  • dsc_direction

    Direction of the connection

  • dsc_displaygroup

    Name of the Firewall Group where we want to put the Firewall Rules

  • dsc_displayname

    Localized, user-facing name of the Firewall Rule being created

  • dsc_ensure

    Ensure the presence/absence of the resource

  • dsc_localport

    Local Port used for the filter

  • dsc_profile

    Specifies one or more profiles to which the rule is assigned

  • dsc_protocol

    Specific Protocol for filter. Specified by name, number, or range

  • dsc_remoteport

    Specific Port used for filter. Specified by port number, range, or keyword

  • dsc_service

    Specifies the short name of a Windows service to which the firewall rule applies

  • dsc_state

    Enable or disable the supplied configuration

Parameters

  • dsc_name (namevar)

    Name of the Firewall Rule

  • dsc_psdscrunascredential
  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).