UpdateHostScanRecipeDetails

class oci.vulnerability_scanning.models.UpdateHostScanRecipeDetails(**kwargs)

Bases: object

The information to update an existing host scan recipe

Methods

__init__(**kwargs) Initializes a new UpdateHostScanRecipeDetails object with values from keyword arguments.

Attributes

agent_settings Gets the agent_settings of this UpdateHostScanRecipeDetails.
application_settings Gets the application_settings of this UpdateHostScanRecipeDetails.
defined_tags Gets the defined_tags of this UpdateHostScanRecipeDetails.
display_name Gets the display_name of this UpdateHostScanRecipeDetails.
freeform_tags Gets the freeform_tags of this UpdateHostScanRecipeDetails.
port_settings Gets the port_settings of this UpdateHostScanRecipeDetails.
schedule Gets the schedule of this UpdateHostScanRecipeDetails.
__init__(**kwargs)

Initializes a new UpdateHostScanRecipeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
agent_settings

Gets the agent_settings of this UpdateHostScanRecipeDetails.

Returns:The agent_settings of this UpdateHostScanRecipeDetails.
Return type:oci.vulnerability_scanning.models.HostScanAgentSettings
application_settings

Gets the application_settings of this UpdateHostScanRecipeDetails.

Returns:The application_settings of this UpdateHostScanRecipeDetails.
Return type:oci.vulnerability_scanning.models.ApplicationScanSettings
defined_tags

Gets the defined_tags of this UpdateHostScanRecipeDetails. 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 UpdateHostScanRecipeDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this UpdateHostScanRecipeDetails. Recipe identifier, which can be renamed. Avoid entering confidential information.

Returns:The display_name of this UpdateHostScanRecipeDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateHostScanRecipeDetails. 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 UpdateHostScanRecipeDetails.
Return type:dict(str, str)
port_settings

Gets the port_settings of this UpdateHostScanRecipeDetails.

Returns:The port_settings of this UpdateHostScanRecipeDetails.
Return type:oci.vulnerability_scanning.models.HostScanPortSettings
schedule

Gets the schedule of this UpdateHostScanRecipeDetails.

Returns:The schedule of this UpdateHostScanRecipeDetails.
Return type:oci.vulnerability_scanning.models.Schedule