SharePointMetadata

SharePointMetadata class

Describes metadata about the document in SharePoint or OneDrive for Business that contained the sensitive information.

The SharePointMetadata type exposes the following members:

Constructors

NameDescription
SharePointMetadata()Initializes a new instance of the SharePointMetadata class

Properties

NameDescription
from_addressThe user who triggered the event. This will be either the FileOwner, LastModifier, or LastSharer.
Mandatory: Yes
item_creation_timeDatetimestamp in UTC of when event logged.
Mandatory: Yes
site_collection_guidThe GUID of the site collection.
Mandatory: Yes
site_collection_urlName of the SharePoint site.
Mandatory: Yes
file_nameName of the path.
Mandatory: Yes
file_ownerThe document owner.
Mandatory: Yes
file_path_urlThe URL of the document
Mandatory: Yes
document_last_modifierThe user who last modified the document.
Mandatory: Yes
document_sharerThe user who last modiifed sharing of the document.
Mandatory: Yes
unique_idA guid that identifies the file.
Mandatory: Yes
last_modified_timeTimestamp in UTC for when doc was last modified.
Mandatory: Yes

See Also