Skip to main content

Target

No description

type Target {
id: ID!
name: String!
target: String!
description: String
type: TargetType!
status: TargetStatus!
DTId: String
perimeterId: ID!
deletedAt: DateTime
createdBy: String
createdAt: DateTime!
updatedAt: DateTime!
pentest: TargetPentestDto
}

Fields

Target.id ● ID! non-null scalar

The ID of the target

Target.name ● String! non-null scalar

The name of the target

Target.target ● String! non-null scalar

The target (hostname or IP)

Target.description ● String scalar

The description of the target

Target.type ● TargetType! non-null enum

The type of the target

Target.status ● TargetStatus! non-null enum

The status of the target

Target.DTId ● String scalar

The DT ID of the target

Target.perimeterId ● ID! non-null scalar

The ID of the perimeter

Target.deletedAt ● DateTime scalar

The date and time the target was deleted

Target.createdBy ● String scalar

The ID of the user who created the target

Target.createdAt ● DateTime! non-null scalar

The date and time the target was created

Target.updatedAt ● DateTime! non-null scalar

The date and time the target was last updated

Target.pentest ● TargetPentestDto object

Current pentest attached to the target

Returned By

target query ● targetCreate mutation

Member Of

TargetEdge object ● Targets object