ConvisoDastConfiguration
No description
type ConvisoDastConfiguration implements BaseFields, ScannerConfigurationInterface {
apiFormat: ConvisoDastApiFormatEnum
asset: Asset!
createdAt: ISO8601DateTime!
cron: String!
dastAnalysis: ConvisoDastAnalysisEnum!
id: ID!
interval: CalendarIntervalEnum!
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!
non-null scalar
The ID scalar type represents a unique identifier
ConvisoDastConfiguration.interval
● CalendarIntervalEnum!
non-null enum
Calendar interval used to mount cron
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