Resource Type: dsc_spuserprofileserviceapppermissions

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

Overview

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

Parameters

  • dsc_createpersonalsite

    CreatePersonalSite - A list of user principals that will have the Create personal site permission

  • dsc_followandeditprofile

    FollowAndEditProfile - A list of user principals that will have the Follow users and edit profile permission

  • dsc_installaccount

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

  • dsc_proxyname

    ProxyName - The name of the proxy that is attached to the user profile service you wish to set permissions for

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_usetagsandnotes

    UseTagsAndNotes - A list of user principals that will have the Use tags and notes permission

  • name (namevar)
  • provider

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