personAward 资源类型

命名空间:microsoft.graph

表示已与用户的 个人资料关联的奖励。

继承自 itemFacet

方法

方法 返回类型 说明
列出奖项 personAward 集合 从 awards 导航属性获取 personAward 资源。
创建 personAward personAward 创建新的 personAward 对象。
获取 personAward personAward 读取 personAward 对象的属性和关系。
更新 personAward personAward 更新 personAward 对象的属性。
删除 personAward 删除 personAward 对象。

属性

属性 类型 说明
allowedAudiences String 能够查看实体中包含的值的访问群体。 继承自 itemFacet。 可取值为:mefamilycontactsgroupMembersorganizationfederatedOrganizationseveryoneunknownFutureValue
createdBy identitySet 提供创建实体的用户和/或应用程序的标识符。 继承自 itemFacet
createdDateTime DateTimeOffset 提供创建实体时的 dateTimeOffset。 继承自 itemFacet
说明 String 授予或荣誉的优先。
displayName String 奖项或荣誉的名称。
id String 用于单独寻址实体的标识符。 继承自 实体
推理 inferenceData 如果实体是由创建或修改应用程序推断的,则包含推理详细信息。 继承自 itemFacet
issuedDate 日期 授予奖励或荣誉的日期。
issuingAuthority String 授予该奖项或荣誉的机构。
lastModifiedBy identitySet 提供上次修改实体的用户和/或应用程序的标识符。 继承自 itemFacet
lastModifiedDateTime DateTimeOffset 提供创建实体时的 dateTimeOffset。 继承自 itemFacet
source personDataSource 如果从另一个服务同步,则值源自其中。 继承自 itemFacet
thumbnailUrl String 引用奖项或荣誉缩略图的 URL。
webUrl String 引用奖项或荣誉的 URL。

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.personAward",
  "id": "String (identifier)",
  "allowedAudiences": "String",
  "inference": {
    "@odata.type": "microsoft.graph.inferenceData"
  },
  "createdDateTime": "String (timestamp)",
  "createdBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "lastModifiedDateTime": "String (timestamp)",
  "lastModifiedBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "source": {
    "@odata.type": "microsoft.graph.personDataSource"
  },
  "description": "String",
  "displayName": "String",
  "issuedDate": "Date",
  "issuingAuthority": "String",
  "thumbnailUrl": "String",
  "webUrl": "String"
}