GraphQL OBJECT
KeyGeneratorInterface
Interface of Key Generator.
link Definition
- type KeyGeneratorInterface {
- # Key generator interface ID
- : KeyGeneratorInterfaceEnum
- # The interface name of the Key Generator
- : String
- # indicates if the interface allows a document type
- : Boolean
- # indicates if the interface supports dll key generator
- : Boolean
- # indicates if the interface supports exe key generator
- : Boolean
- # indicates if the interface supports web key generator
- : Boolean
- }