Skip to main content

IdentityAttributePreview

Properties

NameTypeDescriptionNotes
NameStringName of the attribute that is being previewed.[optional]
ValueStringValue that was derived during the preview.[optional]
PreviousValueStringThe value of the attribute before the preview.[optional]
ErrorMessages[]ErrorMessageDto[optional]

Examples

  • Prepare the resource
$IdentityAttributePreview = Initialize-PSSailpoint.V2024IdentityAttributePreview  -Name email `
-Value email@mail.com `
-PreviousValue oldEmail@mail.com `
-ErrorMessages null
  • Convert the resource to JSON
$IdentityAttributePreview | ConvertTo-JSON

[Back to top]