endUserNotification 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示最终用户通知。

继承自 entity

Methods

方法 返回类型 说明
List endUserNotifications endUserNotification 集合 获取 endUserNotification 对象及其属性的列表。
Get endUserNotification endUserNotification 读取 endUserNotification 对象的属性和关系。

属性

属性 类型 说明
createdBy emailIdentity 创建通知的用户的标识。
createdDateTime DateTimeOffset 创建通知的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
说明 String 用户定义的通知的说明。
displayName String 用户定义的通知的名称。
id String endUserNotification 对象的唯一标识符。 继承自 entity
lastModifiedBy emailIdentity 上次修改通知的用户的标识。
lastModifiedDateTime DateTimeOffset 上次修改通知的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z
notificationType endUserNotificationType 通知类型。 可取值为:unknownpositiveReinforcementnoTrainingtrainingAssignmenttrainingReminderunknownFutureValue
source simulationContentSource 内容的源。 可取值为:unknownglobaltenantunknownFutureValue
status simulationContentStatus 通知的状态。 可取值为:unknowndraftreadyarchivedeleteunknownFutureValue
supportedLocales 字符串集合 endUserNotification 内容支持的区域设置。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.endUserNotification",
  "createdBy": {"@odata.type": "microsoft.graph.emailIdentity"},
  "createdDateTime": "String (timestamp)",
  "description": "String",
  "displayName": "String",
  "id": "String (identifier)",
  "lastModifiedBy": {"@odata.type": "microsoft.graph.emailIdentity"},
  "lastModifiedDateTime": "String (timestamp)",
  "notificationType": "String",
  "source": "String",
  "status": "String",
  "supportedLocales": ["String"]
}