You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/attestation/audit-logs.md
+70-1Lines changed: 70 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,76 @@ For each of these events, Azure Attestation collects the following information:
60
60
Audit logs are provided in JSON format. Here is an example of what an audit log may look like.
61
61
62
62
```json
63
-
{"operationName":"SetCurrentPolicy","resultType":"Success","resultDescription":null,"auditEventCategory":["ApplicationManagement"],"nCloud":null,"requestId":null,"callerIpAddress":null,"callerDisplayName":null,"callerIdentities":[{"callerIdentityType":"ObjectID","callerIdentity":"<some object ID>"},{"callerIdentityType":"TenantId","callerIdentity":"<some tenant ID>"}],"targetResources":[{"targetResourceType":"Environment","targetResourceName":"PublicCloud"},{"targetResourceType":"ServiceRegion","targetResourceName":"EastUS2"},{"targetResourceType":"ServiceRole","targetResourceName":"AttestationRpType"},{"targetResourceType":"ServiceRoleInstance","targetResourceName":"<some service role instance>"},{"targetResourceType":"ResourceId","targetResourceName":"/subscriptions/<some subscription ID>/resourceGroups/<some resource group name>/providers/Microsoft.Attestation/attestationProviders/<some instance name>"},{"targetResourceType":"ResourceRegion","targetResourceName":"EastUS2"}],"ifxAuditFormat":"Json","env_ver":"2.1","env_name":"#Ifx.AuditSchema","env_time":"2020-11-23T18:23:29.9427158Z","env_epoch":"MKZ6G","env_seqNum":1277,"env_popSample":0.0,"env_iKey":null,"env_flags":257,"env_cv":"##00000000-0000-0000-0000-000000000000_00000000-0000-0000-0000-000000000000_00000000-0000-0000-0000-000000000000","env_os":null,"env_osVer":null,"env_appId":null,"env_appVer":null,"env_cloud_ver":"1.0","env_cloud_name":null,"env_cloud_role":null,"env_cloud_roleVer":null,"env_cloud_roleInstance":null,"env_cloud_environment":null,"env_cloud_location":null,"env_cloud_deploymentUnit":null}
63
+
{
64
+
"operationName": "SetCurrentPolicy",
65
+
"resultType": "Success",
66
+
"resultDescription": null,
67
+
"auditEventCategory": [
68
+
"ApplicationManagement"
69
+
],
70
+
"nCloud": null,
71
+
"requestId": null,
72
+
"callerIpAddress": null,
73
+
"callerDisplayName": null,
74
+
"callerIdentities": [
75
+
{
76
+
"callerIdentityType": "ObjectID",
77
+
"callerIdentity": "<some object ID>"
78
+
},
79
+
{
80
+
"callerIdentityType": "TenantId",
81
+
"callerIdentity": "<some tenant ID>"
82
+
}
83
+
],
84
+
"targetResources": [
85
+
{
86
+
"targetResourceType": "Environment",
87
+
"targetResourceName": "PublicCloud"
88
+
},
89
+
{
90
+
"targetResourceType": "ServiceRegion",
91
+
"targetResourceName": "EastUS2"
92
+
},
93
+
{
94
+
"targetResourceType": "ServiceRole",
95
+
"targetResourceName": "AttestationRpType"
96
+
},
97
+
{
98
+
"targetResourceType": "ServiceRoleInstance",
99
+
"targetResourceName": "<some service role instance>"
100
+
},
101
+
{
102
+
"targetResourceType": "ResourceId",
103
+
"targetResourceName": "/subscriptions/<some subscription ID>/resourceGroups/<some resource group name>/providers/Microsoft.Attestation/attestationProviders/<some instance name>"
0 commit comments