mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
adding powershell sdk docs back
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: beta-send-test-notification-request-dto
|
||||
title: SendTestNotificationRequestDto
|
||||
pagination_label: SendTestNotificationRequestDto
|
||||
sidebar_label: SendTestNotificationRequestDto
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'SendTestNotificationRequestDto', 'BetaSendTestNotificationRequestDto']
|
||||
slug: /tools/sdk/powershell/beta/models/send-test-notification-request-dto
|
||||
tags: ['SDK', 'Software Development Kit', 'SendTestNotificationRequestDto', 'BetaSendTestNotificationRequestDto']
|
||||
---
|
||||
|
||||
|
||||
# SendTestNotificationRequestDto
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Key** | Pointer to **String** | The template notification key. | [optional]
|
||||
**Medium** | Pointer to **Enum** [ "EMAIL", "SLACK", "TEAMS" ] | The notification medium. Has to be one of the following enum values. | [optional]
|
||||
**Context** | Pointer to [**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
|
||||
```powershell
|
||||
$SendTestNotificationRequestDto = Initialize-PSSailpoint.BetaSendTestNotificationRequestDto -Key cloud_manual_work_item_summary `
|
||||
-Medium null `
|
||||
-Context null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$SendTestNotificationRequestDto | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user