MyAuthenticationFactorInitiatorAdditionalAttributes

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

Bases: object

Additional attributes which will be sent as part of a push notification

Methods

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

Attributes

name [Required] Gets the name of this MyAuthenticationFactorInitiatorAdditionalAttributes.
value Gets the value of this MyAuthenticationFactorInitiatorAdditionalAttributes.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this MyAuthenticationFactorInitiatorAdditionalAttributes.
  • value (str) – The value to assign to the value property of this MyAuthenticationFactorInitiatorAdditionalAttributes.
name

[Required] Gets the name of this MyAuthenticationFactorInitiatorAdditionalAttributes. A name of the attribute

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

Gets the value of this MyAuthenticationFactorInitiatorAdditionalAttributes. Value of the attribute

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