DASTScopeConfiguration
Configuration that defines which URLs are included or excluded from a DAST scan
type DASTScopeConfiguration {
inScope: [String!]!
outScope: [String!]!
}
Configuration that defines which URLs are included or excluded from a DAST scan
type DASTScopeConfiguration {
inScope: [String!]!
outScope: [String!]!
}
DASTScopeConfiguration.inScope