Class GoogleChromePolicyVersionsV1PolicySchemaFieldDescription
Provides detailed information for a particular field that is part of a PolicySchema.
Implements
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1.Data
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class GoogleChromePolicyVersionsV1PolicySchemaFieldDescription : IDirectResponseSchema
Properties
DefaultValue
Output only. Client default if the policy is unset.
Declaration
[JsonProperty("defaultValue")]
public virtual object DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
object |
Description
Deprecated. Use name and field_description instead. The description for the field.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Field
Output only. The name of the field for associated with this description.
Declaration
[JsonProperty("field")]
public virtual string Field { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldConstraints
Output only. Information on any input constraints associated on the values for the field.
Declaration
[JsonProperty("fieldConstraints")]
public virtual GoogleChromePolicyVersionsV1FieldConstraints FieldConstraints { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromePolicyVersionsV1FieldConstraints |
FieldDependencies
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.
Declaration
[JsonProperty("fieldDependencies")]
public virtual IList<GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies> FieldDependencies { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies> |
FieldDescription
Output only. The description of the field.
Declaration
[JsonProperty("fieldDescription")]
public virtual string FieldDescription { get; set; }
Property Value
Type | Description |
---|---|
string |
InputConstraint
Output only. Any input constraints associated on the values for the field.
Declaration
[JsonProperty("inputConstraint")]
public virtual string InputConstraint { get; set; }
Property Value
Type | Description |
---|---|
string |
KnownValueDescriptions
Output only. If the field has a set of known values, this field will provide a description for these values.
Declaration
[JsonProperty("knownValueDescriptions")]
public virtual IList<GoogleChromePolicyVersionsV1PolicySchemaFieldKnownValueDescription> KnownValueDescriptions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromePolicyVersionsV1PolicySchemaFieldKnownValueDescription> |
Name
Output only. The name of the field.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NestedFieldDescriptions
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.
Declaration
[JsonProperty("nestedFieldDescriptions")]
public virtual IList<GoogleChromePolicyVersionsV1PolicySchemaFieldDescription> NestedFieldDescriptions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromePolicyVersionsV1PolicySchemaFieldDescription> |
RequiredItems
Output only. Provides a list of fields that are required to be set if this field has a certain value.
Declaration
[JsonProperty("requiredItems")]
public virtual IList<GoogleChromePolicyVersionsV1PolicySchemaRequiredItems> RequiredItems { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromePolicyVersionsV1PolicySchemaRequiredItems> |