Class GoogleChromePolicyVersionsV1ResolvedPolicy
The resolved value of a policy for a given target.
Implements
Inherited Members
Namespace: Google.Apis.ChromePolicy.v1.Data
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class GoogleChromePolicyVersionsV1ResolvedPolicy : IDirectResponseSchema
Properties
AddedSourceKey
Output only. The added source key establishes at which level an entity was explicitly added for management. This is useful for certain type of policies that are only applied if they are explicitly added for management. For example: apps and networks. An entity can only be deleted from management in an Organizational Unit that it was explicitly added to. If this is not present it means that the policy is managed without the need to explicitly add an entity, for example: standard user or device policies.
Declaration
[JsonProperty("addedSourceKey")]
public virtual GoogleChromePolicyVersionsV1PolicyTargetKey AddedSourceKey { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromePolicyVersionsV1PolicyTargetKey |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceKey
Output only. The source resource from which this policy value is obtained. May be the same as targetKey
if
the policy is directly modified on the target, otherwise it would be another resource from which the policy
gets its value (if applicable). If not present, the source is the default value for the customer.
Declaration
[JsonProperty("sourceKey")]
public virtual GoogleChromePolicyVersionsV1PolicyTargetKey SourceKey { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromePolicyVersionsV1PolicyTargetKey |
TargetKey
Output only. The target resource for which the resolved policy value applies.
Declaration
[JsonProperty("targetKey")]
public virtual GoogleChromePolicyVersionsV1PolicyTargetKey TargetKey { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromePolicyVersionsV1PolicyTargetKey |
Value
Output only. The resolved value of the policy.
Declaration
[JsonProperty("value")]
public virtual GoogleChromePolicyVersionsV1PolicyValue Value { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromePolicyVersionsV1PolicyValue |