Skip to main content

DeviceAuthRequiredInput

No description

type DeviceAuthRequiredInput {
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: DeviceAuthDeviceBelongsToInput
user: DeviceAuthUserBelongsToInput
nasDevice: DeviceAuthNasDeviceBelongsToInput
}

Fields#

id (ID)#

This a primary key for DeviceAuth

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)#

This a primary key for DeviceAuth

userId (ID)#

This a primary key for DeviceAuth

nasId (ID)#

This a primary key for DeviceAuth

device (DeviceAuthDeviceBelongsToInput)#

This is the mutation object for DeviceAuthDeviceBelongsTo

user (DeviceAuthUserBelongsToInput)#

This is the mutation object for DeviceAuthUserBelongsTo

nasDevice (DeviceAuthNasDeviceBelongsToInput)#

This is the mutation object for DeviceAuthNasDeviceBelongsTo