Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/NotificationTemplateContext.md
2025-02-28 14:46:13 +00:00

1.6 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-notification-template-context NotificationTemplateContext NotificationTemplateContext NotificationTemplateContext powershellsdk
powershell
PowerShell
sdk
NotificationTemplateContext
V2024NotificationTemplateContext
/tools/sdk/powershell/v2024/models/notification-template-context
SDK
Software Development Kit
NotificationTemplateContext
V2024NotificationTemplateContext

NotificationTemplateContext

Properties

Name Type Description Notes
Attributes [map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 A JSON object that stores the context. [optional]
Created System.DateTime When the global context was created [optional]
Modified System.DateTime When the global context was last modified [optional]

Examples

  • Prepare the resource
$NotificationTemplateContext = Initialize-PSSailpoint.V2024NotificationTemplateContext  -Attributes {productUrl=https://test-org.identitysoon.com, brandingConfigs={default={narrowLogoURL=null, productName=SailPoint, standardLogoURL=null, navigationColor=011E64, actionButtonColor=20B2DE, emailFromAddress=null, activeLinkColor=20B2DE, loginInformationalMessage=null}}} `
 -Created 2020-04-15T16:16:47.525Z `
 -Modified 2020-04-15T16:16:47.525Z
  • Convert the resource to JSON
$NotificationTemplateContext | ConvertTo-JSON

[Back to top]