SecurityEventProperties interface

The properties of a security event.

Properties

applicationName

The application used to execute the statement.

clientIp

The IP address of the client who executed the statement.

database

The database name

eventTime

The time when the security event occurred.

principalName

The principal user who executed the statement

securityEventSqlInjectionAdditionalProperties

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

securityEventType

The type of the security event.

server

The server name

subscription

The subscription name

Property Details

applicationName

The application used to execute the statement.

applicationName?: string

Property Value

string

clientIp

The IP address of the client who executed the statement.

clientIp?: string

Property Value

string

database

The database name

database?: string

Property Value

string

eventTime

The time when the security event occurred.

eventTime?: Date

Property Value

Date

principalName

The principal user who executed the statement

principalName?: string

Property Value

string

securityEventSqlInjectionAdditionalProperties

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

securityEventSqlInjectionAdditionalProperties?: SecurityEventSqlInjectionAdditionalProperties

Property Value

securityEventType

The type of the security event.

securityEventType?: SecurityEventType

Property Value

server

The server name

server?: string

Property Value

string

subscription

The subscription name

subscription?: string

Property Value

string