mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
adding docs back with new ids
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
---
|
||||
id: requested-item-status-provisioning-details
|
||||
title: RequestedItemStatusProvisioningDetails
|
||||
pagination_label: RequestedItemStatusProvisioningDetails
|
||||
sidebar_label: RequestedItemStatusProvisioningDetails
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'RequestedItemStatusProvisioningDetails']
|
||||
slug: /tools/sdk/powershell/v2024/models/requested-item-status-provisioning-details
|
||||
tags: ['SDK', 'Software Development Kit', 'RequestedItemStatusProvisioningDetails']
|
||||
---
|
||||
|
||||
|
||||
# RequestedItemStatusProvisioningDetails
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**OrderedSubPhaseReferences** | Pointer to **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
|
||||
```powershell
|
||||
$RequestedItemStatusProvisioningDetails = Initialize-PSSailpoint.V2024RequestedItemStatusProvisioningDetails -OrderedSubPhaseReferences manualWorkItemDetails
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$RequestedItemStatusProvisioningDetails | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user