ExtensionThirdPartyAuthenticationFactorSettings

class oci.identity_domains.models.ExtensionThirdPartyAuthenticationFactorSettings(**kwargs)

Bases: object

This extension defines attributes used to manage Multi-Factor Authentication settings of third party provider

Methods

__init__(**kwargs) Initializes a new ExtensionThirdPartyAuthenticationFactorSettings object with values from keyword arguments.

Attributes

duo_security_settings Gets the duo_security_settings of this ExtensionThirdPartyAuthenticationFactorSettings.
__init__(**kwargs)

Initializes a new ExtensionThirdPartyAuthenticationFactorSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:duo_security_settings (oci.identity_domains.models.AuthenticationFactorSettingsDuoSecuritySettings) – The value to assign to the duo_security_settings property of this ExtensionThirdPartyAuthenticationFactorSettings.
duo_security_settings

Gets the duo_security_settings of this ExtensionThirdPartyAuthenticationFactorSettings.

Returns:The duo_security_settings of this ExtensionThirdPartyAuthenticationFactorSettings.
Return type:oci.identity_domains.models.AuthenticationFactorSettingsDuoSecuritySettings