Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | 
|---|---|---|---|---|---|---|---|---|
| mgm_id | numeric | 0 | √ | null | 
                                         | 
                                    
                                         | 
                                    The id of the SUSE Multi-Linux Manager instance that contains this data  | 
                                |
| report_id | numeric | 0 | √ | null | 
                                         | 
                                    
                                         | 
                                    The id of the security scan  | 
                                |
| system_id | numeric | 0 | √ | null | 
                                         | 
                                    
                                         | 
                                    The id of the system  | 
                                |
| action_id | numeric | 0 | √ | null | 
                                         | 
                                    
                                         | 
                                    The id of the action that triggered the scan  | 
                                |
| hostname | varchar | 128 | √ | null | 
                                         | 
                                    
                                         | 
                                    The hostname that identifies this system  | 
                                |
| organization | varchar | 128 | √ | null | 
                                         | 
                                    
                                         | 
                                    The organization that owns this data  | 
                                |
| environment_type | varchar | 120 | √ | null | 
                                         | 
                                    
                                         | 
                                    The type of the environment of the attested system  | 
                                |
| report_status | varchar | 32 | √ | null | 
                                         | 
                                    
                                         | 
                                    The status of the report  | 
                                |
| pass | numeric | 0 | √ | null | 
                                         | 
                                    
                                         | 
                                    The number of passed rules  | 
                                |
| fail | numeric | 0 | √ | null | 
                                         | 
                                    
                                         | 
                                    The number of failed rules  | 
                                |
| create_time | timestamptz | 35,6 | √ | null | 
                                         | 
                                    
                                         | 
                                    When the attestation was started  | 
                                |
| synced_date | timestamptz | 35,6 | √ | null | 
                                         | 
                                    
                                         | 
                                    The timestamp of when this data was last refreshed.  | 
                                
