Interface PublishedAppIntegrationService


  • @Generated
    public interface PublishedAppIntegrationService
    These APIs enable administrators to manage published oauth app integrations, which is required for adding/using Published OAuth App Integration like Tableau Cloud for Databricks in AWS cloud.

    **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.

    • Method Detail

      • delete

        void delete​(DeletePublishedAppIntegrationRequest deletePublishedAppIntegrationRequest)
        Delete Published OAuth App Integration.

        Delete an existing Published OAuth App Integration. You can retrieve the published oauth app integration via :method:PublishedAppIntegration/get.

      • list

        GetPublishedAppIntegrationsOutput list()
        Get published oauth app integrations.

        Get the list of published oauth app integrations for the specified Databricks account

      • update

        void update​(UpdatePublishedAppIntegration updatePublishedAppIntegration)
        Updates Published OAuth App Integration.

        Updates an existing published OAuth App Integration. You can retrieve the published oauth app integration via :method:PublishedAppIntegration/get.