Versions in this module Expand all Collapse all v0 v0.0.6 Feb 10, 2026 v0.0.5 Aug 28, 2025 v0.0.4 Jul 25, 2025 v0.0.3 Jul 18, 2025 v0.0.2 Apr 28, 2025 v0.0.1 Oct 9, 2024 Changes in this version + var ConfigSchema = map[string]*schema.Attribute + func ConfigInstance() interface + func GetConfig(connection *plugin.Connection) detectifyConfig + func Plugin(ctx context.Context) *plugin.Plugin + type Asset struct + Name string + Token string + type AssetItem struct + AddedBy []string + Created string + Discovered string + LastSeen string + Monitored bool + Name string + Status string + Token string + Updated string + type AssetsResponse struct + Assets []AssetItem + type AutonomousSystem struct + Domain string + Name string + Number int + type ConnectorItem struct + CreatedAt string + ID string + LastRun LastRun + Name string + Provider string + TeamToken string + UpdatedAt string + type ConnectorResponse struct + ConnectorItems []ConnectorItem + type Cvss struct + Score float64 + Severity string + Vector string + type CvssScores struct + Cvss20 Cvss + Cvss30 Cvss + Cvss31 Cvss + type Definition struct + Description string + IsCrowdsourced bool + ModuleRelease time.Time + ModuleVersion string + Risk string + Title string + type Details struct + HTML []HTMLDetail + type Finding struct + Asset Asset + AssetToken string + CWE int + CreatedAt time.Time + CvssScores CvssScores + Definition Definition + Details Details + Host string + Links Links + Location string + References []Reference + Request Request + Response Response + ScanSource string + Severity string + Source Source + Status string + Tags []Tag + Title string + UUID string + UpdatedAt time.Time + Version string + type FindingsResponse struct + Findings []Finding + type Geolocation struct + Continent string + ContinentName string + Country string + CountryName string + type HTMLDetail struct + Value string + type Header struct + Name string + Value string + type IPItem struct + Active bool + AssetID string + AutonomousSystem AutonomousSystem + DisappearedAt time.Time + DomainName string + Enriched bool + FirstSeenAt time.Time + Geolocation Geolocation + ID string + IPAddress string + IPVersion string + TeamID string + type IPResponse struct + IPItems []IPItem + type LastRun struct + CompletedAt string + Error string + Status string + type LatestScan struct + Ended string + Started string + Status string + type Links struct + DetailsPage string + type MemberItem struct + Authentication string + Created string + Email string + FirstName string + LastLogin string + LastName string + Role string + UserToken string + type PolicyItem struct + Active bool + AssetID string + AssetName string + DisappearedAt *string + FirstSeenAt string + ID string + PolicyID string + PolicyName string + Severity string + Status string + StatusUpdatedAt string + type PolicyResponse struct + PolicyItems []PolicyItem + type PortItem struct + AssetID string + DisappearedAt *string + DomainName string + FirstSeenAt string + ID string + IPAddress string + Port int + Status string + TeamID string + type PortResponse struct + PortItems []PortItem + type ProfileItem struct + Created string + Endpoint string + LatestScan LatestScan + Name string + Status string + Token string + type Reference struct + Link string + Name string + Source string + UUID string + type Request struct + Body string + Headers []Header + Method string + URL string + type Response struct + Body string + Headers []Header + StatusCode int + type Source struct + Value string + type Tag struct + Name string + UUID string + type TechItem struct + Active bool + AssetID string + Categories []string + DisappearedAt *string + DomainName string + FirstSeenAt string + ID string + Name string + Port int + ServiceProtocol string + TeamID string + Version *string + type TechResponse struct + TechItems []TechItem