MyDeviceThirdPartyFactor

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

Bases: object

User’s third-party authentication factor details

Added In: 19.2.1

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

Methods

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

Attributes

ref Gets the ref of this MyDeviceThirdPartyFactor.
third_party_factor_type Gets the third_party_factor_type of this MyDeviceThirdPartyFactor.
third_party_vendor_name [Required] Gets the third_party_vendor_name of this MyDeviceThirdPartyFactor.
value [Required] Gets the value of this MyDeviceThirdPartyFactor.
__init__(**kwargs)

Initializes a new MyDeviceThirdPartyFactor 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 MyDeviceThirdPartyFactor.
  • third_party_factor_type (str) – The value to assign to the third_party_factor_type property of this MyDeviceThirdPartyFactor.
  • value (str) – The value to assign to the value property of this MyDeviceThirdPartyFactor.
  • ref (str) – The value to assign to the ref property of this MyDeviceThirdPartyFactor.
ref

Gets the ref of this MyDeviceThirdPartyFactor. The URI that corresponds to the third party device resource

Added In: 19.2.1

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
  • idcsRequiresWriteForAccessFlows: true
  • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
Returns:The ref of this MyDeviceThirdPartyFactor.
Return type:str
third_party_factor_type

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

Added In: 19.2.1

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: false
  • returned: default
  • type: string
  • uniqueness: none
  • idcsRequiresWriteForAccessFlows: true
  • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
Returns:The third_party_factor_type of this MyDeviceThirdPartyFactor.
Return type:str
third_party_vendor_name

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

Added In: 19.2.1

SCIM++ Properties:
  • idcsSearchable: true
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
  • idcsRequiresWriteForAccessFlows: true
  • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
Returns:The third_party_vendor_name of this MyDeviceThirdPartyFactor.
Return type:str
value

[Required] Gets the value of this MyDeviceThirdPartyFactor. The identifier of third party device

Added In: 19.2.1

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: immutable
  • required: true
  • returned: default
  • type: string
  • uniqueness: none
  • idcsRequiresWriteForAccessFlows: true
  • idcsRequiresImmediateReadAfterWriteForAccessFlows: true
Returns:The value of this MyDeviceThirdPartyFactor.
Return type:str