mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
972 B
972 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-task-result-dto | TaskResultDto | TaskResultDto | TaskResultDto | powershellsdk |
|
/tools/sdk/powershell/beta/models/task-result-dto |
|
TaskResultDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | Enum [ "TASK_RESULT" ] | Task result DTO type. | [optional] |
| Id | String | Task result ID. | [optional] |
| Name | String | Task result display name. | [optional] |
Examples
- Prepare the resource
$TaskResultDto = Initialize-BetaTaskResultDto -Type TASK_RESULT `
-Id 464ae7bf791e49fdb74606a2e4a89635 `
-Name null
- Convert the resource to JSON
$TaskResultDto | ConvertTo-JSON