📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
adm
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/adm/models
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: vulnerability_audit_configuration.pyc
a M��f � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�VulnerabilityAuditConfigurationaD Configuration for a Vulnerability Audit. A vulnerable Application Dependency is ignored if its name does match any of the items in `exclusions`, or all of the associated Vulnerabilies have a CVSS v2 score below `maxPermissibleCvssV2Score` and a CVSS v3 score below `maxPermissibleCvssV3Score`. type: object c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a1 Initializes a new VulnerabilityAuditConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param max_permissible_cvss_v2_score: The value to assign to the max_permissible_cvss_v2_score property of this VulnerabilityAuditConfiguration. :type max_permissible_cvss_v2_score: float :param max_permissible_cvss_v3_score: The value to assign to the max_permissible_cvss_v3_score property of this VulnerabilityAuditConfiguration. :type max_permissible_cvss_v3_score: float :param exclusions: The value to assign to the exclusions property of this VulnerabilityAuditConfiguration. :type exclusions: list[str] �floatz list[str])�max_permissible_cvss_v2_score�max_permissible_cvss_v3_score� exclusions�maxPermissibleCvssV2Score�maxPermissibleCvssV3Scorer N)� swagger_types� attribute_map�_max_permissible_cvss_v2_score�_max_permissible_cvss_v3_score�_exclusions)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/adm/models/vulnerability_audit_configuration.py�__init__ s ��z(VulnerabilityAuditConfiguration.__init__c C s | j S )a� Gets the max_permissible_cvss_v2_score of this VulnerabilityAuditConfiguration. A vulnerable Application Dependency is ignored if the score of its associated Vulnerability is below maxPermissibleCvssV2Score and below maxPermissibleCvssV3Score. :return: The max_permissible_cvss_v2_score of this VulnerabilityAuditConfiguration. :rtype: float �r �r r r r r 4 s z=VulnerabilityAuditConfiguration.max_permissible_cvss_v2_scorec C s || _ dS )a� Sets the max_permissible_cvss_v2_score of this VulnerabilityAuditConfiguration. A vulnerable Application Dependency is ignored if the score of its associated Vulnerability is below maxPermissibleCvssV2Score and below maxPermissibleCvssV3Score. :param max_permissible_cvss_v2_score: The max_permissible_cvss_v2_score of this VulnerabilityAuditConfiguration. :type: float Nr )r r r r r r @ s c C s | j S )a� Gets the max_permissible_cvss_v3_score of this VulnerabilityAuditConfiguration. A vulnerable Application Dependency is ignored if the score of its associated Vulnerability is below maxPermissibleCvssV2Score and below maxPermissibleCvssV3Score. :return: The max_permissible_cvss_v3_score of this VulnerabilityAuditConfiguration. :rtype: float �r r r r r r L s z=VulnerabilityAuditConfiguration.max_permissible_cvss_v3_scorec C s || _ dS )a� Sets the max_permissible_cvss_v3_score of this VulnerabilityAuditConfiguration. A vulnerable Application Dependency is ignored if the score of its associated Vulnerability is below maxPermissibleCvssV2Score and below maxPermissibleCvssV3Score. :param max_permissible_cvss_v3_score: The max_permissible_cvss_v3_score of this VulnerabilityAuditConfiguration. :type: float Nr )r r r r r r X s c C s | j S )a Gets the exclusions of this VulnerabilityAuditConfiguration. A vulnerable Application Dependency is ignored if its name matches any of the items in `exclusions`. :return: The exclusions of this VulnerabilityAuditConfiguration. :rtype: list[str] �r r r r r r d s z*VulnerabilityAuditConfiguration.exclusionsc C s || _ dS )a) Sets the exclusions of this VulnerabilityAuditConfiguration. A vulnerable Application Dependency is ignored if its name matches any of the items in `exclusions`. :param exclusions: The exclusions of this VulnerabilityAuditConfiguration. :type: list[str] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z(VulnerabilityAuditConfiguration.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z&VulnerabilityAuditConfiguration.__eq__c C s | |k S r r r r r r �__ne__� s z&VulnerabilityAuditConfiguration.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r r r r r s"