SastCiConfigurationAnalyzersEntity

class Object
trait Matchable
class Any

Value members

Concrete methods

def description: SelectionBuilder[SastCiConfigurationAnalyzersEntity, Option[String]]

Analyzer description that is displayed on the form.

Analyzer description that is displayed on the form.

def enabled: SelectionBuilder[SastCiConfigurationAnalyzersEntity, Option[Boolean]]

Indicates whether an analyzer is enabled.

Indicates whether an analyzer is enabled.

def label: SelectionBuilder[SastCiConfigurationAnalyzersEntity, Option[String]]

Analyzer label used in the config UI.

Analyzer label used in the config UI.

def name: SelectionBuilder[SastCiConfigurationAnalyzersEntity, Option[String]]

Name of the analyzer.

Name of the analyzer.

def variables[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[SastCiConfigurationEntityConnection, A]): SelectionBuilder[SastCiConfigurationAnalyzersEntity, Option[A]]

List of supported variables.

List of supported variables.