Package | Description |
---|---|
com.databricks.sdk.service.oauth2 |
Modifier and Type | Method and Description |
---|---|
GetPublishedAppIntegrationOutput |
PublishedAppIntegrationService.get(GetPublishedAppIntegrationRequest getPublishedAppIntegrationRequest)
Get OAuth Published App Integration.
|
GetPublishedAppIntegrationOutput |
PublishedAppIntegrationAPI.get(GetPublishedAppIntegrationRequest request)
Get OAuth Published App Integration.
|
GetPublishedAppIntegrationOutput |
PublishedAppIntegrationAPI.get(String integrationId) |
GetPublishedAppIntegrationOutput |
GetPublishedAppIntegrationOutput.setAppId(String appId) |
GetPublishedAppIntegrationOutput |
GetPublishedAppIntegrationOutput.setIntegrationId(String integrationId) |
GetPublishedAppIntegrationOutput |
GetPublishedAppIntegrationOutput.setName(String name) |
GetPublishedAppIntegrationOutput |
GetPublishedAppIntegrationOutput.setTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy) |
Modifier and Type | Method and Description |
---|---|
Collection<GetPublishedAppIntegrationOutput> |
GetPublishedAppIntegrationsOutput.getApps() |
Iterable<GetPublishedAppIntegrationOutput> |
PublishedAppIntegrationAPI.list()
Get published oauth app integrations.
|
Modifier and Type | Method and Description |
---|---|
GetPublishedAppIntegrationsOutput |
GetPublishedAppIntegrationsOutput.setApps(Collection<GetPublishedAppIntegrationOutput> apps) |
Copyright © 2024. All rights reserved.