📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
oda
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/oda/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_authentication_provider_details.cpython-39.opt-1.pyc
a ���f D � @ 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 @ sh e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�#UpdateAuthenticationProviderDetailsz: Properties to update an Authentication Provider. c K s� ddddddddddddd�| _ dddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new UpdateAuthenticationProviderDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param token_endpoint_url: The value to assign to the token_endpoint_url property of this UpdateAuthenticationProviderDetails. :type token_endpoint_url: str :param authorization_endpoint_url: The value to assign to the authorization_endpoint_url property of this UpdateAuthenticationProviderDetails. :type authorization_endpoint_url: str :param short_authorization_code_request_url: The value to assign to the short_authorization_code_request_url property of this UpdateAuthenticationProviderDetails. :type short_authorization_code_request_url: str :param revoke_token_endpoint_url: The value to assign to the revoke_token_endpoint_url property of this UpdateAuthenticationProviderDetails. :type revoke_token_endpoint_url: str :param client_id: The value to assign to the client_id property of this UpdateAuthenticationProviderDetails. :type client_id: str :param client_secret: The value to assign to the client_secret property of this UpdateAuthenticationProviderDetails. :type client_secret: str :param scopes: The value to assign to the scopes property of this UpdateAuthenticationProviderDetails. :type scopes: str :param subject_claim: The value to assign to the subject_claim property of this UpdateAuthenticationProviderDetails. :type subject_claim: str :param refresh_token_retention_period_in_days: The value to assign to the refresh_token_retention_period_in_days property of this UpdateAuthenticationProviderDetails. :type refresh_token_retention_period_in_days: int :param redirect_url: The value to assign to the redirect_url property of this UpdateAuthenticationProviderDetails. :type redirect_url: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateAuthenticationProviderDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateAuthenticationProviderDetails. :type defined_tags: dict(str, dict(str, object)) �str�intzdict(str, str)zdict(str, dict(str, object)))�token_endpoint_url�authorization_endpoint_url�$short_authorization_code_request_url�revoke_token_endpoint_url� client_id� client_secret�scopes� subject_claim�&refresh_token_retention_period_in_days�redirect_url� freeform_tags�defined_tagsZtokenEndpointUrlZauthorizationEndpointUrlZ shortAuthorizationCodeRequestUrlZrevokeTokenEndpointUrlZclientIdZclientSecretr ZsubjectClaimZ!refreshTokenRetentionPeriodInDaysZredirectUrlZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_token_endpoint_url�_authorization_endpoint_url�%_short_authorization_code_request_url�_revoke_token_endpoint_url� _client_id�_client_secret�_scopes�_subject_claim�'_refresh_token_retention_period_in_days� _redirect_url�_freeform_tags� _defined_tags)�self�kwargs� r# �Y/usr/lib/python3.9/site-packages/oci/oda/models/update_authentication_provider_details.py�__init__ sL 7��z,UpdateAuthenticationProviderDetails.__init__c C s | j S )z� Gets the token_endpoint_url of this UpdateAuthenticationProviderDetails. The IDPs URL for requesting access tokens. :return: The token_endpoint_url of this UpdateAuthenticationProviderDetails. :rtype: str �r �r! r# r# r$ r s s z6UpdateAuthenticationProviderDetails.token_endpoint_urlc C s || _ dS )a Sets the token_endpoint_url of this UpdateAuthenticationProviderDetails. The IDPs URL for requesting access tokens. :param token_endpoint_url: The token_endpoint_url of this UpdateAuthenticationProviderDetails. :type: str Nr&