Class IpAddressRestrictionCheckNeeded

java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.authentication.response.Common
com.softlayer.api.service.container.authentication.response.IpAddressRestrictionCheckNeeded

@ApiType("SoftLayer_Container_Authentication_Response_IpAddressRestrictionCheckNeeded")
public class IpAddressRestrictionCheckNeeded
extends Common
The SoftLayer_Container_Authentication_Response_IpAddressRestrictionCheckNeeded data type indicates that the caller (IAM presumably) needs to do an IP address check of the logging-in user against the restricted IP list kept in BSS. We don't know the IP address of the user here (only IAM does) so we return an indicator of which user matched the username and expect IAM to come back with another login call that will include a mini-JWT token that contains an assertion that the IP address was checked.
See Also:
SoftLayer_Container_Authentication_Response_IpAddressRestrictionCheckNeeded