Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CustomerProfileConfig

import type { CustomerProfileConfig } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";

CustomerProfileConfig is the configuration for the customer profile.

interface CustomerProfileConfig {
executives?: CustomerProfilePerson[];
industries?: CustomerProfileIndustry[];
org?: string;
orgSummary?: string;
parentCompanies?: CustomerProfileCompany[];
securityConsiderations?: CustomerProfileSecurityConsiderations;
technologyPresence?: string;
webPresences?: CustomerProfileWebPresence[];
}

§Properties

§

Optional. Citations for the organization profile.

§

Optional. Contact information for the organization.

§

Optional. Executives of the organization.

§

Optional. The industries the organization is involved in.

§

Optional. Locations the organization is present or conducts business in.

§
org?: string
[src]

Required. The name of the organization.

§
orgSummary?: string
[src]

Optional. A summary of the organization.

§
parentCompanies?: CustomerProfileCompany[]
[src]

Optional. The parent companies of the organization.

§

Optional. Product information for the organization.

§

Optional. Security considerations for the organization.

§

Optional. A summarized version of the customer profile.

§
technologyPresence?: string
[src]

Optional. Technology presence of the organization.

§

Optional. Web presence of the organization.