📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: vulnerability_audit.pyc
a M��f�n � @ 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 @ sj e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zed7d8� �Zej d9d8� �Zed:d;� �Zej d<d;� �Zed=d>� �Zej d?d>� �Zed@dA� �Zej dBdA� �ZedCdD� �Z e j dEdD� �Z edFdG� �Z!e!j dHdG� �Z!dIdJ� Z"dKdL� Z#dMdN� Z$dOS )P�VulnerabilityAudita� A Vulnerability Audit associates the Application Dependencies of a project with their associated Vulnerabilities. Each Vulnerability is associated with a score (Common Vulnerability Scoring System V2 or V3). A vulnerable Application Dependency can be ignored based on the configuration of the Vulnerability Audit. maxObservedCvssV2Score, maxObservedCvssV3Score and vulnerableArtifactsCount do not take into account non-vulnerable Application Dependency. �ACTIVE�CREATING�DELETED�DELETING�FAILED�MAVENc K s� ddddddddddddddddddd d d d�| _ dd ddddddddddddddddddd d�| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _ d!| _ d!| _d!| _d!| _ d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!| _d!S )"a� Initializes a new VulnerabilityAudit object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this VulnerabilityAudit. :type id: str :param display_name: The value to assign to the display_name property of this VulnerabilityAudit. :type display_name: str :param knowledge_base_id: The value to assign to the knowledge_base_id property of this VulnerabilityAudit. :type knowledge_base_id: str :param time_created: The value to assign to the time_created property of this VulnerabilityAudit. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this VulnerabilityAudit. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this VulnerabilityAudit. Allowed values for this property are: "ACTIVE", "CREATING", "DELETED", "DELETING", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param vulnerabilities: The value to assign to the vulnerabilities property of this VulnerabilityAudit. :type vulnerabilities: list[oci.adm.models.Vulnerability] :param max_observed_cvss_v2_score: The value to assign to the max_observed_cvss_v2_score property of this VulnerabilityAudit. :type max_observed_cvss_v2_score: float :param max_observed_cvss_v3_score: The value to assign to the max_observed_cvss_v3_score property of this VulnerabilityAudit. :type max_observed_cvss_v3_score: float :param max_observed_cvss_v2_score_with_ignored: The value to assign to the max_observed_cvss_v2_score_with_ignored property of this VulnerabilityAudit. :type max_observed_cvss_v2_score_with_ignored: float :param max_observed_cvss_v3_score_with_ignored: The value to assign to the max_observed_cvss_v3_score_with_ignored property of this VulnerabilityAudit. :type max_observed_cvss_v3_score_with_ignored: float :param vulnerable_artifacts_count_with_ignored: The value to assign to the vulnerable_artifacts_count_with_ignored property of this VulnerabilityAudit. :type vulnerable_artifacts_count_with_ignored: int :param vulnerable_artifacts_count: The value to assign to the vulnerable_artifacts_count property of this VulnerabilityAudit. :type vulnerable_artifacts_count: int :param configuration: The value to assign to the configuration property of this VulnerabilityAudit. :type configuration: oci.adm.models.VulnerabilityAuditConfiguration :param is_success: The value to assign to the is_success property of this VulnerabilityAudit. :type is_success: bool :param build_type: The value to assign to the build_type property of this VulnerabilityAudit. Allowed values for this property are: "MAVEN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type build_type: str :param source: The value to assign to the source property of this VulnerabilityAudit. :type source: oci.adm.models.VulnerabilityAuditSource :param compartment_id: The value to assign to the compartment_id property of this VulnerabilityAudit. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this VulnerabilityAudit. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this VulnerabilityAudit. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this VulnerabilityAudit. :type system_tags: dict(str, dict(str, object)) �str�datetimezlist[Vulnerability]�float�int�VulnerabilityAuditConfiguration�bool�VulnerabilityAuditSourcezdict(str, str)zdict(str, dict(str, object)))�id�display_name�knowledge_base_id�time_created�time_updated�lifecycle_state�vulnerabilities�max_observed_cvss_v2_score�max_observed_cvss_v3_score�'max_observed_cvss_v2_score_with_ignored�'max_observed_cvss_v3_score_with_ignored�'vulnerable_artifacts_count_with_ignored�vulnerable_artifacts_count� configuration� is_success� build_type�source�compartment_id� freeform_tags�defined_tags�system_tagsr �displayName�knowledgeBaseId�timeCreated�timeUpdated�lifecycleStater �maxObservedCvssV2Score�maxObservedCvssV3Score�!maxObservedCvssV2ScoreWithIgnored�!maxObservedCvssV3ScoreWithIgnored�#vulnerableArtifactsCountWithIgnored�vulnerableArtifactsCountr! � isSuccess� buildTyper$ � compartmentId�freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_id� _display_name�_knowledge_base_id� _time_created� _time_updated�_lifecycle_state�_vulnerabilities�_max_observed_cvss_v2_score�_max_observed_cvss_v3_score�(_max_observed_cvss_v2_score_with_ignored�(_max_observed_cvss_v3_score_with_ignored�(_vulnerable_artifacts_count_with_ignored�_vulnerable_artifacts_count�_configuration�_is_success�_build_type�_source�_compartment_id�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� rS ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/adm/models/vulnerability_audit.py�__init__+ s� _��zVulnerabilityAudit.__init__c C s | j S )a0 **[Required]** Gets the id of this VulnerabilityAudit. The Oracle Cloud identifier (`OCID`__) of the Vulnerability Audit. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this VulnerabilityAudit. :rtype: str �r<