localizedNotificationMessage 资源类型
命名空间:microsoft.graph
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
指定区域设置的通知消息模板的文本内容。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 实体的键。 |
lastModifiedDateTime | DateTimeOffset | 上次修改对象的日期/时间。 |
locale | String | 此消息的目标区域设置。 |
subject | String | 消息模板主题。 |
messageTemplate | String | 消息模板内容。 |
isDefault | Boolean | 用于指示这是否是语言回退的默认区域设置的标记。 此标志只能设置。 若要取消设置,请在其他本地化通知消息中将该属性设置为 true。 |
关系
无
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.localizedNotificationMessage",
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)",
"locale": "String",
"subject": "String",
"messageTemplate": "String",
"isDefault": true
}