mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
926 B
926 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-campaign-alert | CampaignAlert | CampaignAlert | CampaignAlert | powershellsdk |
|
/tools/sdk/powershell/beta/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-BetaCampaignAlert -Level ERROR `
-Localizations null
- Convert the resource to JSON
$CampaignAlert | ConvertTo-JSON