Skip to main content

CampaignAlert

Properties

NameTypeDescriptionNotes
LevelEnum [ "ERROR", "WARN", "INFO" ]Denotes the level of the message[optional]
Localizations[]ErrorMessageDto[optional]

Examples

  • Prepare the resource
$CampaignAlert = Initialize-PSSailpoint.V2024CampaignAlert  -Level ERROR `
-Localizations null
  • Convert the resource to JSON
$CampaignAlert | ConvertTo-JSON

[Back to top]