Resource Type: dsc_xspmanagedaccount

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

Overview

The DSC xSPManagedAccount resource type. Automatically generated from version 0.12.0.0

Properties

  • dsc_emailnotification

    How many days before a password change should an email be sent

  • dsc_preexpiredays

    How many days before a password expires should it be changed

  • dsc_schedule

    What is the schedule for the password reset

Parameters

  • dsc_account

    The credential with password of the account

  • dsc_accountname (namevar)

    The username of the account

  • dsc_installaccount

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

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