ruạṛ
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 @ sn 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+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�ApprovalTemplatezr Group/User OCIDs of those who can approve/deny/revoke operator's request to access associated resources. �ACTIVE�CREATING�UPDATING�DELETING�DELETED�FAILED�ENABLED�DISABLEDc K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )aU Initializes a new ApprovalTemplate 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 ApprovalTemplate. :type id: str :param display_name: The value to assign to the display_name property of this ApprovalTemplate. :type display_name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ApprovalTemplate. Allowed values for this property are: "ACTIVE", "CREATING", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param approver_levels: The value to assign to the approver_levels property of this ApprovalTemplate. :type approver_levels: oci.lockbox.models.ApproverLevels :param compartment_id: The value to assign to the compartment_id property of this ApprovalTemplate. :type compartment_id: str :param auto_approval_state: The value to assign to the auto_approval_state property of this ApprovalTemplate. Allowed values for this property are: "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type auto_approval_state: str :param time_created: The value to assign to the time_created property of this ApprovalTemplate. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ApprovalTemplate. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this ApprovalTemplate. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ApprovalTemplate. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ApprovalTemplate. :type system_tags: dict(str, dict(str, object)) �strZApproverLevelsZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�lifecycle_state�approver_levels�compartment_id�auto_approval_state�time_created�time_updated� freeform_tags�defined_tags�system_tagsr ZdisplayNameZlifecycleStateZapproverLevelsZ compartmentIdZautoApprovalStateZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZ systemTagsN) Z swagger_typesZ attribute_map�_id� _display_name�_lifecycle_state�_approver_levels�_compartment_id�_auto_approval_state� _time_created� _time_updated�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r( �H/usr/lib/python3.9/site-packages/oci/lockbox/models/approval_template.py�__init__2 sF 7��zApprovalTemplate.__init__c C s | j S )z� **[Required]** Gets the id of this ApprovalTemplate. The unique identifier (OCID) of the approval template, which can't be changed after creation. :return: The id of this ApprovalTemplate. :rtype: str �r �r&