Class RequestableResource

java.lang.Object
com.strongdm.api.RequestableResource

public class RequestableResource extends Object
RequestableResource is a resource that can be requested via an AccessRequestConfig
  • Constructor Details

    • RequestableResource

      public RequestableResource()
  • Method Details

    • getAccess

      public String getAccess()
      The current state of the user's access to the resources
    • setAccess

      public void setAccess(String in)
      The current state of the user's access to the resources
    • getAuthentication

      public String getAuthentication()
      The type of authentication for the resource
    • setAuthentication

      public void setAuthentication(String in)
      The type of authentication for the resource
    • getHealthy

      public boolean getHealthy()
      The health check status of the reasource
    • setHealthy

      public void setHealthy(boolean in)
      The health check status of the reasource
    • getId

      public String getId()
      The resource id.
    • setId

      public void setId(String in)
      The resource id.
    • getName

      public String getName()
      The resource name.
    • setName

      public void setName(String in)
      The resource name.
    • getTags

      public Map<String,String> getTags()
      Any tags attached to this resource
    • setTags

      public void setTags(Map<String,String> in)
      Any tags attached to this resource
    • getType

      public String getType()
      The resource type
    • setType

      public void setType(String in)
      The resource type