Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.security
Represents an abstract base type for data sets used in eDiscovery.
Base type of ediscoveryReviewSet.
Inherits from entity.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
createdBy | microsoft.graph.identitySet | The user who created the data set. Read-only. |
createdDateTime | DateTimeOffset | The date and time when the review set was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Read-only. |
description | String | The description of the data set. |
displayName | String | The name of the data set. The name is unique with a maximum limit of 64 characters. |
id | String | The unique identifier of the data set. Read-only. Inherited from entity. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.dataSet",
"createdBy": {"@odata.type": "microsoft.graph.identitySet"},
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"id": "String (identifier)"
}