PentestConfigurationPropertyTemplateSelect
No description
type PentestConfigurationPropertyTemplateSelect {
name: String!
description: String!
key: String!
type: PentestConfigurationPropertyType!
required: Boolean!
defaultValue: String!
options: [String!]!
multiple: Boolean
}