siteSource resource type

Namespace: microsoft.graph.security

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

The container for a site associated with a custodian.

Inherits from dataSource.

Methods

None.

Properties

Property Type Description
createdBy identitySet The user who created the siteSource.
createdDateTime DateTimeOffset The date and time the siteSource was created.
displayName String The display name of the siteSource. This is the name of the SharePoint site.
id String The ID of the siteSource.
holdStatus microsoft.graph.security.dataSourceHoldStatus The hold status of the siteSource. The possible values are: notApplied, applied, applying, removing, partial.

Relationships

Relationship Type Description
site site The SharePoint site associated with the siteSource.

JSON representation

The following JSON representation shows the resource type.

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