Class AntivirusInfo
Resource representing the anti-virus information of a Device.
Implements
Inherited Members
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 |