Skip to main content

ImportSpConfigRequest

Properties

NameTypeDescriptionNotes
VarDataSystem.IO.FileInfoJSON file containing the objects to be imported.[required]
OptionsImportOptions[optional]

Examples

  • Prepare the resource
$ImportSpConfigRequest = Initialize-PSSailpoint.BetaImportSpConfigRequest  -VarData null `
-Options null
  • Convert the resource to JSON
$ImportSpConfigRequest | ConvertTo-JSON

[Back to top]