Class GoogleChromePolicyVersionsV1PolicySchemaFieldKnownValueDescription
Provides detailed information about a known value that is allowed for a particular field in a PolicySchema.
Implements
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1.Data
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class GoogleChromePolicyVersionsV1PolicySchemaFieldKnownValueDescription : IDirectResponseSchema
Properties
Description
Output only. Additional description for this value.
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 |
FieldDependencies
Output only. Field conditions required for this value to be valid.
Declaration
[JsonProperty("fieldDependencies")]
public virtual IList<GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies> FieldDependencies { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleChromePolicyVersionsV1PolicySchemaFieldDependencies> |
Value
Output only. The string represenstation of the value that can be set for the field.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |