Package com.strongdm.api
Class AccessRequestEvent
java.lang.Object
com.strongdm.api.AccessRequestEvent
AccessRequestEvents hold information about events related to an access
request such as creation, approval and denial.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe account responsible for the event.getId()
The access request event id.The metadata about the eventThe request that the event is bound to.getType()
The type of event.void
setActorId
(String in) The account responsible for the event.void
The access request event id.void
setMetadata
(String in) The metadata about the eventvoid
setRequestId
(String in) The request that the event is bound to.void
The type of event.
-
Constructor Details
-
AccessRequestEvent
public AccessRequestEvent()
-
-
Method Details
-
getActorId
The account responsible for the event. -
setActorId
The account responsible for the event. -
getId
The access request event id. -
setId
The access request event id. -
getMetadata
The metadata about the event -
setMetadata
The metadata about the event -
getRequestId
The request that the event is bound to. -
setRequestId
The request that the event is bound to. -
getType
The type of event. -
setType
The type of event.
-