LicenseManagerRbacUserFavoriteFeature
User specific selection of favorite license manager features to display.
erDiagram
LicenseManagerServerFeature ||--o{ LicenseManagerRbacUserFavoriteFeature : "LicenseManagerServerFeatureID"
RbacUser ||--o{ LicenseManagerRbacUserFavoriteFeature : "RbacUserID"
Fields
| Field |
Type |
Description |
| ID |
numeric |
Internal ID for the LicenseManagerRbacUserFavoriteFeature entity (Primary Key) |
| LastModified |
datetime |
Date/Time this entity was last modified |
| LicenseManagerServerFeatureID |
numeric |
Internal ID that references the LicenseManagerServerFeature entity (Foreign Key) |
| RbacUserID |
numeric |
Internal ID that references the RbacUser entity (Foreign Key) |
| SortOrder |
numeric |
OctoSAM Inventory sorts favorite features in ascending sort order by default |
References
| Column Name |
Referenced Table |
Description |
| LicenseManagerServerFeatureID |
LicenseManagerServerFeature |
Defines a feature within a license manager server |
| RbacUserID |
RbacUser |
User object for RBAC. Typically replicated from Active Directory. |