Google Apps Admin SDKのActivities.list()から監査イベントを取得すると、ipAddressフィールドの値が0.1.0.40と0.1.0.0になるアクティビティがあります。どのような場合にプライベートIPアドレスまたは制限されたIPアドレスのように見えるので、これが送信元IPアドレスである可能性がありますか?このdocumentationからGoogleレポートAPI activities.listにはipAddress:0.1.0.40
{
"kind": "admin#reports#activities",
"etag": "\"6KGrH_UY2JDZNpgjPKUOF8yJF1A/l6ZMtXXRXWtSeG8M3t2g4k5pUaY\"",
"items": [
{
"kind": "admin#reports#activity",
"id": {
"time": "2016-12-28T11:23:26.269Z",
"uniqueQualifier": "2877532833757184598",
"applicationName": "drive",
"customerId": "C01c818ge"
},
"etag": "\"6KGrH_UY2JDZNpgjPKUOF8yJF1A/7lASgpMTSWwMHfLg8I4-s07wD_Q\"",
"actor": {
"email": "[email protected]",
"profileId": "115227377397945077346"
},
"ipAddress": "0.1.0.40",
"events": [
{
"type": "access",
"name": "create",
"parameters": [
{
"name": "primary_event",
"boolValue": true
},
{
"name": "owner",
"value": "[email protected]"
},
{
"name": "doc_id",
"value": "0ByoIcq_NoMgZDY19wc2RnZE0"
},
{
"name": "doc_type",
"value": "unknown"
},
{
"name": "doc_title",
"value": "Untitled"
},
{
"name": "owner_is_team_drive",
"boolValue": false
}
]
}
]
}
]
}