Represents different masking modes:
SECRETS_HIDDEN
SECRETS_NOT_HIDDEN
DEBUG
Masking is applied, but original value is appended to masked value for debugging purposes.
Masking is applied, sensitive values are hidden.
Masking is not applied, sensitive values are not hidden.
Generated using TypeDoc
Represents different masking modes:
SECRETS_HIDDEN
- masking is applied, sensitive values are hidden.SECRETS_NOT_HIDDEN
- masking is not applied, sensitive values are not hidden.DEBUG
- masking is applied, but original value is appended to masked value for debugging purposes.