endUserNotification 资源类型
命名空间:microsoft.graph
表示最终用户通知。
继承自 entity。
Methods
方法 | 返回类型 | Description |
---|---|---|
List | endUserNotification 集合 | 获取 endUserNotification 对象及其属性的列表。 |
Get | 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 | 通知类型。 可取值为:unknown 、positiveReinforcement 、noTraining 、trainingAssignment 、trainingReminder 、unknownFutureValue 。 |
source | simulationContentSource | 内容的源。 可取值为:unknown 、global 、tenant 、unknownFutureValue 。 |
status | simulationContentStatus | 通知的状态。 可取值为:unknown 、draft 、ready 、archive 、delete 、unknownFutureValue 。 |
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"]
}