Package com.databricks.sdk.service.iam
Class CurrentUserAPI
- java.lang.Object
-
- com.databricks.sdk.service.iam.CurrentUserAPI
-
@Generated public class CurrentUserAPI extends Object
This API allows retrieving information about currently authenticated user or service principal.
-
-
Constructor Summary
Constructors Constructor Description CurrentUserAPI(ApiClient apiClient)
Regular-use constructorCurrentUserAPI(CurrentUserService mock)
Constructor for mocks
-
-
-
Constructor Detail
-
CurrentUserAPI
public CurrentUserAPI(ApiClient apiClient)
Regular-use constructor
-
CurrentUserAPI
public CurrentUserAPI(CurrentUserService mock)
Constructor for mocks
-
-
Method Detail
-
me
public User me()
Get current user info.Get details about the current method caller's identity.
-
impl
public CurrentUserService impl()
-
-