previousTargetValues

Stores previous values of DAST target configuration before modification.

Examples

type PreviousTargetValues {
  title: String
  domainType: String
  targetUrl: String
  env: String
  authMethod: String
}

Fields

Field
Description
Supported fields

title String

Previous title of the DAST target

domainType String

Previous domain type classification

targetUrl String

Previous target URL being scanned

env String

Previous environment classification

authMethod String

Previous authentication method used

References

Fields with this object:

Last updated