An object for managing secrets on the server. See the :doc:`secrets documentation ` for full details.
(self)
| 150 | |
| 151 | @property |
| 152 | def secrets(self): |
| 153 | """ |
| 154 | An object for managing secrets on the server. See the |
| 155 | :doc:`secrets documentation <secrets>` for full details. |
| 156 | """ |
| 157 | return SecretCollection(client=self) |
| 158 | |
| 159 | @property |
| 160 | def services(self): |