CrowdStrikeAgent
import type { CrowdStrikeAgent } from "https://googleapis.deno.dev/v1/verifiedaccess:v2.ts";
Properties of the CrowdStrike agent installed on a device.
interface CrowdStrikeAgent {
readonly agentId?: string;
readonly customerId?: string;
}