Footprints Data Model |
Table |
Name | secuty_policy |
Comment | A XACML security policy. |
Column |
Name | Datatype | Comment | Is PK | Is FK |
secuty_policy_id | bigint | The automatically generated primary key of the secuty_policy table. | Yes | No |
policy_id | varchar(255) | Policy Id | No | No |
policy_content | varchar(max) | xml blob with the content of the XACML policy | No | No |
create_date | datetime | Create Date | No | No |
delete_date | datetime | Logical Delete date | No | No |