UpdateContainerScanTargetDetails¶
-
class
oci.vulnerability_scanning.models.
UpdateContainerScanTargetDetails
(**kwargs)¶ Bases:
object
The information to update an existing container scan target
Methods
__init__
(**kwargs)Initializes a new UpdateContainerScanTargetDetails object with values from keyword arguments. Attributes
container_scan_recipe_id
Gets the container_scan_recipe_id of this UpdateContainerScanTargetDetails. defined_tags
Gets the defined_tags of this UpdateContainerScanTargetDetails. description
Gets the description of this UpdateContainerScanTargetDetails. display_name
Gets the display_name of this UpdateContainerScanTargetDetails. freeform_tags
Gets the freeform_tags of this UpdateContainerScanTargetDetails. target_registry
Gets the target_registry of this UpdateContainerScanTargetDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateContainerScanTargetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateContainerScanTargetDetails.
- description (str) – The value to assign to the description property of this UpdateContainerScanTargetDetails.
- target_registry (oci.vulnerability_scanning.models.UpdateContainerScanRegistryDetails) – The value to assign to the target_registry property of this UpdateContainerScanTargetDetails.
- container_scan_recipe_id (str) – The value to assign to the container_scan_recipe_id property of this UpdateContainerScanTargetDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateContainerScanTargetDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateContainerScanTargetDetails.
-
container_scan_recipe_id
¶ Gets the container_scan_recipe_id of this UpdateContainerScanTargetDetails. ID of the container scan recipe this target applies.
Returns: The container_scan_recipe_id of this UpdateContainerScanTargetDetails. Return type: str
Gets the defined_tags of this UpdateContainerScanTargetDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this UpdateContainerScanTargetDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateContainerScanTargetDetails. Target description.
Returns: The description of this UpdateContainerScanTargetDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateContainerScanTargetDetails. User friendly name of container scan target
Returns: The display_name of this UpdateContainerScanTargetDetails. Return type: str
Gets the freeform_tags of this UpdateContainerScanTargetDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Returns: The freeform_tags of this UpdateContainerScanTargetDetails. Return type: dict(str, str)
-
target_registry
¶ Gets the target_registry of this UpdateContainerScanTargetDetails.
Returns: The target_registry of this UpdateContainerScanTargetDetails. Return type: oci.vulnerability_scanning.models.UpdateContainerScanRegistryDetails
-