MyAuthenticationFactorInitiatorThirdPartyFactor

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

Bases: object

User’s third-party authentication factor details

SCIM++ Properties: - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none

Methods

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

Attributes

third_party_factor_id Gets the third_party_factor_id of this MyAuthenticationFactorInitiatorThirdPartyFactor.
third_party_factor_type Gets the third_party_factor_type of this MyAuthenticationFactorInitiatorThirdPartyFactor.
third_party_vendor_name [Required] Gets the third_party_vendor_name of this MyAuthenticationFactorInitiatorThirdPartyFactor.
__init__(**kwargs)

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

Parameters:
  • third_party_vendor_name (str) – The value to assign to the third_party_vendor_name property of this MyAuthenticationFactorInitiatorThirdPartyFactor.
  • third_party_factor_type (str) – The value to assign to the third_party_factor_type property of this MyAuthenticationFactorInitiatorThirdPartyFactor.
  • third_party_factor_id (str) – The value to assign to the third_party_factor_id property of this MyAuthenticationFactorInitiatorThirdPartyFactor.
third_party_factor_id

Gets the third_party_factor_id of this MyAuthenticationFactorInitiatorThirdPartyFactor. Reference to the third party resource

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The third_party_factor_id of this MyAuthenticationFactorInitiatorThirdPartyFactor.
Return type:str
third_party_factor_type

Gets the third_party_factor_type of this MyAuthenticationFactorInitiatorThirdPartyFactor. Type of the third party authentication factor

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
Returns:The third_party_factor_type of this MyAuthenticationFactorInitiatorThirdPartyFactor.
Return type:str
third_party_vendor_name

[Required] Gets the third_party_vendor_name of this MyAuthenticationFactorInitiatorThirdPartyFactor. The vendor name of the third party factor

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: false
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
Returns:The third_party_vendor_name of this MyAuthenticationFactorInitiatorThirdPartyFactor.
Return type:str