Resource Type: dsc_spinfopathformsserviceconfig
- Defined in:
- lib/puppet/type/dsc_spinfopathformsserviceconfig.rb
- Providers:
- 
      
        powershell
 
Overview
The DSC SPInfoPathFormsServiceConfig resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPInfoPathFormsServiceConfig/MSFT_SPInfoPathFormsServiceConfig.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_activesessionstimeout
      
      
      ActiveSessionsTimeout - Timeout in minutes for active sessions 
- 
      dsc_allowembeddedsqlfordataconnections
      
      
      AllowEmbeddedSqlForDataConnections - True sets the InfoPath Forms Service to allow embedded SQL sonnections in Forms Supported values:- true
- false
 
- 
      dsc_allowudcauthenticationfordataconnections
      
      
      AllowUdcAuthenticationForDataConnections - True sets the InfoPath Forms Service to allow User Defined connections Supported values:- true
- false
 
- 
      dsc_allowuserformbrowserenabling
      
      
      AllowUserFormBrowserEnabling - True sets the InfoPath Forms Service to allow users to browse forms Supported values:- true
- false
 
- 
      dsc_allowuserformbrowserrendering
      
      
      AllowUserFormBrowserRendering - True sets the InfoPath Forms Service to render forms in the browser Supported values:- true
- false
 
- 
      dsc_allowuserformcrossdomaindataconnections
      
      
      AllowUserFormCrossDomainDataConnections - True sets the InfoPath Forms Service to allow Cross-Domain connections Supported values:- true
- false
 
- 
      dsc_defaultdataconnectiontimeout
      
      
      DefaultDataConnectionTimeout - Sets the default connection timeout in milliseconds 
- 
      dsc_ensure
      
      
      Ensure - Present ensures the settings are applied Valid values are Present, Absent. 
- 
      dsc_installaccount
      
      
      InstallAccount - POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5 
- 
      dsc_maxdataconnectionresponsesize
      
      
      MaxDataConnectionResponseSize - Sets the maximum response size in kb for the user response 
- 
      dsc_maxdataconnectiontimeout
      
      
      MaxDataConnectionTimeout - Sets the maximum connection timeout in milliseconds 
- 
      dsc_maxpostbackspersession
      
      
      MaxPostbacksPerSession - Maximum number of postback allowed per session 
- 
      dsc_maxsizeofuserformstate
      
      
      MaxSizeOfUserFormState - Maximum size of user session data 
- 
      dsc_maxuseractionsperpostback
      
      
      MaxUserActionsPerPostback - Maximum number of actions that can be triggered per postback 
- 
      dsc_psdscrunascredential
      
      
      PsDscRunAsCredential 
- 
      dsc_requiresslfordataconnections
      
      
      RequireSslForDataConnections - True sets the InfoPath Forms Service to require SSL for its connections Supported values:- true
- false
 
- name (namevar)
- 
      provider
      
      
      The specific backend to use for this ‘dsc_spinfopathformsserviceconfig` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.