mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
931 B
931 B
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-campaign-alert | CampaignAlert | CampaignAlert | CampaignAlert | powershellsdk |
|
/tools/sdk/powershell/v2025/models/campaign-alert |
|
CampaignAlert
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Level | Enum [ "ERROR", "WARN", "INFO" ] | Denotes the level of the message | [optional] |
| Localizations | []ErrorMessageDto | [optional] |
Examples
- Prepare the resource
$CampaignAlert = Initialize-V2025CampaignAlert -Level ERROR `
-Localizations null
- Convert the resource to JSON
$CampaignAlert | ConvertTo-JSON