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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe current state of the user's access to the resourcesThe type of authentication for the resourcebooleanThe health check status of the reasourcegetId()The resource id.getName()The resource name.getTags()Any tags attached to this resourcegetType()The resource typevoidThe current state of the user's access to the resourcesvoidThe type of authentication for the resourcevoidsetHealthy(boolean in) The health check status of the reasourcevoidThe resource id.voidThe resource name.voidAny tags attached to this resourcevoidThe 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
-