View Source GoogleApi.SecurityCenter.V1.Model.CustomModuleValidationError (google_api_security_center v0.29.0)

An error encountered while validating the uploaded configuration of an Event Threat Detection Custom Module.

Attributes

  • description (type: String.t, default: nil) - A description of the error, suitable for human consumption. Required.
  • end (type: GoogleApi.SecurityCenter.V1.Model.Position.t, default: nil) - 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..
  • fieldPath (type: String.t, default: nil) - 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 (type: GoogleApi.SecurityCenter.V1.Model.Position.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.CustomModuleValidationError{
  description: String.t() | nil,
  end: GoogleApi.SecurityCenter.V1.Model.Position.t() | nil,
  fieldPath: String.t() | nil,
  start: GoogleApi.SecurityCenter.V1.Model.Position.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.