Class EnityHistoryRecord
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.EnityHistoryRecord
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class EnityHistoryRecord extends com.ibm.cloud.sdk.core.service.model.GenericModelResponse body format for an entity history record.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAction()Gets the action.java.lang.StringgetIamId()Gets the iamId.java.lang.StringgetIamIdAccount()Gets the iamIdAccount.java.lang.StringgetMessage()Gets the message.java.util.List<java.lang.String>getParams()Gets the params.java.lang.StringgetTimestamp()Gets the timestamp.
-
-
-
Method Detail
-
getTimestamp
public java.lang.String getTimestamp()
Gets the timestamp. Timestamp when the action was triggered.- Returns:
- the timestamp
-
getIamId
public java.lang.String getIamId()
Gets the iamId. IAM ID of the identity which triggered the action.- Returns:
- the iamId
-
getIamIdAccount
public java.lang.String getIamIdAccount()
Gets the iamIdAccount. Account of the identity which triggered the action.- Returns:
- the iamIdAccount
-
getAction
public java.lang.String getAction()
Gets the action. Action of the history entry.- Returns:
- the action
-
getParams
public java.util.List<java.lang.String> getParams()
Gets the params. Params of the history entry.- Returns:
- the params
-
getMessage
public java.lang.String getMessage()
Gets the message. Message which summarizes the executed action.- Returns:
- the message
-
-