Package com.strongdm.api
Class IdentityAliasUpdateResponse
java.lang.Object
com.strongdm.api.IdentityAliasUpdateResponse
IdentityAliasUpdateResponse returns the fields of a IdentityAlias after it has been updated by
a IdentityAliasUpdateRequest.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe updated IdentityAlias.getMeta()
Reserved for future use.Rate limit information.void
The updated IdentityAlias.void
Reserved for future use.void
Rate limit information.
-
Constructor Details
-
IdentityAliasUpdateResponse
public IdentityAliasUpdateResponse()
-
-
Method Details
-
getIdentityAlias
The updated IdentityAlias. -
setIdentityAlias
The updated IdentityAlias. -
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information.
-