@Generated public interface AccountServicePrincipalsService
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 account.
|
void |
delete(DeleteAccountServicePrincipalRequest deleteAccountServicePrincipalRequest)
Delete a single service principal in the Databricks account.
|
ServicePrincipal |
get(GetAccountServicePrincipalRequest getAccountServicePrincipalRequest)
Gets the details for a single service principal define in the Databricks account.
|
ListServicePrincipalResponse |
list(ListAccountServicePrincipalsRequest listAccountServicePrincipalsRequest)
Gets the set of service principals associated with a Databricks account.
|
void |
patch(PartialUpdate partialUpdate)
Partially updates the details of a single service principal in the Databricks account.
|
void |
update(ServicePrincipal servicePrincipal)
Updates the details of a single service principal.
|
ServicePrincipal create(ServicePrincipal servicePrincipal)
void delete(DeleteAccountServicePrincipalRequest deleteAccountServicePrincipalRequest)
ServicePrincipal get(GetAccountServicePrincipalRequest getAccountServicePrincipalRequest)
ListServicePrincipalResponse list(ListAccountServicePrincipalsRequest listAccountServicePrincipalsRequest)
void patch(PartialUpdate partialUpdate)
void update(ServicePrincipal servicePrincipal)
This action replaces the existing service principal with the same name.
Copyright © 2026. All rights reserved.