Package com.strongdm.api
Class RequestableResource
java.lang.Object
com.strongdm.api.RequestableResource
RequestableResource is a resource that can be requested via an AccessRequestConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe current state of the user's access to the resourcesThe type of authentication for the resourceboolean
The health check status of the reasourcegetId()
The resource id.getName()
The resource name.getTags()
Any tags attached to this resourcegetType()
The resource typevoid
The current state of the user's access to the resourcesvoid
The type of authentication for the resourcevoid
setHealthy
(boolean in) The health check status of the reasourcevoid
The resource id.void
The resource name.void
Any tags attached to this resourcevoid
The resource type
-
Constructor Details
-
RequestableResource
public RequestableResource()
-
-
Method Details
-
getAccess
The current state of the user's access to the resources -
setAccess
The current state of the user's access to the resources -
getAuthentication
The type of authentication for the resource -
setAuthentication
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
The resource id. -
setId
The resource id. -
getName
The resource name. -
setName
The resource name. -
getTags
Any tags attached to this resource -
setTags
Any tags attached to this resource -
getType
The resource type -
setType
The resource type
-