Show / Hide Table of Contents

Class AuthenticationFactorSettingsThirdPartyFactor

Settings related to third-party factor
Added In: 19.2.1
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: complex
  • uniqueness: none
Inheritance
object
AuthenticationFactorSettingsThirdPartyFactor
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 AuthenticationFactorSettingsThirdPartyFactor

Properties

DuoSecurity

Declaration
[Required(ErrorMessage = "DuoSecurity is required.")]
[JsonProperty(PropertyName = "duoSecurity")]
public bool? DuoSecurity { get; set; }
Property Value
Type Description
bool?

To enable Duo Security factor
Added In: 19.2.1
SCIM++ Properties:

  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: boolean
  • uniqueness: none
Remarks

Required

In this article
Back to top