Package com.strongdm.api
Class NodeCreateResponse
java.lang.Object
com.strongdm.api.NodeCreateResponse
NodeCreateResponse reports how the Nodes were created in the system.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NodeCreateResponse
public NodeCreateResponse()
-
-
Method Details
-
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getNode
The created Node. -
setNode
The created Node. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getToken
The auth token generated for the Node. The Node will use this token to authenticate with the strongDM API. -
setToken
The auth token generated for the Node. The Node will use this token to authenticate with the strongDM API.
-