Resource Type: dsc_fsrmclassificationrule

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

Overview

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

    ClassificationMechanism - Specifies the name of a valid classification mechanism available on the server for assigning the property value.

  • dsc_contentregularexpression

    ContentRegularExpression - An array of regular expressions for pattern matching.

  • dsc_contentstring

    ContentString - An array of strings for the content classifier to search for.

  • dsc_contentstringcasesensitive

    ContentStringCaseSensitive - An array of case sensitive strings for the content classifier to search for.

  • dsc_description

    Description - The description for the FSRM Classification Rule.

  • dsc_disabled

    Disabled - Indicates that the classification rule is disabled.

    Supported values:
    • true
    • false
  • dsc_ensure

    Ensure - Specifies whether the FSRM Classification Rule should exist. Valid values are Present, Absent.

  • dsc_flags

    Flags - An array of flags that defines the possible states of the rule.

  • dsc_name

    Name - The name of the FSRM Classification Rule.

  • dsc_namespace

    Namespace - An array of namespaces where the rule is applied.

  • dsc_parameters

    Parameters - An array of parameters in the format <name>=<value> that can be used by the File Classification Infrastructure.

  • dsc_property

    Property - Specifies the name of a classification property definition to set.

  • dsc_propertyvalue

    PropertyValue - Specifies the property value that the rule will assign.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_reevaluateproperty

    ReevaluateProperty - Specifies the evaluation policy of the rule. Valid values are Never, Overwrite, Aggregate.

  • name (namevar)
  • provider

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