Package com.strongdm.api
Class IdentitySetCreateResponse
java.lang.Object
com.strongdm.api.IdentitySetCreateResponse
IdentitySetCreateResponse reports how the IdentitySets were created in the system. It can
communicate partial successes or failures.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe created IdentitySet.getMeta()
Reserved for future use.Rate limit information.void
The created IdentitySet.void
Reserved for future use.void
Rate limit information.
-
Constructor Details
-
IdentitySetCreateResponse
public IdentitySetCreateResponse()
-
-
Method Details
-
getIdentitySet
The created IdentitySet. -
setIdentitySet
The created IdentitySet. -
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information.
-