📂 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
›
data_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: grant_summary.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 ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd � Zd!S )"�GrantSummaryz% The summary of user grants. �SYSTEM_PRIVILEGE�OBJECT_PRIVILEGE�ADMIN_PRIVILEGE�ROLE�CRITICAL�HIGH�MEDIUM�LOWc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) aM Initializes a new GrantSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this GrantSummary. :type key: str :param grant_name: The value to assign to the grant_name property of this GrantSummary. :type grant_name: str :param privilege_type: The value to assign to the privilege_type property of this GrantSummary. Allowed values for this property are: "SYSTEM_PRIVILEGE", "OBJECT_PRIVILEGE", "ADMIN_PRIVILEGE", "ROLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type privilege_type: str :param privilege_category: The value to assign to the privilege_category property of this GrantSummary. Allowed values for this property are: "CRITICAL", "HIGH", "MEDIUM", "LOW", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type privilege_category: str :param depth_level: The value to assign to the depth_level property of this GrantSummary. :type depth_level: int �str�int)�key� grant_name�privilege_type�privilege_category�depth_levelr Z grantNameZ privilegeTypeZprivilegeCategoryZ depthLevelN)Z swagger_typesZ attribute_map�_key�_grant_name�_privilege_type�_privilege_category�_depth_level)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/data_safe/models/grant_summary.py�__init__2 s"