mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.9 KiB
1.9 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-task-definition-summary | TaskDefinitionSummary | TaskDefinitionSummary | TaskDefinitionSummary | powershellsdk |
|
/tools/sdk/powershell/v2024/models/task-definition-summary |
|
TaskDefinitionSummary
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | System-generated unique ID of the TaskDefinition | [required] |
| UniqueName | String | Name of the TaskDefinition | [required] |
| Description | String | Description of the TaskDefinition | [required] |
| ParentName | String | Name of the parent of the TaskDefinition | [required] |
| Executor | String | Executor of the TaskDefinition | [required] |
| Arguments | [map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | Formal parameters of the TaskDefinition, without values | [required] |
Examples
- Prepare the resource
$TaskDefinitionSummary = Initialize-PSSailpoint.V2024TaskDefinitionSummary -Id 2c91808475b4334b0175e1dff64b63c5 `
-UniqueName Cloud Account Aggregation `
-Description Aggregates from the specified application. `
-ParentName Cloud Account Aggregation `
-Executor sailpoint.task.ServiceTaskExecutor `
-Arguments {mantisExecutor=com.sailpoint.mantis.sources.task.AccountAggregationTask, eventClassesCsv=sailpoint.thunderbolt.events.AggregationEvents, serviceClass=sailpoint.thunderbolt.service.AggregationService, serviceMethod=accountAggregationTask}
- Convert the resource to JSON
$TaskDefinitionSummary | ConvertTo-JSON