Skip to content

Guardduty  >  Structures  >  User

User

Structure Class

User dataclass

Contains information about the user involved in the attack sequence.

Attributes

account class-attribute instance-attribute
account: Account | None = None

Contains information about the Amazon Web Services account within which the activity took place. This is not necessarily the account that owns the user identity.

credential_uid class-attribute instance-attribute
credential_uid: str | None = None

The credentials of the user ID.

name class-attribute instance-attribute
name: str | None = None

The name of the user.

type class-attribute instance-attribute
type: str | None = None

The type of the user.

uid class-attribute instance-attribute
uid: str | None = None

The unique identifier of the user.