public class UserIdentity extends Object implements Serializable
Read about the UserIdentity record here: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-user-identity.html
Constructor and Description |
---|
UserIdentity() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessKeyId() |
String |
getAccountId() |
String |
getArn() |
String |
getInvokedBy() |
String |
getMFAAuthenticated() |
String |
getPrincipalId() |
String |
getSessionAttributesValue(String key) |
String |
getSessionIssuerValue(String key) |
String |
getType() |
String |
getUserName() |
void |
setSessionContext(SessionContext sessionContext) |
public String getAccessKeyId()
public String getAccountId()
public String getArn()
public String getInvokedBy()
public String getPrincipalId()
public String getType()
public String getUserName()
public String getMFAAuthenticated()
public void setSessionContext(SessionContext sessionContext)
Copyright © 2022. All rights reserved.