CustomerProfilePerson
import type { CustomerProfilePerson } from "https://googleapis.deno.dev/v1/threatintelligence:v1beta.ts";Person information for the customer profile.
interface CustomerProfilePerson {
citationIds?: string[];
name?: string;
title?: string;
}