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

CrowdStrikeAgent

import type { CrowdStrikeAgent } from "https://googleapis.deno.dev/v1/verifiedaccess:v2.ts";

Properties of the CrowdStrike agent installed on a device.

interface CrowdStrikeAgent {
agentId?: string;
customerId?: string;
}

§Properties

§
agentId?: string
[src]

The Agent ID of the Crowdstrike agent.

§
customerId?: string
[src]

The Customer ID to which the agent belongs to.