GraphQL Schema Reference
AttackAutomationInput ¶
GraphQL Schema definition ¶
- input AttackAutomationInput {
- String! :
- AttackAutomationExecutor :
- String :
- AttackAutomationExecutor :
- AttackAutomationVariable] : [
- }
- input AttackAutomationInput {
- command: String!
- executor: AttackAutomationExecutor
- cleanupCommand: String
- cleanupExecutor: AttackAutomationExecutor
- attackVariables: [AttackAutomationVariable]
- }