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

CustomerProfileSecurityConsiderations

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

Security considerations for the customer profile.

interface CustomerProfileSecurityConsiderations {
considerations?: string[];
note?: string;
}

§Properties

§
considerations?: string[]
[src]

Optional. A series of considerations for the security of the organization, such as "high risk of compromise" or "vulnerable to cyberbullying".

§
note?: string
[src]

Optional. A note about the security considerations.