@Generated public class AccountServicePrincipalsAPI extends Object
| Constructor and Description |
|---|
AccountServicePrincipalsAPI(AccountServicePrincipalsService mock)
Constructor for mocks
|
AccountServicePrincipalsAPI(ApiClient apiClient)
Regular-use constructor
|
| Modifier and Type | Method and Description |
|---|---|
ServicePrincipal |
create(ServicePrincipal request)
Creates a new service principal in the Databricks account.
|
void |
delete(DeleteAccountServicePrincipalRequest request)
Delete a single service principal in the Databricks account.
|
void |
delete(String id) |
ServicePrincipal |
get(GetAccountServicePrincipalRequest request)
Gets the details for a single service principal define in the Databricks account.
|
ServicePrincipal |
get(String id) |
AccountServicePrincipalsService |
impl() |
Iterable<ServicePrincipal> |
list(ListAccountServicePrincipalsRequest request)
Gets the set of service principals associated with a Databricks account.
|
void |
patch(PartialUpdate request)
Partially updates the details of a single service principal in the Databricks account.
|
void |
patch(String id) |
void |
update(ServicePrincipal request)
Updates the details of a single service principal.
|
void |
update(String id) |
public AccountServicePrincipalsAPI(ApiClient apiClient)
public AccountServicePrincipalsAPI(AccountServicePrincipalsService mock)
public ServicePrincipal create(ServicePrincipal request)
public void delete(String id)
public void delete(DeleteAccountServicePrincipalRequest request)
public ServicePrincipal get(String id)
public ServicePrincipal get(GetAccountServicePrincipalRequest request)
public Iterable<ServicePrincipal> list(ListAccountServicePrincipalsRequest request)
public void patch(String id)
public void patch(PartialUpdate request)
public void update(String id)
public void update(ServicePrincipal request)
This action replaces the existing service principal with the same name.
public AccountServicePrincipalsService impl()
Copyright © 2025. All rights reserved.