TaskReturnDetails
Properties
Name | Type | Description | Notes |
---|---|---|---|
Name | String | Display name of the TaskReturnDetails | [required] |
AttributeName | String | Attribute the TaskReturnDetails is for | [required] |
Examples
- Prepare the resource
$TaskReturnDetails = Initialize-PSSailpoint.V2024TaskReturnDetails -Name label `
-AttributeName identityCount
- Convert the resource to JSON
$TaskReturnDetails | ConvertTo-JSON