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-Identityprofileexportedobject  -Version 1 `
-Self null `
-Object null
  • Convert the resource to JSON
$Identityprofileexportedobject | ConvertTo-JSON

[Back to top]