| Package | Description |
|---|---|
| com.databricks.sdk.service.workspace |
| Modifier and Type | Method and Description |
|---|---|
CredentialInfo |
GitCredentialsService.get(GetGitCredentialRequest getGitCredentialRequest)
Get a credential entry.
|
CredentialInfo |
GitCredentialsAPI.get(GetGitCredentialRequest request)
Get a credential entry.
|
CredentialInfo |
GitCredentialsAPI.get(long credentialId) |
CredentialInfo |
CredentialInfo.setCredentialId(Long credentialId) |
CredentialInfo |
CredentialInfo.setGitProvider(String gitProvider) |
CredentialInfo |
CredentialInfo.setGitUsername(String gitUsername) |
| Modifier and Type | Method and Description |
|---|---|
Collection<CredentialInfo> |
GetCredentialsResponse.getCredentials() |
Iterable<CredentialInfo> |
GitCredentialsAPI.list()
Get Git credentials.
|
| Modifier and Type | Method and Description |
|---|---|
GetCredentialsResponse |
GetCredentialsResponse.setCredentials(Collection<CredentialInfo> credentials) |
Copyright © 2024. All rights reserved.