Source

interface Source {
    as_name?: string;
    as_number?: string;
    cn?: string;
    ip?: string;
    latitude?: number;
    longitude?: number;
    range?: string;
    scope: string;
    value: string;
}

Properties

as_name?: string

provided as a convenience when the source is an IP

as_number?: string

provided as a convenience when the source is an IP

cn?: string
ip?: string

provided as a convenience when the source is an IP

latitude?: number

Format

float

longitude?: number

Format

float

range?: string

provided as a convenience when the source is an IP

scope: string

the scope of a source : ip,range,username,etc

value: string

the value of a source : the ip, the range, the username,etc

Generated using TypeDoc