Microsoft Graph · Schema
microsoft.graph.notificationMessageTemplate
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.notificationMessageTemplate",
"title": "microsoft.graph.notificationMessageTemplate",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "notificationMessageTemplate",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"brandingOptions": {
"$ref": "#/components/schemas/microsoft.graph.notificationTemplateBrandingOptions"
},
"defaultLocale": {
"type": "string",
"description": "The default locale to fallback onto when the requested locale is not available.",
"nullable": true
},
"displayName": {
"type": "string",
"description": "Display name for the Notification Message Template."
},
"lastModifiedDateTime": {
"pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
"type": "string",
"description": "DateTime the object was last modified.",
"format": "date-time"
},
"roleScopeTagIds": {
"type": "array",
"items": {
"type": "string",
"nullable": true
},
"description": "List of Scope Tags for this Entity instance."
},
"localizedNotificationMessages": {
"type": "array",
"items": {
"$ref": "#/components/schemas/microsoft.graph.localizedNotificationMessage"
},
"description": "The list of localized messages for this Notification Message Template.",
"x-ms-navigationProperty": true
},
"@odata.type": {
"type": "string"
}
},
"description": "Notification messages are messages that are sent to end users who are determined to be not-compliant with the compliance policies defined by the administrator. Administrators choose notifications and configure them in the Intune Admin Console using the compliance policy creation page under the \u201cActions for non-compliance\u201d section. Use the notificationMessageTemplate object to create your own custom notifications for administrators to choose while configuring actions for non-compliance."
}
],
"x-ms-discriminator-value": "#microsoft.graph.notificationMessageTemplate"
}