Class RolesHistory

java.lang.Object
com.strongdm.api.RolesHistory

public class RolesHistory extends Object
RolesHistory records all changes to the state of a Role.
  • Constructor Details

    • RolesHistory

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

    • withDeadlineAfter

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

      public Iterable<RoleHistory> list(String filter, Object... args) throws RpcException
      List gets a list of RoleHistory records matching a given set of criteria.
      Throws:
      RpcException