ApiFuzzingCiConfigurationCreatePayload

class Object
trait Matchable
class Any

Value members

Concrete methods

def clientMutationId: SelectionBuilder[ApiFuzzingCiConfigurationCreatePayload, Option[String]]

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

def configurationYaml: SelectionBuilder[ApiFuzzingCiConfigurationCreatePayload, Option[String]]

A YAML snippet that can be inserted into the project's .gitlab-ci.yml to set up API fuzzing scans.

A YAML snippet that can be inserted into the project's .gitlab-ci.yml to set up API fuzzing scans.

def errors: SelectionBuilder[ApiFuzzingCiConfigurationCreatePayload, List[String]]

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def gitlabCiYamlEditPath: SelectionBuilder[ApiFuzzingCiConfigurationCreatePayload, Option[String]]

The location at which the project's .gitlab-ci.yml file can be edited in the browser.

The location at which the project's .gitlab-ci.yml file can be edited in the browser.