| keyName | dataType | Description |
|---|
| enabled | boolean | Whether or not the configuration resource is enabled |
| name | string | The unique name for the configuration resource |
| tagProvider | string | The name of the tag provider |
| tagFolderPath | string | The path to the tag folder |
| recordType | string | Type of record |
| groupId | string | To publish records MQTT Transmission uses a configured Transmitter. The Group ID must match an existing Sparkplug Edge Node and cannot be null |
| edgeNodeId | string | To publish records MQTT Transmission uses a configured Transmitter. The Edge Node ID must match an existing Sparkplug Edge Node and cannot be null |
| deviceId | string | To publish records MQTT Transmission uses a configured Transmitter. The Device ID that matches an existing Sparkplug Edge Node |
| overridePublishTag | boolean | Overrides the default 'Publish Tag' in the Record defined folder path |
| publishTagPath | string | The full tag path to the tag to use as the trigger for the Record publish |
| enableSignature | boolean | Enables a digital signature field on all Records |
| hashingAlgorithm | ***string | The hashing algorithm to use when generating the digital signature. Options are SHA_1, SHA_224, SHA_256, SHA_384, SHA_512 |
| signaturePassword | ***string | The password used to generate the PBE secret key for encrypting the digital signature |