()
| 1929 | const credentialProviderOrder: string[] = []; |
| 1930 | |
| 1931 | const staticToolOwner = (): Owner => (subject == null ? "org" : "user"); |
| 1932 | const staticToolConnection = (integration: StaticIntegrationDecl): ConnectionName => |
| 1933 | ConnectionName.make(integration.id === EXECUTOR_INTEGRATION_ID ? "coreTools" : "static"); |
| 1934 |