Skip to content

Commit 9c90908

Browse files
feat/update-class-run/SDKPY-150 (#58)
* feat: add comprehensive documentation and tests for Run class Add detailed docstrings for all Run class methods with usage examples and authorization policy references. Include new EmailTestData type for email testing functionality. Implement comprehensive test suite covering all Run methods with mocked API responses. * docs: update Sphinx documentation for Run class methods Update RST documentation with detailed method descriptions, usage examples, and authorization policy references. Add EmailTestData type documentation and restructure all Run method docs with consistent formatting and Help Center links. * feat: make query parameter optional in Run.listUsers method The query parameter is now optional with an empty dict as default value, making it easier to retrieve all users without specifying query filters. * feat: update listUsers method to use None as default for query parameter
1 parent 1bdc7ce commit 9c90908

5 files changed

Lines changed: 1098 additions & 186 deletions

File tree

docs/source/Resources/Run/Run_Types.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,21 @@ LoginAsUserOptions
319319
| :default: "8 hours"
320320
321321

322+
.. _EmailTestData:
323+
324+
EmailTestData
325+
-------------
326+
327+
Type for the email test data.
328+
329+
**Attributes:**
330+
331+
| **subject**: str
332+
| Subject of the test email.
333+
334+
| **body**: str
335+
| Body content of the test email.
336+
322337

323338
.. _SAMLAttributeMappings:
324339

0 commit comments

Comments
 (0)