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

GoogleChromePolicyVersionsV1PolicySchemaRequiredItems

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

The fields that will become required based on the value of this field.

interface GoogleChromePolicyVersionsV1PolicySchemaRequiredItems {
fieldConditions?: string[];
requiredFields?: string[];
}

§Properties

§
fieldConditions?: string[]
[src]

The value(s) of the field that provoke required field enforcement. An empty field_conditions implies that any value assigned to this field will provoke required field enforcement.

§
requiredFields?: string[]
[src]

The fields that are required as a consequence of the field conditions.