Class ChromePolicy
Represents a Chrome policy and its current state.
Implements
Inherited Members
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 |