Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 708 Bytes

ImportSpConfigRequest.md

File metadata and controls

23 lines (17 loc) · 708 Bytes

ImportSpConfigRequest

Properties

Name Type Description Notes
VarData System.IO.FileInfo JSON file containing the objects to be imported.
Options ImportOptions [optional]

Examples

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

[Back to Model list] [Back to API list] [Back to README]