Skip to main content

DeviceAuth

device authentication

type DeviceAuth implements Node {
id: ID!
userName: String
packetType: String
networkProfile: String
nasPortType: String
nasPortId: String
reason: String
arubaApGroup: String
arubaEssidName: String
createdAt: GQLTDate!
updatedAt: GQLTDate!
deviceId: ID
userId: ID
nasId: ID
device: Device
user: User
nasDevice: Device
}

Fields#

id (ID!)#

The ID of an object

userName (String)#

Username of the user trying to authenticate

packetType (String)#

Package type of the device authentication

networkProfile (String)#

defines the attributes for a connection to a basic service set (BSS) network

nasPortType (String)#

indicates the type of physical port the network access server (NAS) is using to authenticate the user

nasPortId (String)#

NAS Port ID indicates the physical NAS port number that is authenticating the user

reason (String)#

defines the reason of the authentication whether success or reject

arubaApGroup (String)#

defines the access point group

arubaEssidName (String)#

defines the unique name of the access point

createdAt (GQLTDate!)#

updatedAt (GQLTDate!)#

deviceId (ID)#

The ID of an object

userId (ID)#

The ID of an object

nasId (ID)#

The ID of an object

device (Device)#

Shows the device trying to authenticate to the access point

user (User)#

Shows the user trying to authenticate to the access point

nasDevice (Device)#

Shows the access point trying to be authenticated

Interfaces#

Node#

An object with an ID