-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdisable_user_example.json
68 lines (66 loc) · 2.45 KB
/
disable_user_example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"records":[
{
"time":"2021-08-05T04:24:35.3581813Z",
"resourceId":"/tenants/18b68ebe-edc4-4cb0-9eca-XXXXXXXXXXXXXXX/providers/Microsoft.aadiam",
"operationName":"Disable account",
"operationVersion":"1.0",
"category":"AuditLogs",
"tenantId":"18b68ebe-edc4-4cb0-9eca-XXXXXXXXXXXXXXX",
"resultSignature":"None",
"durationMs":0,
"callerIpAddress":"20.190.142.170",
"correlationId":"f4163769-7df9-4f13-8adc-XXXXXXXXXXXXXXX",
"Level":4,
"properties":{
"id":"Directory_f4163769-7df9-4f13-8adc-XXXXXXXXXXXXXXX",
"category":"UserManagement",
"correlationId":"f4163769-7df9-4f13-8adc-XXXXXXXXXXXXXXX",
"result":"success",
"resultReason":"",
"activityDisplayName":"Disable account",
"activityDateTime":"2021-08-05T04:24:35.3581813+00:00",
"loggedByService":"Core Directory",
"operationType":"Update",
"initiatedBy":{
"user":{
"id":"1a9286b9-b26a-4147-8fa3-XXXXXXXXXXXXXXX",
"displayName":null,
"userPrincipalName":"[email protected]",
"ipAddress":null,
"roles":[
]
}
},
"targetResources":[
{
"id":"f8bdd601-3ad6-4e92-b28b-e48b618393ca",
"displayName":null,
"type":"User",
"userPrincipalName":"[email protected]",
"modifiedProperties":[
{
"displayName":"AccountEnabled",
"oldValue":"[true]",
"newValue":"[false]"
},
{
"displayName":"Included Updated Properties",
"oldValue":null,
"newValue":"\"AccountEnabled\""
}
],
"administrativeUnits":[
]
}
],
"additionalDetails":[
{
"key":"User-Agent",
"value":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15"
}
]
}
}
]
}