📂 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: database_view_access_entry_summary.cpython-39.pyc
a ���fv � @ 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 dZdZdZ dZdZd Zd ZdZdZd ZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Z e jd$d#� �Z ed%d&� �Z!e!jd'd&� �Z!ed(d)� �Z"e"jd*d)� �Z"ed+d,� �Z#e#jd-d,� �Z#ed.d/� �Z$e$jd0d/� �Z$ed1d2� �Z%e%jd3d2� �Z%ed4d5� �Z&e&jd6d5� �Z&ed7d8� �Z'e'jd9d8� �Z'ed:d;� �Z(e(jd<d;� �Z(ed=d>� �Z)e)jd?d>� �Z)ed@dA� �Z*e*jdBdA� �Z*edCdD� �Z+e+jdEdD� �Z+edFdG� �Z,e,jdHdG� �Z,edIdJ� �Z-e-jdKdJ� �Z-edLdM� �Z.e.jdNdM� �Z.dOdP� Z/dQdR� Z0dSdT� Z1dUS )V�DatabaseViewAccessEntrySummaryz/ Summary of DatabaseViewAccess Object. �SELECT�UPDATE�INSERT�DELETE�OWNER�READ�INDEX�SELECT_ANY_TABLE�UPDATE_ANY_TABLE�INSERT_ANY_TABLE�DELETE_ANY_TABLE�READ_ANY_TABLE�CREATE_ANY_INDEX�ADMIN_OPTION�GRANT_OPTIONc K s� ddddddddddddddddddddd�| _ dddddd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _dS )a Initializes a new DatabaseViewAccessEntrySummary 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 DatabaseViewAccessEntrySummary. :type key: str :param grantee: The value to assign to the grantee property of this DatabaseViewAccessEntrySummary. :type grantee: str :param grant_from_role: The value to assign to the grant_from_role property of this DatabaseViewAccessEntrySummary. :type grant_from_role: str :param access_type: The value to assign to the access_type property of this DatabaseViewAccessEntrySummary. Allowed values for this property are: "SELECT", "UPDATE", "INSERT", "DELETE", "OWNER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type access_type: str :param privilege: The value to assign to the privilege property of this DatabaseViewAccessEntrySummary. Allowed values for this property are: "SELECT", "UPDATE", "INSERT", "DELETE", "READ", "OWNER", "INDEX", "SELECT_ANY_TABLE", "UPDATE_ANY_TABLE", "INSERT_ANY_TABLE", "DELETE_ANY_TABLE", "READ_ANY_TABLE", "CREATE_ANY_INDEX", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type privilege: str :param target_id: The value to assign to the target_id property of this DatabaseViewAccessEntrySummary. :type target_id: str :param privilege_grantable: The value to assign to the privilege_grantable property of this DatabaseViewAccessEntrySummary. Allowed values for this property are: "ADMIN_OPTION", "GRANT_OPTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type privilege_grantable: str :param privilege_type: The value to assign to the privilege_type property of this DatabaseViewAccessEntrySummary. :type privilege_type: str :param table_schema: The value to assign to the table_schema property of this DatabaseViewAccessEntrySummary. :type table_schema: str :param table_name: The value to assign to the table_name property of this DatabaseViewAccessEntrySummary. :type table_name: str :param view_schema: The value to assign to the view_schema property of this DatabaseViewAccessEntrySummary. :type view_schema: str :param view_name: The value to assign to the view_name property of this DatabaseViewAccessEntrySummary. :type view_name: str :param view_text: The value to assign to the view_text property of this DatabaseViewAccessEntrySummary. :type view_text: str :param column_name: The value to assign to the column_name property of this DatabaseViewAccessEntrySummary. :type column_name: str :param grantor: The value to assign to the grantor property of this DatabaseViewAccessEntrySummary. :type grantor: str :param is_access_constrained_by_database_vault: The value to assign to the is_access_constrained_by_database_vault property of this DatabaseViewAccessEntrySummary. :type is_access_constrained_by_database_vault: bool :param is_access_constrained_by_virtual_private_database: The value to assign to the is_access_constrained_by_virtual_private_database property of this DatabaseViewAccessEntrySummary. :type is_access_constrained_by_virtual_private_database: bool :param is_access_constrained_by_redaction: The value to assign to the is_access_constrained_by_redaction property of this DatabaseViewAccessEntrySummary. :type is_access_constrained_by_redaction: bool :param is_access_constrained_by_real_application_security: The value to assign to the is_access_constrained_by_real_application_security property of this DatabaseViewAccessEntrySummary. :type is_access_constrained_by_real_application_security: bool :param is_access_constrained_by_sql_firewall: The value to assign to the is_access_constrained_by_sql_firewall property of this DatabaseViewAccessEntrySummary. :type is_access_constrained_by_sql_firewall: bool �str�bool)�key�grantee�grant_from_role�access_type� privilege� target_id�privilege_grantable�privilege_type�table_schema� table_name�view_schema� view_name� view_text�column_name�grantor�'is_access_constrained_by_database_vault�1is_access_constrained_by_virtual_private_database�"is_access_constrained_by_redaction�2is_access_constrained_by_real_application_security�%is_access_constrained_by_sql_firewallr r Z grantFromRoleZ accessTyper ZtargetIdZprivilegeGrantableZ privilegeTypeZtableSchemaZ tableNameZ viewSchemaZviewNameZviewTextZ columnNamer&