On this pageSecretBytes A bytes used for storing sensitive information that you do not want to be visible in logging or tracebacks. Constructor Signature def SecretBytes( secret_value: bytes) - > null Parameters NameTypeDescriptionsecret_valuebytesThe sensitive bytes value to be protected.