Resource Type: dsc_sfgateway

Defined in:
lib/puppet/type/dsc_sfgateway.rb
Providers:
powershell

Overview

The DSC SFGateway resource type. Automatically generated from ‘Storefront/DSCResources/VE_SFGateway/VE_SFGateway.schema.mof’

To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.

For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.

For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • exists?
    • present
    • absent

Parameters

  • dsc_callbackurl

    CallbackUrl - NetScaler gateway authentication NetScaler call-back Url

  • dsc_ensure

    Ensure - Valid values are Present, Absent.

  • dsc_logontype

    LogonType - Login type required and supported by the Gateway Valid values are UsedForHDXOnly, Domain, RSA, DomainAndRSA, SMS, GatewayKnows, SmartCard, None.

  • dsc_name

    Name - NetScaler gateway display name

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_requesttickettwostas

    RequestTicketTwoSTAs - Request STA tickets from two STA servers (Requires two STA servers)

    Supported values:
    • true
    • false
  • dsc_secureticketauthorityurls

    SecureTicketAuthorityUrls - Secure Ticket Authority server Urls

  • dsc_sessionreliability

    SessionReliability - Enable session reliability

    Supported values:
    • true
    • false
  • dsc_smartcardfallbacklogontype

    SmartCardFallbackLogonType - Login type to use when SmartCard fails Valid values are UsedForHDXOnly, Domain, RSA, DomainAndRSA, SMS, GatewayKnows, SmartCard, None.

  • dsc_stasbypassduration

    StasBypassDuration - Time before retrying a failed STA server (seconds)

  • dsc_stasuseloadbalancing

    StasUseLoadBalancing - Load balance between the configured STA servers (requires two or more STA servers)

    Supported values:
    • true
    • false
  • dsc_subnetipaddress

    SubnetIPAddress - IP address

  • dsc_url

    Url - NetScaler gateway Url

  • name (namevar)
  • provider

    The specific backend to use for this ‘dsc_sfgateway` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.