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

GoogleChromePolicyVersionsV1PolicyTargetKey

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

The key used to identify the target on which the policy will be applied.

interface GoogleChromePolicyVersionsV1PolicyTargetKey {
additionalTargetKeys?: {
[key: string]: string;
}
;
targetResource?: string;
}

§Properties

§
additionalTargetKeys?: {
[key: string]: string;
}
[src]

Map containing the additional target key name and value pairs used to further identify the target of the policy.

§
targetResource?: string
[src]

The target resource on which this policy is applied. The following resources are supported: * Organizational Unit ("orgunits/{orgunit_id}") * Group ("groups/{group_id}")