Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/PreferencesDto.md
2025-01-28 13:29:29 -05:00

1.2 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-preferences-dto PreferencesDto PreferencesDto PreferencesDto powershellsdk
powershell
PowerShell
sdk
PreferencesDto
V2024PreferencesDto
/tools/sdk/powershell/v2024/models/preferences-dto
SDK
Software Development Kit
PreferencesDto
V2024PreferencesDto

PreferencesDto

Properties

Name Type Description Notes
Key Pointer to String The template notification key. [optional]
Mediums Pointer to []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 Pointer to System.DateTime Modified date of preference [optional]

Examples

  • Prepare the resource
$PreferencesDto = Initialize-PSSailpoint.V2024PreferencesDto  -Key cloud_manual_work_item_summary `
 -Mediums [EMAIL] `
 -Modified 2020-05-15T14:37:06.909Z
  • Convert the resource to JSON
$PreferencesDto | ConvertTo-JSON

[Back to top]