| Package | Description |
|---|---|
| com.databricks.sdk.service.iam |
| Modifier and Type | Method and Description |
|---|---|
ListAccountServicePrincipalsRequest |
ListAccountServicePrincipalsRequest.setAttributes(String attributes) |
ListAccountServicePrincipalsRequest |
ListAccountServicePrincipalsRequest.setCount(Long count) |
ListAccountServicePrincipalsRequest |
ListAccountServicePrincipalsRequest.setExcludedAttributes(String excludedAttributes) |
ListAccountServicePrincipalsRequest |
ListAccountServicePrincipalsRequest.setFilter(String filter) |
ListAccountServicePrincipalsRequest |
ListAccountServicePrincipalsRequest.setSortBy(String sortBy) |
ListAccountServicePrincipalsRequest |
ListAccountServicePrincipalsRequest.setSortOrder(ListSortOrder sortOrder) |
ListAccountServicePrincipalsRequest |
ListAccountServicePrincipalsRequest.setStartIndex(Long startIndex) |
| Modifier and Type | Method and Description |
|---|---|
ListServicePrincipalResponse |
AccountServicePrincipalsService.list(ListAccountServicePrincipalsRequest listAccountServicePrincipalsRequest)
Gets the set of service principals associated with a Databricks account.
|
Iterable<ServicePrincipal> |
AccountServicePrincipalsAPI.list(ListAccountServicePrincipalsRequest request)
Gets the set of service principals associated with a Databricks account.
|
ListAccountServicePrincipalsResponse |
AccountServicePrincipalsV2Service.list(ListAccountServicePrincipalsRequest listAccountServicePrincipalsRequest)
Gets the set of service principals associated with a Databricks account.
|
Iterable<AccountServicePrincipal> |
AccountServicePrincipalsV2API.list(ListAccountServicePrincipalsRequest request)
Gets the set of service principals associated with a Databricks account.
|
Copyright © 2026. All rights reserved.