Class GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
Resource representing the Endpoint Verification-specific attributes of a device.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes : IDirectResponseSchema
Properties
AdditionalSignals
Additional signals reported by Endpoint Verification. It includes the following attributes: * Non-configurable attributes: hotfixes, av_installed, av_enabled, windows_domain_name, is_os_native_firewall_enabled, and is_secure_boot_enabled. * Configurable attributes: file, folder, and binary attributes; registry entries; and properties in a plist.
Declaration
[JsonProperty("additionalSignals")]
public virtual IDictionary<string, object> AdditionalSignals { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
BrowserAttributes
Details of browser profiles reported by Endpoint Verification.
Declaration
[JsonProperty("browserAttributes")]
public virtual IList<GoogleAppsCloudidentityDevicesV1BrowserAttributes> BrowserAttributes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAppsCloudidentityDevicesV1BrowserAttributes> |
CertificateAttributes
Details of certificates.
Declaration
[JsonProperty("certificateAttributes")]
public virtual IList<GoogleAppsCloudidentityDevicesV1CertificateAttributes> CertificateAttributes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAppsCloudidentityDevicesV1CertificateAttributes> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |