libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MacieV2.Types.FindingActor

Description

 
Synopsis

Documentation

data FindingActor Source #

Provides information about an entity that performed an action that produced a policy finding for a resource.

See: newFindingActor smart constructor.

Constructors

FindingActor' 

Fields

  • userIdentity :: Maybe UserIdentity

    The type and other characteristics of the entity that performed the action on the affected resource.

  • ipAddressDetails :: Maybe IpAddressDetails

    The IP address of the device that the entity used to perform the action on the affected resource. This object also provides information such as the owner and geographic location for the IP address.

  • domainDetails :: Maybe DomainDetails

    The domain name of the device that the entity used to perform the action on the affected resource.

Instances

Instances details
Eq FindingActor Source # 
Instance details

Defined in Amazonka.MacieV2.Types.FindingActor

Read FindingActor Source # 
Instance details

Defined in Amazonka.MacieV2.Types.FindingActor

Show FindingActor Source # 
Instance details

Defined in Amazonka.MacieV2.Types.FindingActor

Generic FindingActor Source # 
Instance details

Defined in Amazonka.MacieV2.Types.FindingActor

Associated Types

type Rep FindingActor :: Type -> Type #

NFData FindingActor Source # 
Instance details

Defined in Amazonka.MacieV2.Types.FindingActor

Methods

rnf :: FindingActor -> () #

Hashable FindingActor Source # 
Instance details

Defined in Amazonka.MacieV2.Types.FindingActor

FromJSON FindingActor Source # 
Instance details

Defined in Amazonka.MacieV2.Types.FindingActor

type Rep FindingActor Source # 
Instance details

Defined in Amazonka.MacieV2.Types.FindingActor

type Rep FindingActor = D1 ('MetaData "FindingActor" "Amazonka.MacieV2.Types.FindingActor" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "FindingActor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userIdentity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UserIdentity)) :*: (S1 ('MetaSel ('Just "ipAddressDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IpAddressDetails)) :*: S1 ('MetaSel ('Just "domainDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainDetails)))))

newFindingActor :: FindingActor Source #

Create a value of FindingActor with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:userIdentity:FindingActor', findingActor_userIdentity - The type and other characteristics of the entity that performed the action on the affected resource.

$sel:ipAddressDetails:FindingActor', findingActor_ipAddressDetails - The IP address of the device that the entity used to perform the action on the affected resource. This object also provides information such as the owner and geographic location for the IP address.

$sel:domainDetails:FindingActor', findingActor_domainDetails - The domain name of the device that the entity used to perform the action on the affected resource.

findingActor_userIdentity :: Lens' FindingActor (Maybe UserIdentity) Source #

The type and other characteristics of the entity that performed the action on the affected resource.

findingActor_ipAddressDetails :: Lens' FindingActor (Maybe IpAddressDetails) Source #

The IP address of the device that the entity used to perform the action on the affected resource. This object also provides information such as the owner and geographic location for the IP address.

findingActor_domainDetails :: Lens' FindingActor (Maybe DomainDetails) Source #

The domain name of the device that the entity used to perform the action on the affected resource.