Uses of Class
com.databricks.sdk.service.workspace.CredentialInfo
-
Packages that use CredentialInfo Package Description com.databricks.sdk.service.workspace -
-
Uses of CredentialInfo in com.databricks.sdk.service.workspace
Methods in com.databricks.sdk.service.workspace that return CredentialInfo Modifier and Type Method Description CredentialInfoGitCredentialsAPI. get(long credentialId)CredentialInfoGitCredentialsAPI. get(GetGitCredentialRequest request)Get a credential entry.CredentialInfoGitCredentialsService. get(GetGitCredentialRequest getGitCredentialRequest)Get a credential entry.CredentialInfoCredentialInfo. setCredentialId(Long credentialId)CredentialInfoCredentialInfo. setGitProvider(String gitProvider)CredentialInfoCredentialInfo. setGitUsername(String gitUsername)Methods in com.databricks.sdk.service.workspace that return types with arguments of type CredentialInfo Modifier and Type Method Description Collection<CredentialInfo>GetCredentialsResponse. getCredentials()Iterable<CredentialInfo>GitCredentialsAPI. list()Get Git credentials.Method parameters in com.databricks.sdk.service.workspace with type arguments of type CredentialInfo Modifier and Type Method Description GetCredentialsResponseGetCredentialsResponse. setCredentials(Collection<CredentialInfo> credentials)
-