ConvisoDastConfiguration
No description
type ConvisoDastConfiguration implements BaseFields, ScannerConfigurationInterface {
apiFormat: ConvisoDASTApiFormatEnum
asset: Asset!
createdAt: ISO8601DateTime!
cron: String!
dastAnalysis: ConvisoDASTAnalysisEnum!
id: ID
interval: CalendarIntervalEnum!
secret: SecretInterface
time: ISO8601DateTime!
updatedAt: ISO8601DateTime!
weekday: WeekdayEnum
}
Fields
ConvisoDastConfiguration.apiFormat ● ConvisoDASTApiFormatEnum enum
Type of API to be analyzed
ConvisoDastConfiguration.asset ● Asset! non-null object
Asset associated with the configuration
ConvisoDastConfiguration.createdAt ● ISO8601DateTime! non-null scalar
The date when record was created
ConvisoDastConfiguration.cron ● String! non-null scalar
Cron used to schedule DAST analysis (based on time)
ConvisoDastConfiguration.dastAnalysis ● ConvisoDASTAnalysisEnum! non-null enum
Type of DAST analysis to be executed
ConvisoDastConfiguration.id ● ID scalar
The ID scalar type represents a unique identifier
ConvisoDastConfiguration.interval ● CalendarIntervalEnum! non-null enum
Calendar interval used to mount cron
ConvisoDastConfiguration.secret ● SecretInterface interface
The secret ID to be used on run the DAST scanner
ConvisoDastConfiguration.time ● ISO8601DateTime! non-null scalar
Time as ISOString used to mount cron
ConvisoDastConfiguration.updatedAt ● ISO8601DateTime! non-null scalar
The date when record was updated
ConvisoDastConfiguration.weekday ● WeekdayEnum enum
Day of week used to mount cron