AuthenticationFactorSettingsNotificationSettings¶
- 
class oci.identity_domains.models.AuthenticationFactorSettingsNotificationSettings(**kwargs)¶
- Bases: - object- Settings related to the Mobile App Notification channel, such as pull - Added In: 17.4.2 - SCIM++ Properties: - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: complex - uniqueness: none - Methods - __init__(**kwargs)- Initializes a new AuthenticationFactorSettingsNotificationSettings object with values from keyword arguments. - Attributes - pull_enabled- [Required] Gets the pull_enabled of this AuthenticationFactorSettingsNotificationSettings. - 
__init__(**kwargs)¶
- Initializes a new AuthenticationFactorSettingsNotificationSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - pull_enabled (bool) – The value to assign to the pull_enabled property of this AuthenticationFactorSettingsNotificationSettings. 
 - 
pull_enabled¶
- [Required] Gets the pull_enabled of this AuthenticationFactorSettingsNotificationSettings. If true, indicates that the Mobile App Pull Notification channel is enabled for authentication - Added In: 17.4.2 - SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: boolean
- uniqueness: none
 
 - Returns: - The pull_enabled of this AuthenticationFactorSettingsNotificationSettings. - Return type: - bool 
 
-