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

GoogleChromePolicyVersionsV1ListGroupPriorityOrderingResponse

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

Response message for listing the group priority ordering of an app.

interface GoogleChromePolicyVersionsV1ListGroupPriorityOrderingResponse {
readonly groupIds?: string[];
readonly policyNamespace?: string;
readonly policySchema?: string;
}

§Properties

§
readonly groupIds?: string[]
[src]

Output only. The group IDs, in priority ordering.

§
readonly policyNamespace?: string
[src]

Output only. The namespace of the policy type of the group IDs.

§
readonly policySchema?: string
[src]

Output only. The schema name of the policy for the group IDs.

§

Output only. The target resource for which the group priority ordering has been retrieved.