For the complete documentation index, see llms.txt. This page is also available as Markdown.

updateCustomSastRulesResponse

Examples

type UpdateCustomSastRulesResponse {
  success: Boolean!
  reasonFailed: String
}

Fields

Field
Description
Supported fields

success Boolean!

Whether the custom SAST rules were saved successfully.

reasonFailed String

Validation or persistence failure reason when success is false.

References

Mutations using this object:

Last updated