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

SpecificNonComplianceContext

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

Additional context for SpecificNonComplianceReason.

interface SpecificNonComplianceContext {
oncWifiContext?: OncWifiContext;
passwordPoliciesContext?: PasswordPoliciesContext;
}

§Properties

§
oncWifiContext?: OncWifiContext
[src]

Additional context for non-compliance related to Wi-Fi configuration. See ONC_WIFI_INVALID_VALUE and ONC_WIFI_API_LEVEL

§
passwordPoliciesContext?: PasswordPoliciesContext
[src]

Additional context for non-compliance related to password policies. See PASSWORD_POLICIES_PASSWORD_EXPIRED and PASSWORD_POLICIES_PASSWORD_NOT_SUFFICIENT.