mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: create-uploaded-configuration-request
|
||||
title: CreateUploadedConfigurationRequest
|
||||
pagination_label: CreateUploadedConfigurationRequest
|
||||
sidebar_label: CreateUploadedConfigurationRequest
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'CreateUploadedConfigurationRequest', 'CreateUploadedConfigurationRequest']
|
||||
slug: /tools/sdk/powershell/v3/models/create-uploaded-configuration-request
|
||||
tags: ['SDK', 'Software Development Kit', 'CreateUploadedConfigurationRequest', 'CreateUploadedConfigurationRequest']
|
||||
---
|
||||
|
||||
|
||||
# CreateUploadedConfigurationRequest
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**VarData** | **System.IO.FileInfo** | JSON file containing the objects to be imported. | [required]
|
||||
**Name** | **String** | Name that will be assigned to the uploaded configuration file. | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$CreateUploadedConfigurationRequest = Initialize-PSSailpoint.V3CreateUploadedConfigurationRequest -VarData null `
|
||||
-Name null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$CreateUploadedConfigurationRequest | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user