Audit Properties |
The Audit type exposes the following members.
Name | Description | |
---|---|---|
AccountId |
Gets the account ID associated with the audit record. The account ID within
the monitoring service is equivalent to the Tenant.Id
referenced by other services.
| |
App |
Gets the name of the monitoring service module that processed the request.
| |
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
Headers |
Gets a collection of custom HTTP headers which were sent with the request that created this audit record.
| |
Id |
Gets the unique identifier of the audit resource.
| |
Method |
Gets the HTTP method used for the request represented by the audit record.
| |
Payload |
Gets the body of the HTTP request that created this audit record.
| |
Query |
Gets a collection of query string parameters decoded from Url.
| |
StatusCode |
Gets the HTTP status code returned by the HTTP request represented by the audit record.
| |
Timestamp |
Gets a timestamp indicating when this audit record was created.
| |
TransactionId |
Gets the ID of the transaction that created this audit record.
| |
Url |
Gets the target URI of the HTTP request represented by the audit record.
| |
Who |
Gets a value indicating who made this change to the monitoring account.
| |
Why |
Gets a value indicating why this change was made to the monitoring account.
|