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
Inherited Members
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class AuthenticationFactorSettingsThirdPartyFactorProperties
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
 
 | 
Remarks
Required