📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
adm
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/adm/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: detect_configuration.cpython-39.opt-1.pyc
a ���f9* � @ 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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zdd� Zd S )!�DetectConfigurationz[ A configuration to define the constraints when detecting vulnerable dependencies. �NEAREST�UNSET�NONE�LOW�MEDIUM�HIGH�CRITICALc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new DetectConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param exclusions: The value to assign to the exclusions property of this DetectConfiguration. :type exclusions: list[str] :param upgrade_policy: The value to assign to the upgrade_policy property of this DetectConfiguration. Allowed values for this property are: "NEAREST", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type upgrade_policy: str :param max_permissible_cvss_v2_score: The value to assign to the max_permissible_cvss_v2_score property of this DetectConfiguration. :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 DetectConfiguration. :type max_permissible_cvss_v3_score: float :param max_permissible_severity: The value to assign to the max_permissible_severity property of this DetectConfiguration. Allowed values for this property are: "UNSET", "NONE", "LOW", "MEDIUM", "HIGH", "CRITICAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type max_permissible_severity: str z list[str]�str�float)� exclusions�upgrade_policy�max_permissible_cvss_v2_score�max_permissible_cvss_v3_score�max_permissible_severityr Z upgradePolicyZmaxPermissibleCvssV2ScoreZmaxPermissibleCvssV3ScoreZmaxPermissibleSeverityN)Z swagger_typesZ attribute_map�_exclusions�_upgrade_policy�_max_permissible_cvss_v2_score�_max_permissible_cvss_v3_score�_max_permissible_severity)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/adm/models/detect_configuration.py�__init__. s"