Class SecurityEntityRiskScoreAttributes

Attributes of an entity risk score

Hierarchy

  • SecurityEntityRiskScoreAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Configuration risks associated with the entity

entityId: string

Unique identifier for the entity

entityMetadata: SecurityEntityMetadata

Metadata about the entity from cloud providers

entityName?: string

Human-readable name of the entity

entityProviders: string[]

Cloud providers associated with the entity

entityRoles?: string[]

Roles associated with the entity

entityType: string

Type of the entity (e.g., aws_iam_user, aws_ec2_instance)

firstDetected: number

Timestamp when the entity was first detected (Unix milliseconds)

lastActivityTitle: string

Title of the most recent signal detected for this entity

lastDetected: number

Timestamp when the entity was last detected (Unix milliseconds)

riskScore: number

Current risk score for the entity

riskScoreEvolution: number

Change in risk score compared to previous period

Severity level based on risk score

signalsDetected: number

Number of security signals detected for this entity

Generated using TypeDoc