@Generated public interface ServicePrincipalsService
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 |
|---|---|
ServicePrincipal |
create(ServicePrincipal servicePrincipal)
Creates a new service principal in the Databricks workspace.
|
void |
delete(DeleteServicePrincipalRequest deleteServicePrincipalRequest)
Delete a single service principal in the Databricks workspace.
|
ServicePrincipal |
get(GetServicePrincipalRequest getServicePrincipalRequest)
Gets the details for a single service principal define in the Databricks workspace.
|
ListServicePrincipalResponse |
list(ListServicePrincipalsRequest listServicePrincipalsRequest)
Gets the set of service principals associated with a Databricks workspace.
|
void |
patch(PartialUpdate partialUpdate)
Partially updates the details of a single service principal in the Databricks workspace.
|
void |
update(ServicePrincipal servicePrincipal)
Updates the details of a single service principal.
|
ServicePrincipal create(ServicePrincipal servicePrincipal)
void delete(DeleteServicePrincipalRequest deleteServicePrincipalRequest)
ServicePrincipal get(GetServicePrincipalRequest getServicePrincipalRequest)
ListServicePrincipalResponse list(ListServicePrincipalsRequest listServicePrincipalsRequest)
void patch(PartialUpdate partialUpdate)
void update(ServicePrincipal servicePrincipal)
This action replaces the existing service principal with the same name.
Copyright © 2026. All rights reserved.