userSource 资源类型

命名空间:microsoft.graph.security

用户的邮箱和OneDrive for Business站点的容器。

继承自 dataSource

方法

无。

属性

属性 类型 说明
createdBy identitySet 创建 userSource 的用户。
createdDateTime DateTimeOffset 创建 userSource 的日期和时间。
displayName String 与邮箱和站点关联的显示名称。
email String Email用户邮箱的地址。
holdStatus microsoft.graph.security.dataSourceHoldStatus userSource 的保留状态。 可能的值包括 notAppliedappliedapplyingremovingpartial
id String userSource 的 ID。 这不是实际组的 ID。
includedSources microsoft.graph.security.sourceType 指定此组中包含的源。 可取值为:mailboxsite
siteWebUrl String 用户OneDrive for Business网站的 URL。 此为只读属性。

userSourceHoldStatus 值

名称 说明
notApplied userSource 不处于保留状态, (它中的所有源都不处于保留状态) 。
应用 userSource 处于保留状态, (所有源都处于保留状态) 。
应用 userSource 正在应用保留状态, () 触发的 applyHold 操作。
删除 userSource 正在删除保留状态 () 触发的 removeHold 操作。
部分 userSource 处于混合状态,其中一些源处于保留状态,一些源处于暂停状态或错误状态。

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.security.userSource",
  "id": "String (identifier)",
  "displayName": "String",
  "holdStatus": "String",
  "createdDateTime": "String (timestamp)",
  "createdBy": {
    "@odata.type": "microsoft.graph.identitySet"
  },
  "email": "String",
  "includedSources": "String",
  "siteWebUrl": "String"
}