SecurityCenterManagement.ValidateEventThreatDetectionCustomModule
的响应消息。
JSON 表示法 |
---|
{
"errors": [
{
object ( |
字段 | |
---|---|
errors[] |
验证器返回的错误列表。如果列表为空,则表示没有错误。 |
CustomModuleValidationError
在验证 Event Threat Detection 自定义模块上传的配置时遇到错误。
JSON 表示法 |
---|
{ "description": string, "fieldPath": string, "start": { object ( |
字段 | |
---|---|
description |
直观易懂的错误说明。 |
field |
失败验证的字段的路径(采用 RFC 6901:JSON 指针格式)。如果没有特定字段受到影响,则省略此字段。 |
start |
模块上传文本版本中错误的初始位置。如果没有适用的特定位置,或者无法计算位置,则省略此属性。 |
end |
模块上传文本版本中错误的结束位置。如果没有适用的特定位置,或者无法计算位置,则省略此字段。 |
位置
模块上传文本版本中的位置。
JSON 表示法 |
---|
{ "lineNumber": integer, "columnNumber": integer } |
字段 | |
---|---|
line |
文本中的行位置。 |
column |
线条中的列位置。 |