Class GovernanceControlDetectionAttributes

The attributes of a governance control detection.

Hierarchy

  • GovernanceControlDetectionAttributes

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
assignedTeam?: string

The identifier of the team the detection is assigned to, if any.

assignedTo?: string

The identifier of the user the detection is assigned to, if any.

How the detection's current assignment was determined. Possible values are auto_resolved, manual, reassigned, and cleared.

controlId: string

DEPRECATED: mirrors detection_type for backward compatibility; use detection_type instead.

createdAt: Date

The date and time when the detection was created.

detectionType: string

The type of detection, which determines what condition was detected.

displayName: string

The human-readable name of the detected resource.

exceptionAt?: Date

The date and time when the detection was marked as an exception, if applicable.

exceptionBy?: string

The identifier of the user who marked the detection as an exception, if applicable.

metadata?: any

Free-form metadata associated with the detection.

mitigateAfter?: Date

The date and time after which the detection is scheduled to be mitigated, if applicable.

mitigatedAt?: Date

The date and time when the detection was mitigated, if applicable.

priority: number

The priority of the detection, if set.

resourceId: string

The identifier of the resource the detection applies to.

resourceType: string

The type of resource the detection applies to, for example api_key or dashboard.

The current state of the detection. Possible values are active, exception, mitigated, inactive, obsolete, resolved_externally, and mitigation_in_progress.

Generated using TypeDoc