SecretFieldInfo

data class SecretFieldInfo(val path: String, val strategy: MaskStrategy, val visibleChars: Int)

Metadata describing a single secret field discovered during extraction.

Since

1.0

Constructors

Link copied to clipboard
constructor(path: String, strategy: MaskStrategy, visibleChars: Int)

Properties

Link copied to clipboard

Dot-separated path from the root config class to the field (e.g. "database.password").

Link copied to clipboard

The MaskStrategy to use when displaying this field.

Link copied to clipboard

Number of characters to leave visible (relevant for MaskStrategy.PARTIAL).