SoftLayer_User_Customer_Access_Authentication_TokenValidation


SoftLayer_User_Customer_Access_Authentication_TokenValidation

Description

SoftLayer_User_Customer_Access_Authentication_TokenValidation is for logging token validations from IAM, as something distinct from a traditional “login”. A single login to IBM Cloud/IAM as perceived by the end user, may result in many token validation calls to IMS.

This is a very shallow subclass of SoftLayer_User_Customer_Access_Authentication

Local


createDate

The date of an attempt to log into the SoftLayer customer portal.
Type: dateTime


ipAddress

The IP address of the user who attempted to log into the SoftLayer customer portal.
Type: string


successFlag

Whether an attempt to log into the SoftLayer customer portal was successful or not.
Type: boolean


userId

The internal identifier of the user who attempted to log into the SoftLayer customer portal.
Type: int


username

The username used when attempting to log into the SoftLayer customer portal
Type: string

Relational


user

The user who has attempted to log into the SoftLayer customer portal.
Type: SoftLayer_User_Customer

Count