HostScanAgentConfigurationOCI¶
-
class
oci.vulnerability_scanning.models.
HostScanAgentConfigurationOCI
(**kwargs)¶ Bases:
oci.vulnerability_scanning.models.host_scan_agent_configuration.HostScanAgentConfiguration
Agent configuration options for the OCI host scan agent
Attributes
VENDOR_OCI
str(object=’’) -> str VENDOR_QUALYS
str(object=’’) -> str VENDOR_TYPE_OCI
str(object=’’) -> str VENDOR_TYPE_QUALYS
str(object=’’) -> str cis_benchmark_settings
Gets the cis_benchmark_settings of this HostScanAgentConfigurationOCI. endpoint_protection_settings
Gets the endpoint_protection_settings of this HostScanAgentConfigurationOCI. vendor
[Required] Gets the vendor of this HostScanAgentConfiguration. vendor_type
Gets the vendor_type of this HostScanAgentConfiguration. Methods
__init__
(**kwargs)Initializes a new HostScanAgentConfigurationOCI object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
VENDOR_OCI
= 'OCI'¶
-
VENDOR_QUALYS
= 'QUALYS'¶
-
VENDOR_TYPE_OCI
= 'OCI'¶
-
VENDOR_TYPE_QUALYS
= 'QUALYS'¶
-
__init__
(**kwargs)¶ Initializes a new HostScanAgentConfigurationOCI object with values from keyword arguments. The default value of the
vendor
attribute of this class isOCI
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - vendor (str) – The value to assign to the vendor property of this HostScanAgentConfigurationOCI. Allowed values for this property are: “OCI”, “QUALYS”
- vendor_type (str) – The value to assign to the vendor_type property of this HostScanAgentConfigurationOCI. Allowed values for this property are: “OCI”, “QUALYS”
- cis_benchmark_settings (oci.vulnerability_scanning.models.HostCisBenchmarkSettings) – The value to assign to the cis_benchmark_settings property of this HostScanAgentConfigurationOCI.
- endpoint_protection_settings (oci.vulnerability_scanning.models.HostEndpointProtectionSettings) – The value to assign to the endpoint_protection_settings property of this HostScanAgentConfigurationOCI.
-
cis_benchmark_settings
¶ Gets the cis_benchmark_settings of this HostScanAgentConfigurationOCI.
Returns: The cis_benchmark_settings of this HostScanAgentConfigurationOCI. Return type: oci.vulnerability_scanning.models.HostCisBenchmarkSettings
-
endpoint_protection_settings
¶ Gets the endpoint_protection_settings of this HostScanAgentConfigurationOCI.
Returns: The endpoint_protection_settings of this HostScanAgentConfigurationOCI. Return type: oci.vulnerability_scanning.models.HostEndpointProtectionSettings
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
vendor
¶ [Required] Gets the vendor of this HostScanAgentConfiguration. Vendor to use for the host scan agent.
Allowed values for this property are: “OCI”, “QUALYS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The vendor of this HostScanAgentConfiguration. Return type: str
-
vendor_type
¶ Gets the vendor_type of this HostScanAgentConfiguration. Vendor to use for the host scan agent.
Allowed values for this property are: “OCI”, “QUALYS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The vendor_type of this HostScanAgentConfiguration. Return type: str
-