Interface CustomAppIntegrationService


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

    **Note:** You can only add/use the OAuth custom 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​(DeleteCustomAppIntegrationRequest deleteCustomAppIntegrationRequest)
        Delete Custom OAuth App Integration.

        Delete an existing Custom OAuth App Integration. You can retrieve the custom oauth app integration via :method:CustomAppIntegration/get.

      • list

        GetCustomAppIntegrationsOutput list()
        Get custom oauth app integrations.

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

      • update

        void update​(UpdateCustomAppIntegration updateCustomAppIntegration)
        Updates Custom OAuth App Integration.

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