RbacPrivilege¶
Contains database representation of single privileges
Fields¶
| Field | Type | Description |
|---|---|---|
| ConstrainedRbacObjectID | bigint | Internal ID that references the RbacObject entity (Foreign Key) |
| Created | datetime2 | Date/Time this privilege object was created |
| CreatedBy | nvarchar | OctoSAM user that created this privilege |
| Description | nvarchar | Descritpion of the privilege. Displayed in RBAC related user interfaces. |
| ID | bigint | Internal ID for the RbacPrivilege entity (Primary Key) |
| ID | bigint | Internal ID for the RbacPrivilege entity (Primary Key) |
| LastModification | datetime2 | Date/Time this privilege object was last modified |
| LastModifiedBy | nvarchar | OctoSAM user that last modified this entity |
| Name | nvarchar | Name of the privilege. This name is internal to OctoSAM and cannot be changed. |