Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph.security
Represents a resource access attempt made by a user account.
Properties
| Property | Type | Description |
|---|---|---|
| accessDateTime | DateTimeOffset | The time of the access event. |
| accountId | String | The identifier of the user account. |
| ipAddress | String | IP address of the resource. |
| resourceIdentifier | String | The protocol and host name pairs describing the connection. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.resourceAccessEvent",
"accountId": "String",
"resourceIdentifier": "String",
"ipAddress": "String",
"accessDateTime": "String (timestamp)"
}