共用方式為


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.ProxyResource
SecurityEvent

Constructor

SecurityEvent(**kwargs)

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

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
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

The sql injection additional properties, populated only if the type of the security event is sql injection.