Object

CidsSite

A representation of a site created by a CI-driven scan.

Fields

correlation_id(): String
The correlation ID for the CI-driven scan site.
ephemeral(): Boolean
Deprecated: Superseded by correlation ID
Indicates that this site for a CI-driven scan does not have a correlation ID. This means it will be deleted once the scan is completed.
id(): ID!
The unique identifier of the site.
name(): String!
The name of the site. This is the name that appears on the Burp Suite DAST web UI. Note that the name of a site must be unique within its parent folder.
parent_id(): ID!
The unique identifier of the folder that is the parent of this site in the site tree hierarchy. A parent ID of 0 indicates that this site is on the root level.
tags(): [Tag!]
The tags associated with this CI-driven scan site.