Get Resolved Auth
get_resolved_authShow which auth a test suite or test case actually uses after inheritance, and where it comes from — the case, the suite, the environment or the project. Secret values are not returned. Use this before debugging a 401 by hand. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entityId | Yes | Public Id (Guid) of the test suite or test case | |
| entityType | Yes | What entityId refers to: 'suite' or 'testCase' | |
| environmentId | No | Public Id (Guid) of the environment to resolve against. Omit for the project default. |