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

EnvironmentDetails

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

Contains information about the environment Play Integrity API runs in, e.g. Play Protect verdict.

interface EnvironmentDetails {
appAccessRiskVerdict?: AppAccessRiskVerdict;
playProtectVerdict?:
| "PLAY_PROTECT_VERDICT_UNSPECIFIED"
| "UNEVALUATED"
| "NO_ISSUES"
| "NO_DATA"
| "MEDIUM_RISK"
| "HIGH_RISK"
| "POSSIBLE_RISK";
}

§Properties

§
appAccessRiskVerdict?: AppAccessRiskVerdict
[src]

The evaluation of the App Access Risk verdicts.

§
playProtectVerdict?: "PLAY_PROTECT_VERDICT_UNSPECIFIED" | "UNEVALUATED" | "NO_ISSUES" | "NO_DATA" | "MEDIUM_RISK" | "HIGH_RISK" | "POSSIBLE_RISK"
[src]

The evaluation of Play Protect verdict.