Class SmsAuthenticationMethodConfiguration

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SmsAuthenticationMethodConfiguration extends AuthenticationMethodConfiguration implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Sms Authentication Method Configuration.
  • Field Details

    • includeTargets

      @SerializedName(value="includeTargets", alternate="IncludeTargets") @Expose @Nullable public SmsAuthenticationMethodTargetCollectionPage includeTargets
      The Include Targets. A collection of groups that are enabled to use the authentication method.
  • Constructor Details

    • SmsAuthenticationMethodConfiguration

      public SmsAuthenticationMethodConfiguration()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class AuthenticationMethodConfiguration
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to