CustomModuleValidationError(mapping=None, *, ignore_unknown_fields=False, **kwargs)
An error encountered while validating the uploaded configuration of an Event Threat Detection custom module.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
description |
str
A human-readable description of the error. |
field_path |
str
The path, in `RFC 6901: JSON Pointer |
start |
google.cloud.securitycentermanagement_v1.types.ValidateEventThreatDetectionCustomModuleResponse.Position
The initial position of the error in the uploaded text version of the module. Omitted if no specific position applies, or if the position could not be computed. This field is a member of oneof _ _start .
|
end |
google.cloud.securitycentermanagement_v1.types.ValidateEventThreatDetectionCustomModuleResponse.Position
The end position of the error in the uploaded text version of the module. Omitted if no specific position applies, or if the position could not be computed. This field is a member of oneof _ _end .
|