Class ConfigurationObject

  • All Implemented Interfaces:
    Resource, Adaptable

    public class ConfigurationObject
    extends AbstractResource<ResourceTypeImpl>
    Dumps the configuration properties and runtime properties.

    Properties are redacted in two steps:

    • Properties are redacted based on keywords in their keys
    • Properties are then redacted matching their values against various regex patterns.
    Since:
    2021.40