Show / Hide Table of Contents

Class NonComplianceDetailCondition

A compliance rule condition which is satisfied if there exists any matching NonComplianceDetail for the device. A NonComplianceDetail matches a NonComplianceDetailCondition if all the fields which are set within the NonComplianceDetailCondition match the corresponding NonComplianceDetail fields.

Inheritance
object
NonComplianceDetailCondition
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.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class NonComplianceDetailCondition : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

NonComplianceReason

The reason the device is not in compliance with the setting. If not set, then this condition matches any reason.

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

PackageName

The package name of the app that's out of compliance. If not set, then this condition matches any package name.

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

SettingName

The name of the policy setting. This is the JSON field name of a top-level Policy field. If not set, then this condition matches any setting name.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX