FindingSummaryV2

Contains information about a finding.

Types

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

Properties

Link copied to clipboard

The time at which the resource-based policy or IAM entity that generated the finding was analyzed.

Link copied to clipboard

The time at which the finding was created.

Link copied to clipboard

The error that resulted in an Error finding.

Link copied to clipboard

The type of the access finding. For external access analyzers, the type is ExternalAccess. For unused access analyzers, the type can be UnusedIAMRole, UnusedIAMUserAccessKey, UnusedIAMUserPassword, or UnusedPermission. For internal access analyzers, the type is InternalAccess.

Link copied to clipboard
val id: String

The ID of the finding.

Link copied to clipboard

The resource that the external principal has access to.

Link copied to clipboard

The Amazon Web Services account ID that owns the resource.

Link copied to clipboard

The type of the resource that the external principal has access to.

Link copied to clipboard

The status of the finding.

Link copied to clipboard

The time at which the finding was most recently updated.

Functions

Link copied to clipboard
inline fun copy(block: FindingSummaryV2.Builder.() -> Unit = {}): FindingSummaryV2
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