On this pageSecretStr 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 NameTypeDescriptionsecret_valuestrThe sensitive string value to be protected.