All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.service.iam.CurrentUserService Maven / Gradle / Ivy

There is a newer version: 0.38.0
Show newest version
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.iam;

import com.databricks.sdk.support.Generated;

/**
 * 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. */ @Generated public interface CurrentUserService { /** * Get current user info. * *

Get details about the current method caller's identity. */ User me(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy