Resource Type: dsc_sposearchresultsource
- Defined in:
- lib/puppet/type/dsc_sposearchresultsource.rb
Overview
The DSC SPOSearchResultSource resource type. Automatically generated from version 1.21.1222.1
Properties
-
dsc_applicationid
Id of the Azure Active Directory application to authenticate with.
-
dsc_applicationsecret
Secret of the Azure Active Directory application to authenticate with.
-
dsc_certificatepath
Path to certificate used in service principal usually a PFX file.
-
dsc_certificatethumbprint
Thumbprint of the Azure Active Directory application’s authentication certificate to use for authentication.
-
dsc_description
Description of the Result Source.
-
dsc_ensure
Present ensures the Search Result Source exists.
-
dsc_protocol
The protocol of the Result Source.
-
dsc_querytransform
Change incoming queries to use this new query text instead. Include the incoming query in the new text by using the query variable ‘searchTerms’.
-
dsc_showpartialsearch
Show partial search or not
-
dsc_sourceurl
Address of the root site collection of the remote SharePoint farm or Exchange server.
-
dsc_tenantid
Name of the Azure Active Directory tenant used for authentication. Format contoso.onmicrosoft.com
-
dsc_type
Select SharePoint Search Results to search over the entire index. Select People Search Results to enable query processing specific to People Search, such as phonetic name matching or nickname matching. Only people profiles will be returned from a People Search source.
-
dsc_useautodiscover
Specifies if AutoDiscover should be used for the Exchange Source URL
Parameters
-
dsc_certificatepassword
Username can be made up to anything but password will be used for certificatePassword
-
dsc_credential
Credentials of the account to authenticate with.
-
dsc_name (namevar)
The Name of the Result Source.
-
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).