RequestedItemStatusProvisioningDetails
Properties
Name | Type | Description | Notes |
---|---|---|---|
OrderedSubPhaseReferences | String | Ordered CSV of sub phase references to objects that contain more information about provisioning. For example, this can contain ""manualWorkItemDetails"" which indicate that there is further information in that object for this phase. | [optional] |
Examples
- Prepare the resource
$RequestedItemStatusProvisioningDetails = Initialize-PSSailpoint.BetaRequestedItemStatusProvisioningDetails -OrderedSubPhaseReferences manualWorkItemDetails
- Convert the resource to JSON
$RequestedItemStatusProvisioningDetails | ConvertTo-JSON