Resource Type: dsc_sccompliancesearchaction

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

Overview

The DSC SCComplianceSearchAction resource type. Automatically generated from version 1.21.1222.1

Properties

  • dsc_actionscope

    The ActionScope parameter specifies the items to include when the action is Export.

  • dsc_enablededupe

    The EnableDedupe parameter eliminates duplication of messages when you export content search results.

  • dsc_ensure

    Specify if this action should exist or not.

  • dsc_filetypeexclusionsforunindexeditems

    The FileTypeExclusionsForUnindexedItems specifies the file types to exclude because they can’t be indexed. You can specify multiple values separated by commas.

  • dsc_includecredential

    The IncludeCredential switch specifies whether to include the credential in the results.

  • dsc_includesharepointdocumentversions

    The IncludeSharePointDocumentVersions parameter specifies whether to export previous versions of the document when you use the Export switch.

  • dsc_purgetype

    The PurgeType parameter specifies how to remove items when the action is Purge.

  • dsc_retryonerror

    The RetryOnError switch specifies whether to retry the action on any items that failed without re-running the entire action all over again.

Parameters

  • dsc_action (namevar)

    The Action parameter specifies what type of action to define. Accepted values are Export, Retention and Purge.

  • dsc_credential

    Credentials of the Exchange Global Admin

  • dsc_psdscrunascredential
  • dsc_searchname (namevar)

    The SearchName parameter specifies the name of the existing content search to associate with the content search action. You can specify multiple content searches separated by commas.

  • 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).