Class Activities

java.lang.Object
com.strongdm.api.Activities

public class Activities extends Object
An Activity is a record of an action taken against a strongDM deployment, e.g. a user creation, resource deletion, sso configuration change, etc. The Activities service is read-only.
  • Constructor Details

    • Activities

      public Activities(io.grpc.ManagedChannel channel, Client client)
  • Method Details

    • withDeadlineAfter

      public Activities withDeadlineAfter(long duration, TimeUnit units)
      This function returns a copy of the Activities service which has the given deadline set for all method calls.
    • get

      public ActivityGetResponse get(String id) throws RpcException
      Get reads one Activity by ID.
      Throws:
      RpcException
    • list

      public Iterable<Activity> list(String filter, Object... args) throws RpcException
      List gets a list of Activities matching a given set of criteria. The 'before' and 'after' filters can be used to control the time range of the output activities. If not provided, one week of back of activities will be returned.
      Throws:
      RpcException