Skip to main content

IdentityPreviewResponse

Properties

NameTypeDescriptionNotes
IdentityIdentityPreviewResponseIdentity[optional]
PreviewAttributes[]IdentityAttributePreview[optional]

Examples

  • Prepare the resource
$IdentityPreviewResponse = Initialize-PSSailpoint.V2024IdentityPreviewResponse  -Identity null `
-PreviewAttributes null
  • Convert the resource to JSON
$IdentityPreviewResponse | ConvertTo-JSON

[Back to top]