SpecificNonComplianceContext
import type { SpecificNonComplianceContext } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";Additional context for SpecificNonComplianceReason.
interface SpecificNonComplianceContext {
readonly defaultApplicationContext?: DefaultApplicationContext;
oncWifiContext?: OncWifiContext;
passwordPoliciesContext?: PasswordPoliciesContext;
}§Properties
§
readonly defaultApplicationContext?: DefaultApplicationContext
[src]Output only. Additional context for non-compliance related to default application settings. See DEFAULT_APPLICATION_SETTING_FAILED_FOR_SCOPE.
§
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.