Package com.strongdm.api
Class RemoteIdentityGetResponse
java.lang.Object
com.strongdm.api.RemoteIdentityGetResponse
RemoteIdentityGetResponse returns a requested RemoteIdentity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMeta()
Reserved for future use.Rate limit information.The requested RemoteIdentity.void
Reserved for future use.void
Rate limit information.void
The requested RemoteIdentity.
-
Constructor Details
-
RemoteIdentityGetResponse
public RemoteIdentityGetResponse()
-
-
Method Details
-
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getRemoteIdentity
The requested RemoteIdentity. -
setRemoteIdentity
The requested RemoteIdentity.
-