dataSubject resource type
Namespace: microsoft.graph
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.
Contains information related to the subject of a content search. This resource is an open type and supports adding addition properties; for example, customer ID.
Properties
Property | Type | Description |
---|---|---|
String | Email of the data subject. | |
firstName | String | First name of the data subject. |
lastName | String | Last Name of the data subject. |
residency | String | The country/region of residency. The residency information is uesed only for internal reporting but not for the content search. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.dataSubject",
"email": "String",
"firstName": "String",
"lastName": "String",
"residency": "String"
}