Resource Type: dsc_xd7entitlementpolicy

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

Overview

The DSC XD7EntitlementPolicy resource type. Automatically generated from ‘XenDesktop7/DSCResources/VE_XD7EntitlementPolicy/VE_XD7EntitlementPolicy.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_credential

    Credential - Specifies the user account to run the resource under.

  • dsc_deliverygroup

    DeliveryGroup - Citrix XenDesktop 7 delivery group name.

  • dsc_description

    Description - Citrix XenDesktop 7 entitlement policy description.

  • dsc_enabled

    Enabled - Citrix XenDesktop 7 entitlement policy is enabled.

    Supported values:
    • true
    • false
  • dsc_ensure

    Ensure - Valid values are Present, Absent.

  • dsc_entitlementtype

    EntitlementType - Citrix XenDesktop 7 entitlement policy type. Valid values are Desktop, Application.

  • dsc_excludeusers

    ExcludeUsers - Citrix XenDesktop 7 entitlement policy excluded users.

  • dsc_includeusers

    IncludeUsers - Citrix XenDesktop 7 entitlement policy included users.

  • dsc_name

    Name - Citrix XenDesktop 7 entitlement policy name.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

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