NAME
Paws::Macie2::UserIdentity
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::Macie2::UserIdentity object:
$service_obj->Method(Att1 => { AssumedRole => $value, ..., Type => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Macie2::UserIdentity object:
$result = $service_obj->Method(...);
$result->Att1->AssumedRole
DESCRIPTION
Provides information about the type and other characteristics of an entity that performed an action on an affected resource.
ATTRIBUTES
AssumedRole => Paws::Macie2::AssumedRole
If the action was performed with temporary security credentials that were obtained using the AssumeRole operation of the Security Token Service (STS) API, the identifiers, session context, and other details about the identity.
AwsAccount => Paws::Macie2::AwsAccount
If the action was performed using the credentials for another Amazon Web Services account, the details of that account.
AwsService => Paws::Macie2::AwsService
If the action was performed by an Amazon Web Services account that belongs to an Amazon Web Service, the name of the service.
FederatedUser => Paws::Macie2::FederatedUser
If the action was performed with temporary security credentials that were obtained using the GetFederationToken operation of the Security Token Service (STS) API, the identifiers, session context, and other details about the identity.
IamUser => Paws::Macie2::IamUser
If the action was performed using the credentials for an Identity and Access Management (IAM) user, the name and other details about the user.
Root => Paws::Macie2::UserIdentityRoot
If the action was performed using the credentials for your Amazon Web Services account, the details of your account.
Type => Str
The type of entity that performed the action.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Macie2
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues