Resource Type: dsc_xspsecurestoreserviceapp
- Defined in:
- lib/puppet/type/dsc_xspsecurestoreserviceapp.rb
Overview
The DSC xSPSecureStoreServiceApp resource type. Automatically generated from version 0.12.0.0
Properties
-
dsc_applicationpool
The name of the application pool it will run in
-
dsc_auditingenabled
Is auditing enabled for this service app
-
dsc_auditlogmaxsize
What is the maximum size of the audit log in MB
-
dsc_databaseauthenticationtype
What type of authentication should be used to access the database
-
dsc_databasename
The name of the database for the service app
-
dsc_databaseserver
The name of the database server to host the database
-
dsc_failoverdatabaseserver
The name of the database server hosting a failover instance of the database
-
dsc_partitionmode
Is partition mode enabled for this service app
-
dsc_sharing
Is sharing enabled for this service app
Parameters
-
dsc_databasecredentials
What SQL credentials should be used to access the database
-
dsc_installaccount
POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5
-
dsc_name (namevar)
The name of the secure store service app
-
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).