| Package | Description |
|---|---|
| com.databricks.sdk.service.oauth2 |
| Modifier and Type | Method and Description |
|---|---|
GetCustomAppIntegrationOutput |
CustomAppIntegrationService.get(GetCustomAppIntegrationRequest getCustomAppIntegrationRequest)
Gets the Custom OAuth App Integration for the given integration id.
|
GetCustomAppIntegrationOutput |
CustomAppIntegrationAPI.get(GetCustomAppIntegrationRequest request)
Gets the Custom OAuth App Integration for the given integration id.
|
GetCustomAppIntegrationOutput |
CustomAppIntegrationAPI.get(String integrationId) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setClientId(String clientId) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setConfidential(Boolean confidential) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setCreatedBy(Long createdBy) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setCreateTime(String createTime) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setCreatorUsername(String creatorUsername) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setIntegrationId(String integrationId) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setName(String name) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setRedirectUrls(Collection<String> redirectUrls) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setScopes(Collection<String> scopes) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setUserAuthorizedScopes(Collection<String> userAuthorizedScopes) |
| Modifier and Type | Method and Description |
|---|---|
Collection<GetCustomAppIntegrationOutput> |
GetCustomAppIntegrationsOutput.getApps() |
Iterable<GetCustomAppIntegrationOutput> |
CustomAppIntegrationAPI.list(ListCustomAppIntegrationsRequest request)
Get the list of custom OAuth app integrations for the specified Databricks account
|
| Modifier and Type | Method and Description |
|---|---|
GetCustomAppIntegrationsOutput |
GetCustomAppIntegrationsOutput.setApps(Collection<GetCustomAppIntegrationOutput> apps) |
Copyright © 2026. All rights reserved.