Show / Hide Table of Contents

Class GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes

Resource representing the Endpoint Verification-specific attributes of a device.

Inheritance
object
GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX