Class ApikeyActivityUser
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.ApikeyActivityUser
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ApikeyActivityUser extends com.ibm.cloud.sdk.core.service.model.GenericModeluser details will be present if type is `user`.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEmail()Gets the email.java.lang.StringgetIamId()Gets the iamId.java.lang.StringgetName()Gets the name.java.lang.StringgetUsername()Gets the username.
-
-
-
Method Detail
-
getIamId
public java.lang.String getIamId()
Gets the iamId. IAMid of the user.- Returns:
- the iamId
-
getName
public java.lang.String getName()
Gets the name. Name of the user.- Returns:
- the name
-
getUsername
public java.lang.String getUsername()
Gets the username. Username of the user.- Returns:
- the username
-
getEmail
public java.lang.String getEmail()
Gets the email. Email of the user.- Returns:
- the email
-
-