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
- id
- str
Resource ID.
- name
- str
Resource name.
- type
- str
Resource type.
- event_time
- datetime
The time when the security event occurred.
- security_event_type
- str or SecurityEventType
The type of the security event. Possible values include: "Undefined", "SqlInjectionVulnerability", "SqlInjectionExploit".
- subscription
- str
The subscription name.
- server
- str
The server name.
- database
- str
The database name.
- client_ip
- str
The IP address of the client who executed the statement.
- application_name
- str
The application used to execute the statement.
- principal_name
- str
The principal user who executed the statement.
- security_event_sql_injection_additional_properties
- SecurityEventSqlInjectionAdditionalProperties
The sql injection additional properties, populated only if the type of the security event is sql injection.
Feedback
Submit and view feedback for