FindingSummary

Contains information about a finding.

Types

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

Properties

Link copied to clipboard

The action in the analyzed policy statement that an external principal has permission to use.

Link copied to clipboard

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

Link copied to clipboard

The condition in the analyzed policy statement that resulted in a finding.

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
val id: String

The ID of the finding.

Link copied to clipboard

Indicates whether the finding reports a resource that has a policy that allows public access.

Link copied to clipboard

The external principal that has access to a resource within the zone of trust.

Link copied to clipboard

The resource that the external principal has access to.

Link copied to clipboard

The type of restriction applied to the finding by the resource owner with an Organizations resource control policy (RCP).

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 sources of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.

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: FindingSummary.Builder.() -> Unit = {}): FindingSummary
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