Secret Resource ================ A sensitive credential or piece of information that is referenced by other Smarter Resources. Secrets are used to securely persist data such as API keys, passwords, and tokens. .. literalinclude:: ../../../../smarter/smarter/apps/account/data/example-manifests/secret-smarter-test-db.yaml :language: yaml :caption: Sample Secret Manifest Technical References -------------------- - Django ORM Model: :py:class:`smarter.apps.account.models.Secret` - :doc:`SAM Broker ` - :doc:`SAM Pydantic Class Reference `