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 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)"
}