INPUT_OBJECT
SpringArtifactAssessmentInput
input needed to start an assessment. If assessmentId is not passed then a new assessment will be created, else existing assessment will be updated
link GraphQL Schema definition
- input SpringArtifactAssessmentInput {
- # Application Metadata Id for which we are performing an assessment
- String :
- # Name of Application
- String :
- # Unique identifier for Assessment, to be used for update operation
- String :
- # Name of Assessment
- String :
- # Type of Assessment
- SpringArtifactAssessmentType :
- }