Class UserAccessDevices
User access devices
[DataContract]
public class UserAccessDevices
- Inheritance
-
UserAccessDevices
- Inherited Members
Properties
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "email")]
public string Email { get; set; }
Property Value
Id
Id
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
Mac
Mac
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "mac")]
public string Mac { get; set; }
Property Value
Name
Name
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
SystemType
System type
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "systemType")]
public string SystemType { get; set; }
Property Value
Tags
Tags
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }
Property Value
TrustedAccessConnections
Trusted access connections
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "trustedAccessConnections")]
public List<TrustedAccessConnection> TrustedAccessConnections { get; set; }
Property Value
Username
Username
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "username")]
public string Username { get; set; }