mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: v2024-provisioning-completed-account-requests-inner-source
|
||||
title: ProvisioningCompletedAccountRequestsInnerSource
|
||||
pagination_label: ProvisioningCompletedAccountRequestsInnerSource
|
||||
sidebar_label: ProvisioningCompletedAccountRequestsInnerSource
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ProvisioningCompletedAccountRequestsInnerSource', 'V2024ProvisioningCompletedAccountRequestsInnerSource']
|
||||
slug: /tools/sdk/powershell/v2024/models/provisioning-completed-account-requests-inner-source
|
||||
tags: ['SDK', 'Software Development Kit', 'ProvisioningCompletedAccountRequestsInnerSource', 'V2024ProvisioningCompletedAccountRequestsInnerSource']
|
||||
---
|
||||
|
||||
|
||||
# ProvisioningCompletedAccountRequestsInnerSource
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **String** | ID of the object to which this reference applies | [required]
|
||||
**Type** | **Enum** [ "SOURCE" ] | The type of object that is referenced | [required]
|
||||
**Name** | **String** | Human-readable display name of the object to which this reference applies | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ProvisioningCompletedAccountRequestsInnerSource = Initialize-PSSailpoint.V2024ProvisioningCompletedAccountRequestsInnerSource -Id 4e4d982dddff4267ab12f0f1e72b5a6d `
|
||||
-Type SOURCE `
|
||||
-Name Corporate Active Directory
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ProvisioningCompletedAccountRequestsInnerSource | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user