Package com.databricks.sdk.service.iam
Interface CurrentUserService
-
@Generated public interface CurrentUserService
This API allows retrieving information about currently authenticated user or service principal.This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description User
me()
Get current user info.
-
-
-
Method Detail
-
me
User me()
Get current user info.Get details about the current method caller's identity.
-
-