GraphQL OBJECT

KeyGeneratorInterface

Interface of Key Generator.

link Definition

  • type KeyGeneratorInterface {
  • # Key generator interface ID
  • id: KeyGeneratorInterfaceEnum
  • # The interface name of the Key Generator
  • name: String
  • # indicates if the interface allows a document type
  • allowDocumentType: Boolean
  • # indicates if the interface supports dll key generator
  • supportsDllKeyGenerator: Boolean
  • # indicates if the interface supports exe key generator
  • supportsExeKeyGenerator: Boolean
  • # indicates if the interface supports web key generator
  • supportsWebKeyGenerator: Boolean
  • }