📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
oda
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/oda/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: authentication_provider_summary.pyc
a O��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 ZdZ dZd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zd,d-� Zd.d/� Zd0d1� Zd2S )3�AuthenticationProviderSummaryz1 Summary of the Authentication Provider. �CLIENT_CREDENTIALS�AUTHORIZATION_CODE�GENERIC�OAM�GOOGLE� MICROSOFT�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a: Initializes a new AuthenticationProviderSummary 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 AuthenticationProviderSummary. :type id: str :param grant_type: The value to assign to the grant_type property of this AuthenticationProviderSummary. Allowed values for this property are: "CLIENT_CREDENTIALS", "AUTHORIZATION_CODE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type grant_type: str :param identity_provider: The value to assign to the identity_provider property of this AuthenticationProviderSummary. Allowed values for this property are: "GENERIC", "OAM", "GOOGLE", "MICROSOFT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type identity_provider: str :param name: The value to assign to the name property of this AuthenticationProviderSummary. :type name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AuthenticationProviderSummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "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 time_created: The value to assign to the time_created property of this AuthenticationProviderSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AuthenticationProviderSummary. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this AuthenticationProviderSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AuthenticationProviderSummary. :type defined_tags: dict(str, dict(str, object)) �str�datetimezdict(str, str)zdict(str, dict(str, object))) �id� grant_type�identity_provider�name�lifecycle_state�time_created�time_updated� freeform_tags�defined_tagsr � grantType�identityProviderr �lifecycleState�timeCreated�timeUpdated�freeformTags�definedTagsN)� swagger_types� attribute_map�_id�_grant_type�_identity_provider�_name�_lifecycle_state� _time_created� _time_updated�_freeform_tags� _defined_tags)�self�kwargs� r3 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/oda/models/authentication_provider_summary.py�__init__D s: 1� �z&AuthenticationProviderSummary.__init__c C s | j S )a **[Required]** Gets the id of this AuthenticationProviderSummary. Unique immutable identifier that was assigned when the Authentication Provider was created. :return: The id of this AuthenticationProviderSummary. :rtype: str �r( �r1 r3 r3 r4 r � s z AuthenticationProviderSummary.idc C s || _ dS )z� Sets the id of this AuthenticationProviderSummary. Unique immutable identifier that was assigned when the Authentication Provider was created. :param id: The id of this AuthenticationProviderSummary. :type: str Nr6 )r1 r r3 r3 r4 r � s c C s | j S )a� **[Required]** Gets the grant_type of this AuthenticationProviderSummary. The grant type for the Authentication Provider. Allowed values for this property are: "CLIENT_CREDENTIALS", "AUTHORIZATION_CODE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The grant_type of this AuthenticationProviderSummary. :rtype: str )r) r7 r3 r3 r4 r � s z(AuthenticationProviderSummary.grant_typec C s ddg}t ||�sd}|| _dS )z� Sets the grant_type of this AuthenticationProviderSummary. The grant type for the Authentication Provider. :param grant_type: The grant_type of this AuthenticationProviderSummary. :type: str r r �UNKNOWN_ENUM_VALUEN)r r) )r1 r �allowed_valuesr3 r3 r4 r � s c C s | j S )a� **[Required]** Gets the identity_provider of this AuthenticationProviderSummary. Which type of Identity Provider (IDP) you are using. Allowed values for this property are: "GENERIC", "OAM", "GOOGLE", "MICROSOFT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The identity_provider of this AuthenticationProviderSummary. :rtype: str )r* r7 r3 r3 r4 r � s z/AuthenticationProviderSummary.identity_providerc C s g d�}t ||�sd}|| _dS )a Sets the identity_provider of this AuthenticationProviderSummary. Which type of Identity Provider (IDP) you are using. :param identity_provider: The identity_provider of this AuthenticationProviderSummary. :type: str )r r r r r8 N)r r* )r1 r r9 r3 r3 r4 r � s c C s | j S )z� **[Required]** Gets the name of this AuthenticationProviderSummary. A name to identify the Authentication Provider. :return: The name of this AuthenticationProviderSummary. :rtype: str �r+ r7 r3 r3 r4 r � s z"AuthenticationProviderSummary.namec C s || _ dS )z� Sets the name of this AuthenticationProviderSummary. A name to identify the Authentication Provider. :param name: The name of this AuthenticationProviderSummary. :type: str Nr: )r1 r r3 r3 r4 r � s c C s | j S )a� **[Required]** Gets the lifecycle_state of this AuthenticationProviderSummary. The Authentication Provider's current state. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this AuthenticationProviderSummary. :rtype: str )r, r7 r3 r3 r4 r s z-AuthenticationProviderSummary.lifecycle_statec C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_state of this AuthenticationProviderSummary. The Authentication Provider's current state. :param lifecycle_state: The lifecycle_state of this AuthenticationProviderSummary. :type: str )r r r r r r r r8 N)r r, )r1 r r9 r3 r3 r4 r s c C s | j S )aW **[Required]** Gets the time_created of this AuthenticationProviderSummary. When the resource was created. A date-time string as described in `RFC 3339`__, section 14.29. __ https://tools.ietf.org/rfc/rfc3339 :return: The time_created of this AuthenticationProviderSummary. :rtype: datetime �r- r7 r3 r3 r4 r s z*AuthenticationProviderSummary.time_createdc C s || _ dS )aS Sets the time_created of this AuthenticationProviderSummary. When the resource was created. A date-time string as described in `RFC 3339`__, section 14.29. __ https://tools.ietf.org/rfc/rfc3339 :param time_created: The time_created of this AuthenticationProviderSummary. :type: datetime Nr; )r1 r r3 r3 r4 r . s c C s | j S )a\ **[Required]** Gets the time_updated of this AuthenticationProviderSummary. When the resource was last updated. A date-time string as described in `RFC 3339`__, section 14.29. __ https://tools.ietf.org/rfc/rfc3339 :return: The time_updated of this AuthenticationProviderSummary. :rtype: datetime �r. r7 r3 r3 r4 r < s z*AuthenticationProviderSummary.time_updatedc C s || _ dS )aX Sets the time_updated of this AuthenticationProviderSummary. When the resource was last updated. A date-time string as described in `RFC 3339`__, section 14.29. __ https://tools.ietf.org/rfc/rfc3339 :param time_updated: The time_updated of this AuthenticationProviderSummary. :type: datetime Nr<