Package | Description |
---|---|
com.databricks.sdk.service.oauth2 |
Modifier and Type | Method and Description |
---|---|
PublishedAppOutput |
PublishedAppOutput.setAppId(String appId) |
PublishedAppOutput |
PublishedAppOutput.setClientId(String clientId) |
PublishedAppOutput |
PublishedAppOutput.setDescription(String description) |
PublishedAppOutput |
PublishedAppOutput.setIsConfidentialClient(Boolean isConfidentialClient) |
PublishedAppOutput |
PublishedAppOutput.setName(String name) |
PublishedAppOutput |
PublishedAppOutput.setRedirectUrls(Collection<String> redirectUrls) |
PublishedAppOutput |
PublishedAppOutput.setScopes(Collection<String> scopes) |
Modifier and Type | Method and Description |
---|---|
Collection<PublishedAppOutput> |
GetPublishedAppsOutput.getApps() |
Iterable<PublishedAppOutput> |
OAuthPublishedAppsAPI.list(ListOAuthPublishedAppsRequest request)
Get all the published OAuth apps.
|
Modifier and Type | Method and Description |
---|---|
GetPublishedAppsOutput |
GetPublishedAppsOutput.setApps(Collection<PublishedAppOutput> apps) |
Copyright © 2024. All rights reserved.