Skip to main content

LoadEntitlementTask

Properties

NameTypeDescriptionNotes
IdStringSystem-generated unique ID of the task this taskStatus represents[optional]
TypeStringType of task this task represents[optional]
UniqueNameStringThe name of the task[optional]
DescriptionStringThe description of the task[optional]
LauncherStringThe user who initiated the task[optional]
CreatedSystem.DateTimeThe creation date of the task[optional]
Returns[]LoadEntitlementTaskReturnsInnerReturn values from the task[optional]

Examples

  • Prepare the resource
$LoadEntitlementTask = Initialize-PSSailpoint.V2024LoadEntitlementTask  -Id ef38f94347e94562b5bb8424a56397d8 `
-Type QUARTZ `
-UniqueName Cloud Group Aggregation `
-Description Aggregate from the specified application `
-Launcher John Doe `
-Created 2020-07-11T21:23:15Z `
-Returns [{displayLabel=TASK_OUT_ACCOUNT_GROUP_AGGREGATION_APPLICATIONS, attributeName=applications}, {displayLabel=TASK_OUT_ACCOUNT_GROUP_AGGREGATION_TOTAL, attributeName=total}, {displayLabel=TASK_OUT_ACCOUNT_GROUP_AGGREGATION_CREATED, attributeName=groupsCreated}, {displayLabel=TASK_OUT_ACCOUNT_GROUP_AGGREGATION_UPDATED, attributeName=groupsUpdated}, {displayLabel=TASK_OUT_ACCOUNT_GROUP_AGGREGATION_DELETED, attributeName=groupsDeleted}]
  • Convert the resource to JSON
$LoadEntitlementTask | ConvertTo-JSON

[Back to top]