Class VoiceAuthenticationMethodConfiguration

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

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

    • isOfficePhoneAllowed

      @SerializedName(value="isOfficePhoneAllowed", alternate="IsOfficePhoneAllowed") @Expose @Nullable public Boolean isOfficePhoneAllowed
      The Is Office Phone Allowed. true if users can register office phones, otherwise, false.
    • includeTargets

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

    • VoiceAuthenticationMethodConfiguration

      public VoiceAuthenticationMethodConfiguration()
  • 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