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.

Enumeration Members

DEBUG: "UNSAFE_DEBUG_UNSAFE"

Masking is applied, but original value is appended to masked value for debugging purposes.

SECRETS_HIDDEN: "SECRETS_HIDDEN"

Masking is applied, sensitive values are hidden.

SECRETS_NOT_HIDDEN: "UNSAFE_SECRETS_NOT_HIDDEN_UNSAFE"

Masking is not applied, sensitive values are not hidden.

Generated using TypeDoc