Show / Hide Table of Contents

Class ChromePolicy

Represents a Chrome policy and its current state.

Inheritance
object
ChromePolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class ChromePolicy : IDirectResponseSchema

Properties

Conflicts

Output only. A list of other policy values for the same policy name that were not applied due to lower precedence. This field is empty if there were no conflicts.

Declaration
[JsonProperty("conflicts")]
public virtual IList<PolicyConflict> Conflicts { get; set; }
Property Value
Type Description
IList<PolicyConflict>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Output only. The unique name of the Chrome policy. These names correspond to the policy names listed in Chrome Enterprise Policy List

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Scope

Output only. The scope at which the applied policy value is set (USER or MACHINE).

Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
Type Description
string

Source

Output only. The source from which the applied policy value originated.

Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
Type Description
string

Value

Output only. The currently applied value of the policy. The format depends on the policy type (e.g., boolean, string, JSON array/object).

Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX