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

SecurityPosture

import type { SecurityPosture } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

The security posture of the device, as determined by the current device state and the policies applied.

interface SecurityPosture {
devicePosture?:
| "POSTURE_UNSPECIFIED"
| "SECURE"
| "AT_RISK"
| "POTENTIALLY_COMPROMISED";
postureDetails?: PostureDetail[];
}

§Properties

§
devicePosture?: "POSTURE_UNSPECIFIED" | "SECURE" | "AT_RISK" | "POTENTIALLY_COMPROMISED"
[src]

Device's security posture value.

§
postureDetails?: PostureDetail[]
[src]

Additional details regarding the security posture of the device.