@Generated public interface LakeviewEmbeddedService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
void |
getPublishedDashboardEmbedded(GetPublishedDashboardEmbeddedRequest getPublishedDashboardEmbeddedRequest)
Read a published dashboard in an embedded ui.
|
GetPublishedDashboardTokenInfoResponse |
getPublishedDashboardTokenInfo(GetPublishedDashboardTokenInfoRequest getPublishedDashboardTokenInfoRequest)
Read an information of a published dashboard to mint an OAuth token.
|
void getPublishedDashboardEmbedded(GetPublishedDashboardEmbeddedRequest getPublishedDashboardEmbeddedRequest)
Get the current published dashboard within an embedded context.
GetPublishedDashboardTokenInfoResponse getPublishedDashboardTokenInfo(GetPublishedDashboardTokenInfoRequest getPublishedDashboardTokenInfoRequest)
Get a required authorization details and scopes of a published dashboard to mint an OAuth token. The `authorization_details` can be enriched to apply additional restriction.
Example: Adding the following `authorization_details` object to downscope the viewer permission to specific table ``` { type: "unity_catalog_privileges", privileges: ["SELECT"], object_type: "TABLE", object_full_path: "main.default.testdata" } ```
Copyright © 2025. All rights reserved.