Package com.strongdm.api
Class RoleCreateResponse
java.lang.Object
com.strongdm.api.RoleCreateResponse
RoleCreateResponse reports how the Roles were created in the system. It can
communicate partial successes or failures.
-
Constructor Details
-
RoleCreateResponse
public RoleCreateResponse()
-
-
Method Details
-
getMeta
Reserved for future use. -
setMeta
Reserved for future use. -
getRateLimit
Rate limit information. -
setRateLimit
Rate limit information. -
getRole
The created Role. -
setRole
The created Role.
-