Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Namespace: microsoft.graph
Represents metadata about a specific user activity being evaluated, including the activity type and location.
Properties
| Property | Type | Description |
|---|---|---|
| activity | microsoft.graph.security.userActivityType | The type of user activity. Possible values are uploadText, uploadFile, downloadText, downloadFile, unknownFutureValue. Required. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.activityMetadata",
"activity": "String",
}