dataSubject resource type
Namespace: microsoft.graph
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"
}