ImportSpConfigRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
VarData | System.IO.FileInfo | JSON file containing the objects to be imported. | [required] |
Options | ImportOptions | [optional] |
Examples
- Prepare the resource
$ImportSpConfigRequest = Initialize-PSSailpoint.BetaImportSpConfigRequest -VarData null `
-Options null
- Convert the resource to JSON
$ImportSpConfigRequest | ConvertTo-JSON