Resource Type: dsc_fsrmclassification

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

Overview

The DSC FSRMClassification resource type. Automatically generated from ‘FSRMDsc/DSCResources/DSR_FSRMClassification/DSR_FSRMClassification.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

Parameters

  • dsc_continuous

    Continuous - Enable FSRM Classification continuous mode for new files.

    Supported values:
    • true
    • false
  • dsc_continuouslog

    ContinuousLog - Enable FSRM Classification continuous mode logging.

    Supported values:
    • true
    • false
  • dsc_continuouslogsize

    ContinuousLogSize - The maximum number of KB that can be used for the continuous mode log file.

  • dsc_excludenamespace

    ExcludeNamespace - An array of Namespaces that will be excluded from FSRM Classification.

  • dsc_id

    Id - This is a unique identifier for this resource.

  • dsc_lasterror

    LastError

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_schedulemonthly

    ScheduleMonthly - An array of days of the month the FSRM Classification should run on.

  • dsc_schedulerunduration

    ScheduleRunDuration - The maximum number of hours the FSRM Classification can run for. Setting this to -1 will disable this.

  • dsc_scheduletime

    ScheduleTime - A string containing the time of day the FSRM Classification should run at.

  • dsc_scheduleweekly

    ScheduleWeekly - An array of named days of the week the FSRM Classification should run on.

  • dsc_status

    Status

  • name (namevar)
  • provider

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