Show / Hide Table of Contents

Class AntivirusInfo

Resource representing the anti-virus information of a Device.

Inheritance
object
AntivirusInfo
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 AntivirusInfo : IDirectResponseSchema

Properties

DisplayName

Output only. The display name of the anti-virus software.

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

ETag

The ETag of the item.

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

ProductGuid

Output only. The GUID of the anti-virus product.

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

ProductState

Output only. The state of the anti-virus.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX