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