@avanio/variable-util
    Preparing search index...

    Type Alias PartialHiddenValueStringType

    PartialHiddenValueStringType: "prefix" | "suffix" | "prefix-suffix"

    PartialHiddenValueStringType is the type for partial hidden value string, it can be 'prefix', 'suffix' or 'prefix-suffix'

    • 'prefix': show only prefix of secret "j43****"
    • 'suffix': show only suffix of secret "****7hd"
    • 'prefix-suffix': show both prefix and suffix of secret "j43****7hd"

    Type Declaration

    • "prefix"

      show only prefix of secret "j43****"

    • "suffix"

      show only suffix of secret "****7hd"

    • "prefix-suffix"

      show both prefix and suffix of secret "j43****7hd"

    v0.9.0