removing beta docs

This commit is contained in:
darrell-thobe-sp
2025-01-23 23:30:59 -05:00
parent 7194b934e8
commit befdd82384
999 changed files with 0 additions and 70946 deletions

View File

@@ -1,35 +0,0 @@
---
id: provisioning-details
title: ProvisioningDetails
pagination_label: ProvisioningDetails
sidebar_label: ProvisioningDetails
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'ProvisioningDetails']
slug: /tools/sdk/powershell/beta/models/provisioning-details
tags: ['SDK', 'Software Development Kit', 'ProvisioningDetails']
---
# ProvisioningDetails
## 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
$ProvisioningDetails = Initialize-PSSailpoint.BetaProvisioningDetails -OrderedSubPhaseReferences manualWorkItemDetails
```
- Convert the resource to JSON
```powershell
$ProvisioningDetails | ConvertTo-JSON
```
[[Back to top]](#)