siteSource 资源类型
命名空间:microsoft.graph.security
与保管人关联的站点的容器。
继承自 dataSource。
方法
无。
属性
属性 | 类型 | 说明 |
---|---|---|
createdBy | identitySet | 创建 siteSource 的用户。 |
createdDateTime | DateTimeOffset | 创建 siteSource 的日期和时间。 |
displayName | String | siteSource 的显示名称。 这是 SharePoint 网站的名称。 |
id | String | siteSource 的 ID。 |
holdStatus | microsoft.graph.security.dataSourceHoldStatus |
siteSource 的保留状态。 可能的值包括 notApplied 、applied 、applying 、removing 、partial 。 |
关系
关系 | 类型 | 说明 |
---|---|---|
网站 | site | 与 siteSource 关联的 SharePoint 网站。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.security.siteSource",
"id": "String (identifier)",
"displayName": "String",
"holdStatus": "String",
"createdDateTime": "String (timestamp)",
"createdBy": {
"@odata.type": "microsoft.graph.identitySet"
}
}