Resource Type: dsc_spsearchmanagedproperty

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

Overview

The DSC SPSearchManagedProperty resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPSearchManagedProperty/MSFT_SPSearchManagedProperty.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_aliases

    Aliases - Aliases of the managed property

  • dsc_crawledproperties

    CrawledProperties - List of crawled properties that the property is mapped with

  • dsc_ensure

    Ensure - Present if the source should exist, absent if it should not Valid values are Present, Absent.

  • dsc_hasmultiplevalues

    HasMultipleValues - Should the property allow for multiple values to be selected

    Supported values:
    • true
    • false
  • dsc_includeallcrawledproperties

    IncludeAllCrawledProperties - Should the property be mapped to all crawled properties

    Supported values:
    • true
    • false
  • dsc_installaccount

    InstallAccount - POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5

  • dsc_name

    Name - The name of the managed property

  • dsc_nowordbreaker

    NoWordBreaker - Should the property only match exact content

    Supported values:
    • true
    • false
  • dsc_propertytype

    PropertyType - The type of managed property - choose between Binary, DateTime, Decimal, Double, Integer, Text, and YesNo Valid values are Binary, DateTime, Decimal, Double, Integer, Text, YesNo.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_queryable

    Queryable - Should the property be Queryable

    Supported values:
    • true
    • false
  • dsc_refinable

    Refinable - Should the property be Refinable

    Supported values:
    • true
    • false
  • dsc_retrievable

    Retrievable - Should the property be Retrievable

    Supported values:
    • true
    • false
  • dsc_safeforanonymous

    SafeForAnonymous - Should the property be marked as safe for anonymous access

    Supported values:
    • true
    • false
  • dsc_searchable

    Searchable - Should the property be Searchable

    Supported values:
    • true
    • false
  • dsc_serviceappname

    ServiceAppName - The name of the search service app that this managed property exists within

  • dsc_sortable

    Sortable - Should the property be Sortable

    Supported values:
    • true
    • false
  • dsc_tokennormalization

    TokenNormalization - Should the property be case sensitive

    Supported values:
    • true
    • false
  • name (namevar)
  • provider

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