Skip to main content

PreferencesDto

Properties

NameTypeDescriptionNotes
KeyStringThe template notification key.[optional]
Mediums[]MediumList of preferred notification mediums, i.e., the mediums (or method) for which notifications are enabled. More mediums may be added in the future.[optional]
ModifiedSystem.DateTimeModified 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]