HostEndpointProtectionScanResultEndpointProtection

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

Bases: object

An endpoint protection found in a host scan

Attributes

SEVERITY_CRITICAL A constant which can be used with the severity property of a HostEndpointProtectionScanResultEndpointProtection.
SEVERITY_HIGH A constant which can be used with the severity property of a HostEndpointProtectionScanResultEndpointProtection.
SEVERITY_LOW A constant which can be used with the severity property of a HostEndpointProtectionScanResultEndpointProtection.
SEVERITY_MEDIUM A constant which can be used with the severity property of a HostEndpointProtectionScanResultEndpointProtection.
SEVERITY_NONE A constant which can be used with the severity property of a HostEndpointProtectionScanResultEndpointProtection.
configuration_finding [Required] Gets the configuration_finding of this HostEndpointProtectionScanResultEndpointProtection.
service [Required] Gets the service of this HostEndpointProtectionScanResultEndpointProtection.
severity [Required] Gets the severity of this HostEndpointProtectionScanResultEndpointProtection.
time_signature_updated [Required] Gets the time_signature_updated of this HostEndpointProtectionScanResultEndpointProtection.

Methods

__init__(**kwargs) Initializes a new HostEndpointProtectionScanResultEndpointProtection object with values from keyword arguments.
SEVERITY_CRITICAL = 'CRITICAL'

A constant which can be used with the severity property of a HostEndpointProtectionScanResultEndpointProtection. This constant has a value of “CRITICAL”

SEVERITY_HIGH = 'HIGH'

A constant which can be used with the severity property of a HostEndpointProtectionScanResultEndpointProtection. This constant has a value of “HIGH”

SEVERITY_LOW = 'LOW'

A constant which can be used with the severity property of a HostEndpointProtectionScanResultEndpointProtection. This constant has a value of “LOW”

SEVERITY_MEDIUM = 'MEDIUM'

A constant which can be used with the severity property of a HostEndpointProtectionScanResultEndpointProtection. This constant has a value of “MEDIUM”

SEVERITY_NONE = 'NONE'

A constant which can be used with the severity property of a HostEndpointProtectionScanResultEndpointProtection. This constant has a value of “NONE”

__init__(**kwargs)

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

Parameters:
  • service (str) – The value to assign to the service property of this HostEndpointProtectionScanResultEndpointProtection.
  • configuration_finding (str) – The value to assign to the configuration_finding property of this HostEndpointProtectionScanResultEndpointProtection.
  • time_signature_updated (datetime) – The value to assign to the time_signature_updated property of this HostEndpointProtectionScanResultEndpointProtection.
  • severity (str) – The value to assign to the severity property of this HostEndpointProtectionScanResultEndpointProtection. Allowed values for this property are: “NONE”, “LOW”, “MEDIUM”, “HIGH”, “CRITICAL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
configuration_finding

[Required] Gets the configuration_finding of this HostEndpointProtectionScanResultEndpointProtection. Configuration information for endpoint protection service at the time of scan

Returns:The configuration_finding of this HostEndpointProtectionScanResultEndpointProtection.
Return type:str
service

[Required] Gets the service of this HostEndpointProtectionScanResultEndpointProtection. Name of endpoint protection service

Returns:The service of this HostEndpointProtectionScanResultEndpointProtection.
Return type:str
severity

[Required] Gets the severity of this HostEndpointProtectionScanResultEndpointProtection. Problem severity

Allowed values for this property are: “NONE”, “LOW”, “MEDIUM”, “HIGH”, “CRITICAL”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The severity of this HostEndpointProtectionScanResultEndpointProtection.
Return type:str
time_signature_updated

[Required] Gets the time_signature_updated of this HostEndpointProtectionScanResultEndpointProtection. Date and time endpoint protection signature was updated, as described in RFC 3339

Returns:The time_signature_updated of this HostEndpointProtectionScanResultEndpointProtection.
Return type:datetime