Package com.atlan.api

Class PermissionsEndpoint


public class PermissionsEndpoint extends HeraclesEndpoint
API endpoints for retrieving evaluated permissions.
  • Constructor Details

    • PermissionsEndpoint

      public PermissionsEndpoint(AtlanClient client)
  • Method Details

    • get

      public PermissionsResponse get() throws AtlanException
      Retrieves the current authenticated user's (or client's) evaluated permissions.
      Returns:
      evaluated permissions of the current context
      Throws:
      AtlanException - on any API communication issue
    • get

      public PermissionsResponse get(RequestOptions options) throws AtlanException
      Retrieves the current authenticated user's (or client's) evaluated permissions.
      Parameters:
      options - to override default client settings
      Returns:
      evaluated permissions of the current context
      Throws:
      AtlanException - on any API communication issue