Skip to main content

CreateUploadedConfigurationRequest

Properties

NameTypeDescriptionNotes
VarDataSystem.IO.FileInfoJSON file containing the objects to be imported.[required]
NameStringName 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

[Back to top]