ruạṛ
a O��f�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� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Ze d?d@� �Z e jdAd@� �Z e dBdC� �Z!e!jdDdC� �Z!dEdF� Z"dGdH� Z#dIdJ� Z$dKS )L�OperatorControlz� Operator Access Control enables you to grant, audit, or revoke the access Oracle has to your Exadata Cloud@Customer infrastructure, and obtain audit reports of all actions taken by a human operator, in a near real-time manner. �EXACC�EXADATAINFRASTRUCTURE�AUTONOMOUSVMCLUSTER�CLOUDAUTONOMOUSVMCLUSTER�CREATED�ASSIGNED� UNASSIGNED�DELETEDc K s� dddddddddddddddddddd�| _ dd d ddd dddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new OperatorControl object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this OperatorControl. :type id: str :param operator_control_name: The value to assign to the operator_control_name property of this OperatorControl. :type operator_control_name: str :param description: The value to assign to the description property of this OperatorControl. :type description: str :param approvers_list: The value to assign to the approvers_list property of this OperatorControl. :type approvers_list: list[str] :param approver_groups_list: The value to assign to the approver_groups_list property of this OperatorControl. :type approver_groups_list: list[str] :param pre_approved_op_action_list: The value to assign to the pre_approved_op_action_list property of this OperatorControl. :type pre_approved_op_action_list: list[str] :param approval_required_op_action_list: The value to assign to the approval_required_op_action_list property of this OperatorControl. :type approval_required_op_action_list: list[str] :param is_fully_pre_approved: The value to assign to the is_fully_pre_approved property of this OperatorControl. :type is_fully_pre_approved: bool :param email_id_list: The value to assign to the email_id_list property of this OperatorControl. :type email_id_list: list[str] :param resource_type: The value to assign to the resource_type property of this OperatorControl. Allowed values for this property are: "EXACC", "EXADATAINFRASTRUCTURE", "AUTONOMOUSVMCLUSTER", "CLOUDAUTONOMOUSVMCLUSTER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type resource_type: str :param system_message: The value to assign to the system_message property of this OperatorControl. :type system_message: str :param compartment_id: The value to assign to the compartment_id property of this OperatorControl. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this OperatorControl. Allowed values for this property are: "CREATED", "ASSIGNED", "UNASSIGNED", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_of_creation: The value to assign to the time_of_creation property of this OperatorControl. :type time_of_creation: datetime :param time_of_modification: The value to assign to the time_of_modification property of this OperatorControl. :type time_of_modification: datetime :param time_of_deletion: The value to assign to the time_of_deletion property of this OperatorControl. :type time_of_deletion: datetime :param last_modified_info: The value to assign to the last_modified_info property of this OperatorControl. :type last_modified_info: str :param freeform_tags: The value to assign to the freeform_tags property of this OperatorControl. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this OperatorControl. :type defined_tags: dict(str, dict(str, object)) �strz list[str]�bool�datetimezdict(str, str)zdict(str, dict(str, object)))�id�operator_control_name�description�approvers_list�approver_groups_list�pre_approved_op_action_list� approval_required_op_action_list�is_fully_pre_approved� email_id_list� resource_type�system_message�compartment_id�lifecycle_state�time_of_creation�time_of_modification�time_of_deletion�last_modified_info� freeform_tags�defined_tagsr �operatorControlNamer � approversList�approverGroupsList�preApprovedOpActionList�approvalRequiredOpActionList�isFullyPreApproved�emailIdList�resourceType� systemMessage� compartmentId�lifecycleState�timeOfCreation�timeOfModification�timeOfDeletion�lastModifiedInfo�freeformTags�definedTagsN)� swagger_types� attribute_map�_id�_operator_control_name�_description�_approvers_list�_approver_groups_list�_pre_approved_op_action_list�!_approval_required_op_action_list�_is_fully_pre_approved�_email_id_list�_resource_type�_system_message�_compartment_id�_lifecycle_state�_time_of_creation�_time_of_modification�_time_of_deletion�_last_modified_info�_freeform_tags� _defined_tags)�self�kwargs� rM ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/operator_access_control/models/operator_control.py�__init__0 sv W��zOperatorControl.__init__c C s | j S )z� **[Required]** Gets the id of this OperatorControl. The OCID of the operator control. :return: The id of this OperatorControl. :rtype: str �r8 �rK rM rM rN r � s zOperatorControl.idc C s || _ dS )z� Sets the id of this OperatorControl. The OCID of the operator control. :param id: The id of this OperatorControl. :type: str NrP )rK r rM rM rN r � s c C s | j S )z� **[Required]** Gets the operator_control_name of this OperatorControl. Name of the operator control. The name must be unique. :return: The operator_control_name of this OperatorControl. :rtype: str �r9 rQ rM rM rN r � s z%OperatorControl.operator_control_namec C s || _ dS )z� Sets the operator_control_name of this OperatorControl. Name of the operator control. The name must be unique. :param operator_control_name: The operator_control_name of this OperatorControl. :type: str NrR )rK r rM rM rN r � s c C s | j S )z� Gets the description of this OperatorControl. Description of operator control. :return: The description of this OperatorControl. :rtype: str �r: rQ rM rM rN r � s zOperatorControl.descriptionc C s || _ dS )z� Sets the description of this OperatorControl. Description of operator control. :param description: The description of this OperatorControl. :type: str NrS )rK r rM rM rN r s c C s | j S )a$ Gets the approvers_list of this OperatorControl. List of users who can approve an access request associated with a target resource under the governance of this operator control. :return: The approvers_list of this OperatorControl. :rtype: list[str] �r; rQ rM rM rN r s zOperatorControl.approvers_listc C s || _ dS )a1 Sets the approvers_list of this OperatorControl. List of users who can approve an access request associated with a target resource under the governance of this operator control. :param approvers_list: The approvers_list of this OperatorControl. :type: list[str] NrT )rK r rM rM rN r s c C s | j S )a6 Gets the approver_groups_list of this OperatorControl. List of user groups who can approve an access request associated with a target resource under the governance of this operator control. :return: The approver_groups_list of this OperatorControl. :rtype: list[str] �r<