Resource Type: dsc_plannertask
- Defined in:
- lib/puppet/type/dsc_plannertask.rb
Overview
The DSC PlannerTask resource type. Automatically generated from version 1.21.1222.1
Properties
-
dsc_applicationid
Id of the Azure Active Directory application to authenticate with.
-
dsc_assignedusers
List of users assigned to the tasks (ex: @(‘john.smith@contoso.com’, ‘bob.houle@contoso.com’)).
-
dsc_attachments
List of links to attachments assigned to the task.
-
dsc_bucket
The Id of the bucket that contains the task.
-
dsc_categories
List of categories assigned to the task.
-
dsc_checklist
List checklist items associated with the task.
-
dsc_conversationthreadid
Id of the group conversation thread associated with the comments section for this task.
-
dsc_duedatetime
Date and Time for the task is due for completion.
-
dsc_ensure
Present ensures the Plan exists, absent ensures it is removed
-
dsc_notes
Description of the Task.
-
dsc_percentcomplete
Percentage completed of the Task. Value can only be between 0 and 100.
-
dsc_priority
Priority of the Task. Value can only be between 1 and 10.
-
dsc_startdatetime
Date and Time for the start of the Task.
-
dsc_taskid
Id of the Task, if known.
Parameters
-
dsc_credential
Credentials of the Global Admin
-
dsc_planid (namevar)
Id of the Planner Plan which contains the Task.
-
dsc_psdscrunascredential
-
dsc_title (namevar)
The Title of the Planner Task.
-
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).