Class CustomModuleValidationError (0.1.8)

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

NameDescription
description str
A description of the error, suitable for human consumption. Required.
field_path str
The path, in RFC 8901 JSON Pointer format, to the field that failed validation. This may be left empty if no specific field is affected.
start google.cloud.securitycentermanagement_v1.types.ValidateEventThreatDetectionCustomModuleResponse.Position
The initial position of the error in the uploaded text version of the module. This field may be omitted if no specific position applies, or if one 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. This field may be omitted if no specific position applies, or if one could not be computed.. This field is a member of oneof_ _end.