Class GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription
Provides special notice messages related to a particular value in a 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 GoogleChromePolicyVersionsV1PolicySchemaNoticeDescription : IDirectResponseSchema
Properties
AcknowledgementRequired
Output only. Whether the user needs to acknowledge the notice message before the value can be set.
Declaration
[JsonProperty("acknowledgementRequired")]
public virtual bool? AcknowledgementRequired { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Field
Output only. The field name associated with the notice.
Declaration
[JsonProperty("field")]
public virtual string Field { get; set; }
Property Value
Type | Description |
---|---|
string |
NoticeMessage
Output only. The notice message associate with the value of the field.
Declaration
[JsonProperty("noticeMessage")]
public virtual string NoticeMessage { get; set; }
Property Value
Type | Description |
---|---|
string |
NoticeValue
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.
Declaration
[JsonProperty("noticeValue")]
public virtual string NoticeValue { get; set; }
Property Value
Type | Description |
---|---|
string |