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

PostureDetail

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

Additional details regarding the security posture of the device.

interface PostureDetail {
advice?: UserFacingMessage[];
securityRisk?:
| "SECURITY_RISK_UNSPECIFIED"
| "UNKNOWN_OS"
| "COMPROMISED_OS"
| "HARDWARE_BACKED_EVALUATION_FAILED";
}

§Properties

§

Corresponding admin-facing advice to mitigate this security risk and improve the security posture of the device.

§
securityRisk?: "SECURITY_RISK_UNSPECIFIED" | "UNKNOWN_OS" | "COMPROMISED_OS" | "HARDWARE_BACKED_EVALUATION_FAILED"
[src]

A specific security risk that negatively affects the security posture of the device.