Docs

Docs

  • Getting Started
  • Features
  • Docs
  • API
  • FAQS

›Models

Getting Started

  • Introduction
  • Terms

Models

  • Analysis
  • Audit
  • Detection
  • Frame
  • Record
  • Report
  • Request
  • Target

Audits

  • Dialog Events
  • Download Events
  • History Events
  • Screenshots
  • Texts
  • Vibrate Events

Detections

  • Adware
  • Auto Download
  • Auto Redirect
  • Auto Redirect App Market
  • Auto Vibrate
  • Back Button Hijack
  • Blacklist
  • Browser Locker
  • Cryptocurrency Miner
  • JavaScript Dialog On Entry
  • JavaScript Dialog On Exit
  • Landing Page Error
  • Malicious URL
  • Malware
  • NSFW
  • Phishing URL
  • Potentially Unwanted Programs
  • Ransomware
  • Scareware
  • Suspicious TLD
  • SSL Non Compliant

GraphQL

  • Interfaces
  • Enums
  • Scalars
  • Account
  • AlertRules
  • Analysis
  • Consumption
  • Device
  • Location
  • Notification
  • Organization
  • Plan
  • Project
  • Recognition
  • User
  • Viewer
  • Violation

Target

Contains the history that the target went through.

interface Target {
  type: string;
  url: string;
  title: string;
  event: TargetEvent; // "CREATED" | "UPDATED" | "UNKNOWN"
  version: string;
  timestamp: string;
}

Fields

  • type
  • url
  • title
  • event
  • version
  • timestamp

Reference

Fields


type

version  : 1.0.0
stability: stable
type: string;

The type of the target.


url

version  : 1.0.0
stability: stable
url: string;

The URL of the target at that point in time.


title

version  : 1.0.0
stability: stable
title: string;

The title of the target at that point in time.


event

version  : 1.0.0
stability: stable
event: TargetEvent;
enum TargetEvent {
  Created = "CREATED",
  Updated = "UPDATED",
  Unknown = "UNKNOWN",
}

The reason of the target's info update at that point in time.


version

version  : 1.0.0
stability: stable
version: string;

The version of the target at that point in time.


timestamp

version  : 1.0.0
stability: stable
timestamp: string;

An ISO 8601 timestamp that reflects the moment when the Target was updated.

← RequestDialog Events →
  • Fields
    • type
    • url
    • title
    • event
    • version
    • timestamp
Copyright © 2024 AdSecure