sigma_bulk_sync_tenant_connections
Sync connections for every tenant organization in one bulk operation, handling per-tenant authentication and connection updates.
Instructions
Sync connections across all tenant organizations.
Lists all tenants, then for each tenant: obtains a tenant-scoped token, lists their connections, and syncs each one. Requires multi-tenant auth (for_tenant method). Uses bounded concurrency.
NOTE: Requires PyJWT and the for_tenant() method (Phase C). Returns an error if token exchange is not available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |