mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
1.1 KiB
1.1 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| beta-preferences-dto | PreferencesDto | PreferencesDto | PreferencesDto | powershellsdk |
|
/tools/sdk/powershell/beta/models/preferences-dto |
|
PreferencesDto
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Key | String | The template notification key. | [optional] |
| Mediums | []Medium | List of preferred notification mediums, i.e., the mediums (or method) for which notifications are enabled. More mediums may be added in the future. | [optional] |
| Modified | System.DateTime | Modified date of preference | [optional] |
Examples
- Prepare the resource
$PreferencesDto = Initialize-BetaPreferencesDto -Key cloud_manual_work_item_summary `
-Mediums [EMAIL] `
-Modified 2020-05-15T14:37:06.909Z
- Convert the resource to JSON
$PreferencesDto | ConvertTo-JSON