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
- }
INPUT_OBJECT
Represents risk assigned to each analyzer.
- input RiskInput {
- # Represents analyzer ID.
- : String
- # Represents risk associated with the specified analyzer ID.
- : RiskLevelType
- }