Resource Type: dsc_auditpolicyguid

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

Overview

The DSC AuditPolicyGUID resource type. Automatically generated from ‘AuditPolicyDsc/DSCResources/MSFT_AuditPolicyGUID/MSFT_AuditPolicyGUID.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_auditflag

    AuditFlag - The audit flag to be configured. Valid values are Success, Failure, Success And Failure, No Auditing.

  • dsc_ensure

    Ensure - Specifies whether the flag should be enabled or disabled. To enable the flag, set this property to Present. To disable the flag, set this property to Absent. Valid values are Present, Absent.

  • dsc_name

    Name - The name of the Subcategory to be configured.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • name (namevar)
  • provider

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