wiz_cloud_resources

Details about cloud resources tracked by Wiz

id

Primary key
Unique identifier for the row

connection_id

Foreign key
ID of the connection that imported this resource

source_id

Foreign key
Identifier of the resource in Wiz

name

string
Name of the cloud resource

external_id

Foreign key
External identifier of the resource in the cloud provider

type

string
Type of the resource (VIRTUAL_MACHINE, CONTAINER, etc.)

native_type

string
Native type in the cloud provider

cloud_platform

string
Cloud platform (AWS, Azure, GCP, etc.)

status

string
Status of the resource (Active, Deleted, etc.)

region

string
Cloud region where the resource is located

resource_group_source_id

Foreign key
ID of the resource group

resource_group_name

string
Name of the resource group

is_open_to_all_internet

boolean
Boolean indicating if the resource is open to all internet

is_accessible_from_internet

boolean
Boolean indicating if the resource is accessible from the internet

has_access_to_sensitive_data

boolean
Boolean indicating if the resource has access to sensitive data

has_admin_privileges

boolean
Boolean indicating if the resource has admin privileges

has_high_privileges

boolean
Boolean indicating if the resource has high privileges

has_sensitive_data

boolean
Boolean indicating if the resource contains sensitive data

created_at

date
Timestamp when the resource was created in the cloud provider

updated_at

date
Timestamp when the resource was last updated in the cloud provider

deleted_at

date
Timestamp when the resource was deleted in the cloud provider

row_created_at

date
Timestamp of when the row was created in the local DB

row_updated_at

date
Timestamp of when the row was last updated in the local DB