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

GoogleChromePolicyVersionsV1PolicySchemaFieldDescription

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

Provides detailed information for a particular field that is part of a PolicySchema.

interface GoogleChromePolicyVersionsV1PolicySchemaFieldDescription {
readonly defaultValue?: any;
description?: string;
readonly field?: string;
readonly fieldDescription?: string;
readonly inputConstraint?: string;
readonly name?: string;
readonly nestedFieldDescriptions?: GoogleChromePolicyVersionsV1PolicySchemaFieldDescription[];
}

§Properties

§
readonly defaultValue?: any
[src]

Output only. Client default if the policy is unset.

§
description?: string
[src]

Deprecated. Use name and field_description instead. The description for the field.

§
readonly field?: string
[src]

Output only. The name of the field for associated with this description.

§

Output only. Information on any input constraints associated on the values for the field.

§

Output only. Provides a list of fields and values. At least one of the fields must have the corresponding value in order for this field to be allowed to be set.

§
readonly fieldDescription?: string
[src]

Output only. The description of the field.

§
readonly inputConstraint?: string
[src]

Output only. Any input constraints associated on the values for the field.

§

Output only. If the field has a set of known values, this field will provide a description for these values.

§
readonly name?: string
[src]

Output only. The name of the field.

§

Output only. Provides the description of the fields nested in this field, if the field is a message type that defines multiple fields. Fields are suggested to be displayed by the ordering in this list, not by field number.

§

Output only. Provides a list of fields that are required to be set if this field has a certain value.