MyAuthenticationFactorValidatorAdditionalAttributes¶
-
class
oci.identity_domains.models.
MyAuthenticationFactorValidatorAdditionalAttributes
(**kwargs)¶ Bases:
object
Additional attributes which will be sent as part of a push notification
Methods
__init__
(**kwargs)Initializes a new MyAuthenticationFactorValidatorAdditionalAttributes object with values from keyword arguments. Attributes
name
[Required] Gets the name of this MyAuthenticationFactorValidatorAdditionalAttributes. value
Gets the value of this MyAuthenticationFactorValidatorAdditionalAttributes. -
__init__
(**kwargs)¶ Initializes a new MyAuthenticationFactorValidatorAdditionalAttributes 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 MyAuthenticationFactorValidatorAdditionalAttributes.
- value (str) – The value to assign to the value property of this MyAuthenticationFactorValidatorAdditionalAttributes.
-
name
¶ [Required] Gets the name of this MyAuthenticationFactorValidatorAdditionalAttributes. 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 MyAuthenticationFactorValidatorAdditionalAttributes. Return type: str
-
value
¶ Gets the value of this MyAuthenticationFactorValidatorAdditionalAttributes. 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 MyAuthenticationFactorValidatorAdditionalAttributes. Return type: str
-