BSIDCA custom attributes
DataLayer.Entity.RadiusAttribute
Class: RadiusAttribute
Summary: This class defines RADIUS attribute related data.
| Data Member | Data Type | Description | 
|---|---|---|
| AttributeName | String | Name of the attribute | 
| AttributeID | Integer | A unique identifier for the attribute | 
| ValueName | String | Value name | 
| Value | Byte array | Actual value in byte format | 
| VendorName | String | Name of the vendor | 
| VendorID | Integer | A unique identifier for the vendor | 
| format | ENUM | The data format for the particular attribute. The values can be: text, // UTF-8 String, // Binary ipaddr, // 32 Bit IP Address (IPv4) BE integer, // Int 32 BE date, // UInt 32 BE Epoch ipv6addr, // 16 octets in network byte order |