Class Activity
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.Activity
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Activity extends com.ibm.cloud.sdk.core.service.model.GenericModelActivity.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.LonggetAuthnCount()Gets the authnCount.java.lang.StringgetLastAuthn()Gets the lastAuthn.
-
-
-
Method Detail
-
getLastAuthn
public java.lang.String getLastAuthn()
Gets the lastAuthn. Time when the entity was last authenticated.- Returns:
- the lastAuthn
-
getAuthnCount
public java.lang.Long getAuthnCount()
Gets the authnCount. Authentication count, number of times the entity was authenticated.- Returns:
- the authnCount
-
-