java.lang.Object
com.inductiveautomation.ignition.gateway.secrets.SecretConfig
Direct Known Subclasses:
SecretConfig.Embedded, SecretConfig.Referenced

public abstract sealed class SecretConfig extends Object permits SecretConfig.Embedded, SecretConfig.Referenced
Configuration describing a secret. There are two types:
  1. Embedded - ciphertext secret is embedded within this config
  2. Referenced - reference to a named secret in a secret provider
To add a secret type of property to your config, simply add a new property of type SecretConfig.