List Azure storage accounts
Uses the authenticated user's linked Azure OAuth identity to enumerate all Azure subscriptions, storage accounts, and blob containers the user has access to. The result is a tree: subscriptions → storage accounts → containers. Requires the user to have linked an Azure provider via `POST /v1/auth/providers/azure/authorize` first.
Authorization
BearerAuth Security scheme for OpenAPI endpoints. Validates both JWT tokens and API keys.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/azure/storage-accounts"{ "subscriptions": [ { "id": "string", "name": "string", "storageAccounts": [ { "id": "string", "name": "string", "containers": [ { "id": "string", "name": "string" } ] } ] } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}{ "code": "string", "message": "string", "request_id": "string", "details": [ { "field": "string", "message": "string" } ]}Replace a member's policy attributes (e.g. `{"tenant": "ACME"}`).
Attribute writes gate data visibility, so they carry the same scope as policy writes. **Required scope:** `rls_policies:write`
Get column domain configuration
Returns the full domain definition for a column, including the domain type, allowed values (for fixed domains), parent column and lookup source (for hierarchical domains), or reference source (for reference domains). **Required scope:** `domains:read`