IdentityProfileExportedObject
Properties
Name | Type | Description | Notes |
---|---|---|---|
Version | Int32 | Version or object from the target service. | [optional] |
Self | IdentityProfileExportedObjectSelf | [optional] | |
Object | IdentityProfile | [optional] |
Examples
- Prepare the resource
$IdentityProfileExportedObject = Initialize-PSSailpoint.V3IdentityProfileExportedObject -Version 1 `
-Self null `
-Object null
- Convert the resource to JSON
$IdentityProfileExportedObject | ConvertTo-JSON