SecurityEvent Class
A security event.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceSecurityEvent
Constructor
SecurityEvent(**kwargs)
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
event_time
|
The time when the security event occurred. |
security_event_type
|
The type of the security event. Possible values include: "Undefined", "SqlInjectionVulnerability", "SqlInjectionExploit". |
subscription
|
The subscription name. |
server
|
The server name. |
database
|
The database name. |
client_ip
|
The IP address of the client who executed the statement. |
application_name
|
The application used to execute the statement. |
principal_name
|
The principal user who executed the statement. |
security_event_sql_injection_additional_properties
|
The sql injection additional properties, populated only if the type of the security event is sql injection. |
Azure SDK for Python