Resource Type: dsc_sccompliancesearch

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

Overview

The DSC SCComplianceSearch resource type. Automatically generated from version 1.21.1222.1

Properties

  • dsc_allownotfoundexchangelocationsenabled

    The AllowNotFoundExchangeLocationsEnabled parameter specifies whether to include mailboxes other than regular user mailboxes in the compliance search.

  • dsc_case

    Compliance Case (eDiscovery) that this Search is associated with

  • dsc_contentmatchquery

    The ContentMatchQuery parameter specifies a content search filter. This parameter uses a text search string or a query that’s formatted by using the Keyword Query Language (KQL).

  • dsc_description

    The Description parameter specifies an optional description for the compliance search. If the value contains spaces, enclose the value in quotation marks.

  • dsc_ensure

    Specify if this search should exist or not.

  • dsc_exchangelocation

    The ExchangeLocation parameter specifies the mailboxes to include.

  • dsc_exchangelocationexclusion

    This parameter specifies the mailboxes to exclude when you use the value All for the ExchangeLocation parameter.

  • dsc_holdnames

    The HoldNames parameter specifies that the content locations that have been placed on hold in the specified eDiscovery case will be searched. You use the value All for this parameter. You also need to specify the name of an eDiscovery case by using the Case parameter.

  • dsc_includeuserappcontent

    The IncludeUserAppContent parameter specifies that you want to search the cloud-based storage location for users who don’t have a regular Office 365 user account in your organization. These types of users include users without an Exchange Online license who use Office applications, Office 365 guest users, and on-premises users whose identity is synchronized with your Office 365 organization.

  • dsc_language

    The Language parameter specifies the language for the compliance search. Valid input for this parameter is a supported culture code value from the Microsoft .NET Framework CultureInfo class. For example, da-DK for Danish or ja-JP for Japanese.

  • dsc_publicfolderlocation

    The PublicFolderLocation parameter specifies that you want to include all public folders in the search. You use the value All for this parameter.

  • dsc_sharepointlocation

    The SharePointLocation parameter specifies the SharePoint Online sites to include. You identify the site by its URL value, or you can use the value All to include all sites.

  • dsc_sharepointlocationexclusion

    This parameter specifies the SharePoint Online sites to exclude when you use the value All for the SharePointLocation parameter. You identify the site by its URL value.

Parameters

  • dsc_credential

    Credentials of the Global Admin Account

  • dsc_name (namevar)

    The Name parameter specifies the unique name of the complaiance tag.

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