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
$CreateUploadedConfigurationRequest = Initialize-PSSailpoint.V3CreateUploadedConfigurationRequest -VarData null `
-Name null
- Convert the resource to JSON
$CreateUploadedConfigurationRequest | ConvertTo-JSON