@Generated public interface PublishedAppIntegrationService
**Note:** You can only add/use the OAuth published application integrations when OAuth enrollment status is enabled. For more details see :method:OAuthEnrollment/create
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 |
---|---|
CreatePublishedAppIntegrationOutput |
create(CreatePublishedAppIntegration createPublishedAppIntegration)
Create Published OAuth App Integration.
|
void |
delete(DeletePublishedAppIntegrationRequest deletePublishedAppIntegrationRequest)
Delete Published OAuth App Integration.
|
GetPublishedAppIntegrationOutput |
get(GetPublishedAppIntegrationRequest getPublishedAppIntegrationRequest)
Get OAuth Published App Integration.
|
GetPublishedAppIntegrationsOutput |
list()
Get published oauth app integrations.
|
void |
update(UpdatePublishedAppIntegration updatePublishedAppIntegration)
Updates Published OAuth App Integration.
|
CreatePublishedAppIntegrationOutput create(CreatePublishedAppIntegration createPublishedAppIntegration)
Create Published OAuth App Integration.
You can retrieve the published oauth app integration via :method:PublishedAppIntegration/get.
void delete(DeletePublishedAppIntegrationRequest deletePublishedAppIntegrationRequest)
Delete an existing Published OAuth App Integration. You can retrieve the published oauth app integration via :method:PublishedAppIntegration/get.
GetPublishedAppIntegrationOutput get(GetPublishedAppIntegrationRequest getPublishedAppIntegrationRequest)
Gets the Published OAuth App Integration for the given integration id.
GetPublishedAppIntegrationsOutput list()
Get the list of published oauth app integrations for the specified Databricks account
void update(UpdatePublishedAppIntegration updatePublishedAppIntegration)
Updates an existing published OAuth App Integration. You can retrieve the published oauth app integration via :method:PublishedAppIntegration/get.
Copyright © 2023. All rights reserved.