@Generated public interface AccountServicePrincipalsV2Service
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 |
|---|---|
AccountServicePrincipal |
create(CreateAccountServicePrincipalRequest createAccountServicePrincipalRequest)
Creates a new service principal in the Databricks account.
|
void |
delete(DeleteAccountServicePrincipalRequest deleteAccountServicePrincipalRequest)
Delete a single service principal in the Databricks account.
|
AccountServicePrincipal |
get(GetAccountServicePrincipalRequest getAccountServicePrincipalRequest)
Gets the details for a single service principal define in the Databricks account.
|
ListAccountServicePrincipalsResponse |
list(ListAccountServicePrincipalsRequest listAccountServicePrincipalsRequest)
Gets the set of service principals associated with a Databricks account.
|
void |
patch(PatchAccountServicePrincipalRequest patchAccountServicePrincipalRequest)
Partially updates the details of a single service principal in the Databricks account.
|
void |
update(UpdateAccountServicePrincipalRequest updateAccountServicePrincipalRequest)
Updates the details of a single service principal.
|
AccountServicePrincipal create(CreateAccountServicePrincipalRequest createAccountServicePrincipalRequest)
void delete(DeleteAccountServicePrincipalRequest deleteAccountServicePrincipalRequest)
AccountServicePrincipal get(GetAccountServicePrincipalRequest getAccountServicePrincipalRequest)
ListAccountServicePrincipalsResponse list(ListAccountServicePrincipalsRequest listAccountServicePrincipalsRequest)
void patch(PatchAccountServicePrincipalRequest patchAccountServicePrincipalRequest)
void update(UpdateAccountServicePrincipalRequest updateAccountServicePrincipalRequest)
This action replaces the existing service principal with the same name.
Copyright © 2026. All rights reserved.