@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)
Create a service principal.
|
void |
delete(DeleteServicePrincipalRequest deleteServicePrincipalRequest)
Delete a service principal.
|
ServicePrincipal |
get(GetServicePrincipalRequest getServicePrincipalRequest)
Get service principal details.
|
ListServicePrincipalResponse |
list(ListServicePrincipalsRequest listServicePrincipalsRequest)
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 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.
This action replaces the existing service principal with the same name.
Copyright © 2023. All rights reserved.