@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)
Create a service principal.
|
void |
delete(DeleteAccountServicePrincipalRequest deleteAccountServicePrincipalRequest)
Delete a service principal.
|
ServicePrincipal |
get(GetAccountServicePrincipalRequest getAccountServicePrincipalRequest)
Get service principal details.
|
ListServicePrincipalResponse |
list(ListAccountServicePrincipalsRequest listAccountServicePrincipalsRequest)
List service principals.
|
void |
patch(PartialUpdate partialUpdate)
Update service principal details.
|
void |
update(ServicePrincipal servicePrincipal)
Replace service principal.
|
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.
This action replaces the existing service principal with the same name.
Copyright © 2023. All rights reserved.