Skip to main content

SecretStr

A string used for storing sensitive information that you do not want to be visible in logging or tracebacks.

Constructor

Signature

def SecretStr(
secret_value: str
) - > null

Parameters

NameTypeDescription
secret_valuestrThe sensitive string value to be protected.