Class AccessRequestEvent

java.lang.Object
com.strongdm.api.AccessRequestEvent

public class AccessRequestEvent extends Object
AccessRequestEvents hold information about events related to an access request such as creation, approval and denial.
  • Constructor Details

    • AccessRequestEvent

      public AccessRequestEvent()
  • Method Details

    • getActorId

      public String getActorId()
      The account responsible for the event.
    • setActorId

      public void setActorId(String in)
      The account responsible for the event.
    • getId

      public String getId()
      The access request event id.
    • setId

      public void setId(String in)
      The access request event id.
    • getMetadata

      public String getMetadata()
      The metadata about the event
    • setMetadata

      public void setMetadata(String in)
      The metadata about the event
    • getRequestId

      public String getRequestId()
      The request that the event is bound to.
    • setRequestId

      public void setRequestId(String in)
      The request that the event is bound to.
    • getType

      public String getType()
      The type of event.
    • setType

      public void setType(String in)
      The type of event.