Skip to main content

IdentityProfileExportedObject

Properties

NameTypeDescriptionNotes
VersionInt32Version or object from the target service.[optional]
SelfIdentityProfileExportedObjectSelf[optional]
ObjectIdentityProfile[optional]

Examples

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

[Back to top]