Resource Type: dsc_xspuserprofileproperty
- Defined in:
- lib/puppet/type/dsc_xspuserprofileproperty.rb
Overview
The DSC xSPUserProfileProperty resource type. Automatically generated from version 0.12.0.0
Properties
-
dsc_description
The description of the property
-
dsc_displayname
The display name of the property
-
dsc_displayorder
The display order to put the property in to the list at
-
dsc_ensure
Present if the property should exist, absent if it should be removed
-
dsc_isalias
Is this field an alias that can be used to refer to a user by
-
dsc_iseventlog
Is this field used for event logging
-
dsc_issearchable
Is this field able to be searched upon
-
dsc_isusereditable
Is this field able to be edited by a user, or only an administrator
-
dsc_isvisibleoneditor
Is this field visible when editing a users profile, or hidden from editing
-
dsc_isvisibleonviewer
Is this field visible when viewing a users profile
-
dsc_length
The length of the field
-
dsc_mappingconnectionname
The name of the UPS connect to map this property to
-
dsc_mappingdirection
The direction of the mapping, either Import or Export
-
dsc_mappingpropertyname
The name of the property from the UPS connection to map to
-
dsc_policysetting
The policy setting to apply to the property
-
dsc_privacysetting
The privacy setting for the property
-
dsc_termgroup
The name of the term store group that terms are in for this field
-
dsc_termset
The name of the term set to allow values to be selected from
-
dsc_termstore
The name of the term store to look up managed terms from
-
dsc_type
The type of the property
-
dsc_useroverrideprivacy
Can users override the default privacy policy
-
dsc_userprofileservice
The name of the user profile service application
Parameters
-
dsc_installaccount
POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5
-
dsc_name (namevar)
The internal name of the user profile property
-
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).