ContainerRegistryVulnerabilityProperties Class
Additional context fields for container registry Vulnerability assessment.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.security.models._models_py3.AdditionalDataContainerRegistryVulnerabilityProperties
Constructor
ContainerRegistryVulnerabilityProperties(**kwargs)
Parameters
- assessed_resource_type
- str or AssessedResourceType
Required. Sub-assessment resource type.Constant filled by server. Possible values include: "SqlServerVulnerability", "ContainerRegistryVulnerability", "ServerVulnerability".
Variables
- type
- str
Vulnerability Type. e.g: Vulnerability, Potential Vulnerability, Information Gathered, Vulnerability.
- patchable
- bool
Indicates whether a patch is available or not.
- published_time
- datetime
Published time.
- vendor_references
- list[VendorReference]
- repository_name
- str
Name of the repository which the vulnerable image belongs to.
- image_digest
- str
Digest of the vulnerable image.
Feedback
Submit and view feedback for