| Name | Type | Description | Notes |
|---|---|---|---|
| data_store_id | str | ||
| data_store_type | str | ||
| data_store_name | str | ||
| cloud_account_id | str | ||
| cloud_service_provider | ServiceProvider | ||
| vulnerability_criticality_count | List[VulnerabilitiesCriticalityCountInner] | ||
| sensitivities_summary | List[SensitivitySummary] | ||
| custodian | str | [optional] |
from ibm_gdsc_sdk_saas.models.vulnerability_by_data_store_list_item import VulnerabilityByDataStoreListItem
# TODO update the JSON string below
json = "{}"
# create an instance of VulnerabilityByDataStoreListItem from a JSON string
vulnerability_by_data_store_list_item_instance = VulnerabilityByDataStoreListItem.from_json(json)
# print the JSON string representation of the object
print(VulnerabilityByDataStoreListItem.to_json())
# convert the object into a dict
vulnerability_by_data_store_list_item_dict = vulnerability_by_data_store_list_item_instance.to_dict()
# create an instance of VulnerabilityByDataStoreListItem from a dict
vulnerability_by_data_store_list_item_from_dict = VulnerabilityByDataStoreListItem.from_dict(vulnerability_by_data_store_list_item_dict)