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

public abstract sealed class SecretConfig extends Object implements Serializable 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.
See Also: