📂 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: create_vulnerability_audit_details.cpython-39.pyc
a ���f3 � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�CreateVulnerabilityAuditDetailsz2 Details to create a vulnerability audit. c K sx ddddddddddd� | _ d d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a Initializes a new CreateVulnerabilityAuditDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param knowledge_base_id: The value to assign to the knowledge_base_id property of this CreateVulnerabilityAuditDetails. :type knowledge_base_id: str :param compartment_id: The value to assign to the compartment_id property of this CreateVulnerabilityAuditDetails. :type compartment_id: str :param application_dependencies: The value to assign to the application_dependencies property of this CreateVulnerabilityAuditDetails. :type application_dependencies: list[oci.adm.models.ApplicationDependency] :param build_type: The value to assign to the build_type property of this CreateVulnerabilityAuditDetails. :type build_type: str :param configuration: The value to assign to the configuration property of this CreateVulnerabilityAuditDetails. :type configuration: oci.adm.models.VulnerabilityAuditConfiguration :param usage_data: The value to assign to the usage_data property of this CreateVulnerabilityAuditDetails. :type usage_data: oci.adm.models.UsageDataDetails :param display_name: The value to assign to the display_name property of this CreateVulnerabilityAuditDetails. :type display_name: str :param source: The value to assign to the source property of this CreateVulnerabilityAuditDetails. :type source: oci.adm.models.VulnerabilityAuditSource :param freeform_tags: The value to assign to the freeform_tags property of this CreateVulnerabilityAuditDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateVulnerabilityAuditDetails. :type defined_tags: dict(str, dict(str, object)) �strzlist[ApplicationDependency]ZVulnerabilityAuditConfigurationZUsageDataDetailsZVulnerabilityAuditSourcezdict(str, str)zdict(str, dict(str, object))) �knowledge_base_id�compartment_id�application_dependencies� build_type� configuration� usage_data�display_name�source� freeform_tags�defined_tagsZknowledgeBaseIdZ compartmentIdZapplicationDependenciesZ buildTyper Z usageDataZdisplayNamer ZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_knowledge_base_id�_compartment_id�_application_dependencies�_build_type�_configuration�_usage_data� _display_name�_source�_freeform_tags� _defined_tags)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/adm/models/create_vulnerability_audit_details.py�__init__ s@ /�� z(CreateVulnerabilityAuditDetails.__init__c C s | j S )ac **[Required]** Gets the knowledge_base_id of this CreateVulnerabilityAuditDetails. The Oracle Cloud identifier (`OCID`__) of the knowledge base. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The knowledge_base_id of this CreateVulnerabilityAuditDetails. :rtype: str �r �r r r r r e s z1CreateVulnerabilityAuditDetails.knowledge_base_idc C s || _ dS )ad Sets the knowledge_base_id of this CreateVulnerabilityAuditDetails. The Oracle Cloud identifier (`OCID`__) of the knowledge base. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param knowledge_base_id: The knowledge_base_id of this CreateVulnerabilityAuditDetails. :type: str Nr! )r r r r r r s s c C s | j S )a� Gets the compartment_id of this CreateVulnerabilityAuditDetails. The compartment Oracle Cloud identifier (`OCID`__) of the vulnerability audit. If compartment identifier is not provided the compartment of the associated knowledge base will be used instead. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateVulnerabilityAuditDetails. :rtype: str �r r"