Show / Hide Table of Contents

Class ExtensionThirdPartyAuthenticationFactorSettings

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

Inheritance
object
ExtensionThirdPartyAuthenticationFactorSettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class ExtensionThirdPartyAuthenticationFactorSettings

Properties

DuoSecuritySettings

Declaration
[JsonProperty(PropertyName = "duoSecuritySettings")]
public AuthenticationFactorSettingsDuoSecuritySettings DuoSecuritySettings { get; set; }
Property Value
Type Description
AuthenticationFactorSettingsDuoSecuritySettings
In this article
Back to top