Class InteractiveLoginEventCriteria

java.lang.Object
com.cloudera.cdp.audit.model.InteractiveLoginEventCriteria

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.499-07:00") public class InteractiveLoginEventCriteria extends Object
Filter criteria for listing interactive login audit events.
  • Constructor Details

    • InteractiveLoginEventCriteria

      public InteractiveLoginEventCriteria()
  • Method Details

    • getIdentityProviderUserId

      public String getIdentityProviderUserId()
      Getter for identityProviderUserId. The user ID as indicated by the identity provider. The specific format and type of this identifier is determined by the IdP. For Cloudera SSO this is the email used to login.
    • setIdentityProviderUserId

      public void setIdentityProviderUserId(String identityProviderUserId)
      Setter for identityProviderUserId. The user ID as indicated by the identity provider. The specific format and type of this identifier is determined by the IdP. For Cloudera SSO this is the email used to login.
    • getEmail

      public String getEmail()
      Getter for email. The email of the user as provided to CDP.
    • setEmail

      public void setEmail(String email)
      Setter for email. The email of the user as provided to CDP.
    • getSourceIPAddress

      public String getSourceIPAddress()
      Getter for sourceIPAddress. The source IP address from which the login request came.
    • setSourceIPAddress

      public void setSourceIPAddress(String sourceIPAddress)
      Setter for sourceIPAddress. The source IP address from which the login request came.
    • getFirstName

      public String getFirstName()
      Getter for firstName. The first name of the user.
    • setFirstName

      public void setFirstName(String firstName)
      Setter for firstName. The first name of the user.
    • getLastName

      public String getLastName()
      Getter for lastName. The last name of the user.
    • setLastName

      public void setLastName(String lastName)
      Setter for lastName. The last name of the user.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object