TaskSummary
Contains summary information about a task.
Contents
- taskId
-
The unique identifier of the task.
Type: String
Required: Yes
- agentSpaceId
-
The unique identifier of the agent space.
Type: String
Required: No
- createdAt
-
The date and time the task was created, in UTC format.
Type: Timestamp
Required: No
- executionStatus
-
The current execution status of the task.
Type: String
Valid Values:
IN_PROGRESS | ABORTED | COMPLETED | INTERNAL_ERROR | FAILEDRequired: No
- pentestId
-
The unique identifier of the pentest associated with the task.
Type: String
Required: No
- pentestJobId
-
The unique identifier of the pentest job that contains the task.
Type: String
Required: No
- riskType
-
The type of security risk the task is testing for.
Type: String
Valid Values:
CROSS_SITE_SCRIPTING | DEFAULT_CREDENTIALS | INSECURE_DIRECT_OBJECT_REFERENCE | PRIVILEGE_ESCALATION | SERVER_SIDE_TEMPLATE_INJECTION | COMMAND_INJECTION | CODE_INJECTION | SQL_INJECTION | ARBITRARY_FILE_UPLOAD | INSECURE_DESERIALIZATION | LOCAL_FILE_INCLUSION | INFORMATION_DISCLOSURE | PATH_TRAVERSAL | SERVER_SIDE_REQUEST_FORGERY | JSON_WEB_TOKEN_VULNERABILITIES | XML_EXTERNAL_ENTITY | FILE_DELETION | OTHER | GRAPHQL_VULNERABILITIES | BUSINESS_LOGIC_VULNERABILITIES | CRYPTOGRAPHIC_VULNERABILITIES | DENIAL_OF_SERVICE | FILE_ACCESS | FILE_CREATION | DATABASE_MODIFICATION | DATABASE_ACCESS | OUTBOUND_SERVICE_REQUEST | UNKNOWNRequired: No
- title
-
The title of the task.
Type: String
Required: No
- updatedAt
-
The date and time the task was last updated, in UTC format.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: