Package com.strongdm.api
Class RemoteIdentityCreateResponse
java.lang.Object
com.strongdm.api.RemoteIdentityCreateResponse
RemoteIdentityCreateResponse reports how the RemoteIdentities were created in the system.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMeta()
Reserved for future use.Rate limit information.The created RemoteIdentity.void
Reserved for future use.void
Rate limit information.void
The created RemoteIdentity.
-
Constructor Details
-
RemoteIdentityCreateResponse
public RemoteIdentityCreateResponse()
-
-
Method Details
-
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getRemoteIdentity
The created RemoteIdentity. -
setRemoteIdentity
The created RemoteIdentity.
-