INPUT_OBJECT
RiskInput
Description
Represents risk assigned to each analyzer.
link GraphQL Schema definition
- input RiskInput {
- # Represents analyzer ID.
- String :
- # Represents risk associated with the specified analyzer ID.
- RiskLevelType :
- }