命名空间:microsoft.graph.security
表示 用户帐户进行的资源访问尝试。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| accessDateTime | DateTimeOffset | 访问事件的时间。 |
| accountId | String | 用户帐户的标识符。 |
| ipAddress | String | 资源的 IP 地址。 |
| resourceIdentifier | String | 描述连接的协议和主机名对。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.security.resourceAccessEvent",
"accountId": "String",
"resourceIdentifier": "String",
"ipAddress": "String",
"accessDateTime": "String (timestamp)"
}