mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
1.4 KiB
1.4 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-send-test-notification-request-dto | SendTestNotificationRequestDto | SendTestNotificationRequestDto | SendTestNotificationRequestDto | powershellsdk |
|
/tools/sdk/powershell/v2024/models/send-test-notification-request-dto |
|
SendTestNotificationRequestDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Key | String | The template notification key. | [optional] |
| Medium | Enum [ "EMAIL", "SLACK", "TEAMS" ] | The notification medium. Has to be one of the following enum values. | [optional] |
| Context | [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 | A Json object that denotes the context specific to the template. | [optional] |
Examples
- Prepare the resource
$SendTestNotificationRequestDto = Initialize-V2024SendTestNotificationRequestDto -Key cloud_manual_work_item_summary `
-Medium null `
-Context null
- Convert the resource to JSON
$SendTestNotificationRequestDto | ConvertTo-JSON