TargetCreateInput
No description
input TargetCreateInput {
name: String!
target: String!
description: String
type: TargetType!
perimeterId: ID!
}
Fields
TargetCreateInput.name ● String! non-null scalar
The name of the target
TargetCreateInput.target ● String! non-null scalar
The target (hostname or IP)
TargetCreateInput.description ● String scalar
The description of the target
TargetCreateInput.type ● TargetType! non-null enum
The type of the target
TargetCreateInput.perimeterId ● ID! non-null scalar
The ID of the perimeter
Member Of
targetCreate mutation