Resource Type: dsc_xd7accesspolicy

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

Overview

The DSC XD7AccessPolicy resource type. Automatically generated from ‘XenDesktop7/DSCResources/VE_XD7AccessPolicy/VE_XD7AccessPolicy.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_accesstype

    AccessType - Citrix XenDesktop 7 access policy type. Valid values are AccessGateway, Direct.

  • dsc_allowrestart

    AllowRestart - Citrix XenDesktop 7 access policy allow restart.

    Supported values:
    • true
    • false
  • dsc_credential

    Credential - Specifies a user account that has permission to install the role.

  • dsc_deliverygroup

    DeliveryGroup - Citrix XenDesktop 7 delivery group name.

  • dsc_description

    Description - Citrix XenDesktop 7 access policy description.

  • dsc_enabled

    Enabled - Citrix XenDesktop 7 access policy is enabled.

    Supported values:
    • true
    • false
  • dsc_ensure

    Ensure - Valid values are Present, Absent.

  • dsc_excludeusers

    ExcludeUsers - Citrix XenDesktop 7 access policy excluded users.

  • dsc_includeusers

    IncludeUsers - Citrix XenDesktop 7 access policy included users.

  • dsc_name

    Name - Citrix XenDesktop 7 access policy name.

  • dsc_protocol

    Protocol - Citrix XenDesktop 7 access policy permitted protocols. Valid values are HDX, RDP.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

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