Show / Hide Table of Contents

Class WindowsSpecificDeviceAttributes

Represents the Windows specific attributes of a Device.

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

Properties

ETag

The ETag of the item.

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

Hotfixes

Output only. The hotfixes installed on the device.

Declaration
[JsonProperty("hotfixes")]
public virtual IList<string> Hotfixes { get; set; }
Property Value
Type Description
IList<string>

SecureBootMode

Output only. Secure boot mode of the device.

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

WindowsMachineDomain

Output only. The domain of the machine that the user is logged into. This is different from the windows_user_domain as the user could be logged into a domain different from the machine domain.

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

WindowsUserDomain

Output only. The domain of the user account that is logged into the machine.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX