Show / Hide Table of Contents

Class AuthenticationFactorSettingsNotificationSettings

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
Inheritance
object
AuthenticationFactorSettingsNotificationSettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class AuthenticationFactorSettingsNotificationSettings

Properties

PullEnabled

Declaration
[Required(ErrorMessage = "PullEnabled is required.")]
[JsonProperty(PropertyName = "pullEnabled")]
public bool? PullEnabled { get; set; }
Property Value
Type Description
bool?

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
Remarks

Required

In this article
Back to top