API Documentation Integration MsecSdk
|
Represents information about a security violation detected by the Msec SDK. More...
Properties | |
int | Category [get, set] |
The category ID of the violation. More... | |
string | Name [get, set] |
The name of the violation. More... | |
int | Code [get, set] |
The code associated with the violation. More... | |
Represents information about a security violation detected by the Msec SDK.
This class encapsulates details of a security violation, including its category, name, and code. It is used by the Msec SDK to report detected violations to listeners via the IMsecSdkListener interface.
|
getset |
The category ID of the violation.
Represents the type or group of the violation as an integer identifier. This property is publicly readable but can only be set internally by the SDK.
|
getset |
The code associated with the violation.
Represents a specific error or status code for the violation, used for further identification. This property is publicly readable but can only be set internally by the SDK.
|
getset |
The name of the violation.
Provides a human-readable description or identifier for the violation. This property is publicly readable but can only be set internally by the SDK.