| Package | Description |
|---|---|
| com.databricks.sdk.service.iam |
| Modifier and Type | Method and Description |
|---|---|
AccountServicePrincipal |
AccountServicePrincipalsV2Service.create(CreateAccountServicePrincipalRequest createAccountServicePrincipalRequest)
Creates a new service principal in the Databricks account.
|
AccountServicePrincipal |
AccountServicePrincipalsV2API.create(CreateAccountServicePrincipalRequest request)
Creates a new service principal in the Databricks account.
|
AccountServicePrincipal |
AccountServicePrincipalsV2Service.get(GetAccountServicePrincipalRequest getAccountServicePrincipalRequest)
Gets the details for a single service principal define in the Databricks account.
|
AccountServicePrincipal |
AccountServicePrincipalsV2API.get(GetAccountServicePrincipalRequest request)
Gets the details for a single service principal define in the Databricks account.
|
AccountServicePrincipal |
AccountServicePrincipalsV2API.get(String id) |
AccountServicePrincipal |
AccountServicePrincipal.setAccountId(String accountId) |
AccountServicePrincipal |
AccountServicePrincipal.setActive(Boolean active) |
AccountServicePrincipal |
AccountServicePrincipal.setApplicationId(String applicationId) |
AccountServicePrincipal |
AccountServicePrincipal.setDisplayName(String displayName) |
AccountServicePrincipal |
AccountServicePrincipal.setExternalId(String externalId) |
AccountServicePrincipal |
AccountServicePrincipal.setId(String id) |
AccountServicePrincipal |
AccountServicePrincipal.setRoles(Collection<ComplexValue> roles) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AccountServicePrincipal> |
ListAccountServicePrincipalsResponse.getResources() |
Iterable<AccountServicePrincipal> |
AccountServicePrincipalsV2API.list(ListAccountServicePrincipalsRequest request)
Gets the set of service principals associated with a Databricks account.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountServicePrincipalsResponse |
ListAccountServicePrincipalsResponse.setResources(Collection<AccountServicePrincipal> resources) |
Copyright © 2026. All rights reserved.