📂 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
›
cloud_guard
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cloud_guard/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: security_score_aggregation.cpython-39.pyc
a ���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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�SecurityScoreAggregationzF Provides the dimensions and their corresponding count value. � EXCELLENT�GOOD�FAIR�POOR�NAc K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new SecurityScoreAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param dimensions_map: The value to assign to the dimensions_map property of this SecurityScoreAggregation. :type dimensions_map: dict(str, str) :param security_rating: The value to assign to the security_rating property of this SecurityScoreAggregation. Allowed values for this property are: "EXCELLENT", "GOOD", "FAIR", "POOR", "NA", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type security_rating: str :param security_score: The value to assign to the security_score property of this SecurityScoreAggregation. :type security_score: int zdict(str, str)�str�int)�dimensions_map�security_rating�security_scoreZ dimensionsMapZsecurityRatingZ securityScoreN)Z swagger_typesZ attribute_map�_dimensions_map�_security_rating�_security_score)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/cloud_guard/models/security_score_aggregation.py�__init__&