You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`Type`|*string*|:heavy_check_mark:| Context type (e.g., tenant, app, workspace). Must be lowercase alphanumeric with optional separators. | tenant |
9
9
|`ID`|*string*|:heavy_check_mark:| Unique identifier for this context. Must be lowercase alphanumeric with optional separators. | org-acme |
10
-
|`Data`|[*components.Data](../../models/components/data.md)|:heavy_minus_sign:| Optional custom data to associate with this context. | {<br/>"tenantName": "Acme Corp",<br/>"region": "us-east-1",<br/>"settings": {<br/>"theme": "dark"<br/>}<br/>} |
10
+
|`Data`|map[string]*any*|:heavy_minus_sign:| Optional custom data to associate with this context. | {<br/>"tenantName": "Acme Corp",<br/>"region": "us-east-1",<br/>"settings": {<br/>"theme": "dark"<br/>}<br/>} |
0 commit comments