Skip to main content

IdentityProfileExportedObject

Properties

NameTypeDescriptionNotes
VersionInt32Version or object from the target service.[optional]
SelfSelfImportExportDto[optional]
ObjectIdentityProfile1[optional]

Examples

  • Prepare the resource
$IdentityProfileExportedObject = Initialize-PSSailpoint.BetaIdentityProfileExportedObject  -Version 1 `
-Self null `
-Object null
  • Convert the resource to JSON
$IdentityProfileExportedObject | ConvertTo-JSON

[Back to top]