ruạṛ
a ���f�J � @ 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 Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:S );�NamedCredentialSummaryz, A summary of the named credential. �RESOURCE�GLOBAL� ORACLE_DB�CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddddd� | _ dddd d ddd dddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a Initializes a new NamedCredentialSummary 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 NamedCredentialSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this NamedCredentialSummary. :type compartment_id: str :param name: The value to assign to the name property of this NamedCredentialSummary. :type name: str :param description: The value to assign to the description property of this NamedCredentialSummary. :type description: str :param scope: The value to assign to the scope property of this NamedCredentialSummary. Allowed values for this property are: "RESOURCE", "GLOBAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type scope: str :param type: The value to assign to the type property of this NamedCredentialSummary. Allowed values for this property are: "ORACLE_DB", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this NamedCredentialSummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "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 lifecycle_details: The value to assign to the lifecycle_details property of this NamedCredentialSummary. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this NamedCredentialSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this NamedCredentialSummary. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this NamedCredentialSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this NamedCredentialSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this NamedCredentialSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object))) �id�compartment_id�name�description�scope�type�lifecycle_state�lifecycle_details�time_created�time_updated� freeform_tags�defined_tags�system_tagsr Z compartmentIdr r r r ZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id�_name�_description�_scope�_type�_lifecycle_state�_lifecycle_details� _time_created� _time_updated�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r- �[/usr/lib/python3.9/site-packages/oci/database_management/models/named_credential_summary.py�__init__6 sR A��zNamedCredentialSummary.__init__c C s | j S )a **[Required]** Gets the id of this NamedCredentialSummary. The `OCID`__ of the named credential. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this NamedCredentialSummary. :rtype: str �r �r+ r- r- r. r � s zNamedCredentialSummary.idc C s || _ dS )a Sets the id of this NamedCredentialSummary. The `OCID`__ of the named credential. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this NamedCredentialSummary. :type: str Nr0 )r+ r r- r- r. r � s c C s | j S )a\ **[Required]** Gets the compartment_id of this NamedCredentialSummary. The `OCID`__ of the compartment in which the named credential resides. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this NamedCredentialSummary. :rtype: str �r r1 r- r- r. r � s z%NamedCredentialSummary.compartment_idc C s || _ dS )aZ Sets the compartment_id of this NamedCredentialSummary. The `OCID`__ of the compartment in which the named credential resides. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this NamedCredentialSummary. :type: str Nr2 )r+ r r- r- r. r � s c C s | j S )a� **[Required]** Gets the name of this NamedCredentialSummary. The name of the named credential. Valid characters are uppercase or lowercase letters, numbers, and "_". The name of the named credential cannot be modified. It must be unique in the compartment and must begin with an alphabetic character. :return: The name of this NamedCredentialSummary. :rtype: str �r r1 r- r- r. r � s zNamedCredentialSummary.namec C s || _ dS )a� Sets the name of this NamedCredentialSummary. The name of the named credential. Valid characters are uppercase or lowercase letters, numbers, and "_". The name of the named credential cannot be modified. It must be unique in the compartment and must begin with an alphabetic character. :param name: The name of this NamedCredentialSummary. :type: str Nr3 )r+ r r- r- r. r � s c C s | j S )z� **[Required]** Gets the description of this NamedCredentialSummary. The information specified by the user about the named credential. :return: The description of this NamedCredentialSummary. :rtype: str �r! r1 r- r- r. r � s z"NamedCredentialSummary.descriptionc C s || _ dS )z� Sets the description of this NamedCredentialSummary. The information specified by the user about the named credential. :param description: The description of this NamedCredentialSummary. :type: str Nr4 )r+ r r- r- r. r s c C s | j S )a� **[Required]** Gets the scope of this NamedCredentialSummary. The scope of the named credential. Allowed values for this property are: "RESOURCE", "GLOBAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The scope of this NamedCredentialSummary. :rtype: str )r"