Package com.strongdm.api
Class RemoteIdentityUpdateResponse
java.lang.Object
com.strongdm.api.RemoteIdentityUpdateResponse
RemoteIdentityUpdateResponse returns the fields of a RemoteIdentity after it has been updated by
a RemoteIdentityUpdateRequest.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMeta()
Reserved for future use.Rate limit information.The updated RemoteIdentity.void
Reserved for future use.void
Rate limit information.void
The updated RemoteIdentity.
-
Constructor Details
-
RemoteIdentityUpdateResponse
public RemoteIdentityUpdateResponse()
-
-
Method Details
-
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getRemoteIdentity
The updated RemoteIdentity. -
setRemoteIdentity
The updated RemoteIdentity.
-