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

GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies

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

The field and the value it must have for another field to be allowed to be set.

interface GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies {
sourceField?: string;
sourceFieldValue?: string;
}

§Properties

§
sourceField?: string
[src]

The source field which this field depends on.

§
sourceFieldValue?: string
[src]

The value which the source field must have for this field to be allowed to be set.