Class AccessRequestConfig

java.lang.Object
com.strongdm.api.AccessRequestConfig

public class AccessRequestConfig extends Object
AccessRequestConfig holds the information required to request access to a resource
  • Constructor Details

    • AccessRequestConfig

      public AccessRequestConfig()
  • Method Details

    • getDuration

      public String getDuration()
      The time access should end, defaults to the next occurance of 5 pm
    • setDuration

      public void setDuration(String in)
      The time access should end, defaults to the next occurance of 5 pm
    • getReason

      public String getReason()
      The reason for access
    • setReason

      public void setReason(String in)
      The reason for access
    • getResourceId

      public String getResourceId()
      The resource for which access is being requested
    • setResourceId

      public void setResourceId(String in)
      The resource for which access is being requested
    • getStartFrom

      public Date getStartFrom()
      The time access should start, defaults to now
    • setStartFrom

      public void setStartFrom(Date in)
      The time access should start, defaults to now