Skip to content

Constants

psengine.asi.constants

ASSETS_PER_PAGE module-attribute

ASSETS_PER_PAGE = 1000

AssetType module-attribute

AssetType = Literal['ip', 'domain', 'host']

DEFAULT_ASI_PAGE_SIZE module-attribute

DEFAULT_ASI_PAGE_SIZE = 50

EnrichmentType module-attribute

EnrichmentType = Literal[
    'custom_tags',
    'dns_records',
    'whois',
    'ip_metadata',
    'open_tcp_ports',
    'open_udp_ports',
    'web_technologies',
    'certificates',
    'certificate_chain',
    'defenses',
    'exposures',
    'exposure_instance_details',
]

MAX_ASI_PAGE_SIZE module-attribute

MAX_ASI_PAGE_SIZE = 1000

SortByType module-attribute

SortByType = Literal[
    'discovered_at',
    'added_to_project_at',
    'last_scanned_at',
    'exposure_score',
    'asset_id',
    'apex_domain',
]