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

GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription

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

Provides special notice messages related to a particular value in a field that is part of a PolicySchema.

interface GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription {
readonly acknowledgementRequired?: boolean;
readonly field?: string;
readonly noticeMessage?: string;
readonly noticeValue?: string;
}

§Properties

§
readonly acknowledgementRequired?: boolean
[src]

Output only. Whether the user needs to acknowledge the notice message before the value can be set.

§
readonly field?: string
[src]

Output only. The field name associated with the notice.

§
readonly noticeMessage?: string
[src]

Output only. The notice message associate with the value of the field.

§
readonly noticeValue?: string
[src]

Output only. The value of the field that has a notice. When setting the field to this value, the user may be required to acknowledge the notice message in order for the value to be set.