CustomerProfileConfig
import type { CustomerProfileConfig } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";CustomerProfileConfig is the configuration for the customer profile.
interface CustomerProfileConfig {
citations?: CustomerProfileCitation[];
contactInfo?: CustomerProfileContactInfo[];
executives?: CustomerProfilePerson[];
industries?: CustomerProfileIndustry[];
locations?: CustomerProfileLocation[];
org?: string;
orgSummary?: string;
parentCompanies?: CustomerProfileCompany[];
products?: CustomerProfileProduct[];
securityConsiderations?: CustomerProfileSecurityConsiderations;
summary?: CustomerProfileSummary;
technologyPresence?: string;
webPresences?: CustomerProfileWebPresence[];
}§Properties
§
citations?: CustomerProfileCitation[]
[src]Optional. Citations for the organization profile.
§
contactInfo?: CustomerProfileContactInfo[]
[src]Optional. Contact information for the organization.
§
executives?: CustomerProfilePerson[]
[src]Optional. Executives of the organization.
§
industries?: CustomerProfileIndustry[]
[src]Optional. The industries the organization is involved in.
§
locations?: CustomerProfileLocation[]
[src]Optional. Locations the organization is present or conducts business in.
§
parentCompanies?: CustomerProfileCompany[]
[src]Optional. The parent companies of the organization.
§
products?: CustomerProfileProduct[]
[src]Optional. Product information for the organization.
§
securityConsiderations?: CustomerProfileSecurityConsiderations
[src]Optional. Security considerations for the organization.
§
summary?: CustomerProfileSummary
[src]Optional. A summarized version of the customer profile.
§
webPresences?: CustomerProfileWebPresence[]
[src]Optional. Web presence of the organization.