FindingActor

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The IP address and related details about the device that the entity used to perform the action on the affected resource. The details can include information such as the owner and geographic location of the IP address.

Link copied to clipboard

The type and other characteristics of the entity that performed the action on the affected resource. This value is null if the action was performed by an anonymous (unauthenticated) entity.

Functions

Link copied to clipboard
inline fun copy(block: FindingActor.Builder.() -> Unit = {}): FindingActor
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String