windmill-api 1.739.0

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# EmbedTokenResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**token** | Option<**String**> | Narrowly-scoped embed token for the iframe. Absent for fully anonymous or raw apps, which load without a scoped token. | [optional]
**expiration** | Option<**String**> | Expiration of the embed token. | [optional]
**raw_app** | **bool** | Raw apps render single-iframe and skip the opaque-viewer indirection and the embed token entirely. | 
**sandbox** | **bool** | Publisher opted this app into sandbox isolation. When false the viewer runs the app same-origin with its full session. | 
**app_path** | Option<**String**> | The resolved app path; the embedder uses it to scope the app's backing localStorage per app. | [optional]
**workspace_id** | Option<**String**> | The resolved workspace; pairs with app_path so apps at the same path in different workspaces don't share a localStorage store. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)