Resource Type: dsc_cfsrmclassificationrule

Defined in:
lib/puppet/type/dsc_cfsrmclassificationrule.rb

Overview

The DSC cFSRMClassificationRule resource type. Automatically generated from version 2.0.1.48

Properties

  • dsc_classificationmechanism

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

  • dsc_contentregularexpression

    An array of regular expressions for pattern matching.

  • dsc_contentstring

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

  • dsc_contentstringcasesensitive

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

  • dsc_description

    The description for the FSRM Classification Rule.

  • dsc_disabled

    Indicates that the classification rule is disabled.

  • dsc_ensure

    Specifies whether the FSRM Classification Rule should exist.

  • dsc_flags

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

  • dsc_namespace

    An array of namespaces where the rule is applied.

  • dsc_parameters

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

  • dsc_property

    Specifies the name of a classification property definition to set.

  • dsc_propertyvalue

    Specifies the property value that the rule will assign.

  • dsc_reevaluateproperty

    Specifies the evaluation policy of the rule.

Parameters

  • dsc_name (namevar)

    The name of the FSRM Classification Rule.

  • dsc_psdscrunascredential
  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).