Package | Description |
---|---|
com.databricks.sdk.service.oauth2 |
Modifier and Type | Method and Description |
---|---|
GetCustomAppIntegrationOutput |
CustomAppIntegrationAPI.get(GetCustomAppIntegrationRequest request)
Get OAuth Custom App Integration.
|
GetCustomAppIntegrationOutput |
CustomAppIntegrationService.get(GetCustomAppIntegrationRequest getCustomAppIntegrationRequest)
Get OAuth Custom App Integration.
|
GetCustomAppIntegrationOutput |
CustomAppIntegrationAPI.get(String integrationId) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setClientId(String clientId) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setConfidential(Boolean confidential) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setIntegrationId(String integrationId) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setName(String name) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setRedirectUrls(Collection<String> redirectUrls) |
GetCustomAppIntegrationOutput |
GetCustomAppIntegrationOutput.setTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy) |
Modifier and Type | Method and Description |
---|---|
Collection<GetCustomAppIntegrationOutput> |
GetCustomAppIntegrationsOutput.getApps() |
Iterable<GetCustomAppIntegrationOutput> |
CustomAppIntegrationAPI.list()
Get custom oauth app integrations.
|
Modifier and Type | Method and Description |
---|---|
GetCustomAppIntegrationsOutput |
GetCustomAppIntegrationsOutput.setApps(Collection<GetCustomAppIntegrationOutput> apps) |
Copyright © 2024. All rights reserved.