Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FindingActor

import type { FindingActor } from "https://aws-api.deno.dev/v0.3/services/macie2.ts?docs=full";

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

interface FindingActor {
domainDetails?: DomainDetails | null;
ipAddressDetails?: IpAddressDetails | null;
userIdentity?: UserIdentity | null;
}

§Properties

§
domainDetails?: DomainDetails | null
[src]

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

§
ipAddressDetails?: IpAddressDetails | null
[src]

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.

§
userIdentity?: UserIdentity | null
[src]

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