Package com.strongdm.api
Class Activities
java.lang.Object
com.strongdm.api.Activities
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet reads one Activity by ID.List gets a list of Activities matching a given set of criteria.withDeadlineAfter
(long duration, TimeUnit units) This function returns a copy of the Activities service which has the given deadline set for all method calls.
-
Constructor Details
-
Activities
-
-
Method Details
-
withDeadlineAfter
This function returns a copy of the Activities service which has the given deadline set for all method calls. -
get
Get reads one Activity by ID.- Throws:
RpcException
-
list
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
-