AuthenticationFactorSettingsThirdPartyFactor¶
-
class
oci.identity_domains.models.
AuthenticationFactorSettingsThirdPartyFactor
(**kwargs)¶ Bases:
object
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
Methods
__init__
(**kwargs)Initializes a new AuthenticationFactorSettingsThirdPartyFactor object with values from keyword arguments. Attributes
duo_security
[Required] Gets the duo_security of this AuthenticationFactorSettingsThirdPartyFactor. -
__init__
(**kwargs)¶ Initializes a new AuthenticationFactorSettingsThirdPartyFactor object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: duo_security (bool) – The value to assign to the duo_security property of this AuthenticationFactorSettingsThirdPartyFactor.
-
duo_security
¶ [Required] Gets the duo_security of this AuthenticationFactorSettingsThirdPartyFactor. 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
Returns: The duo_security of this AuthenticationFactorSettingsThirdPartyFactor. Return type: bool
-