Class WindowsHelloForBusinessAuthenticationMethod

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AuthenticationMethod
com.microsoft.graph.models.WindowsHelloForBusinessAuthenticationMethod
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WindowsHelloForBusinessAuthenticationMethod extends AuthenticationMethod implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Windows Hello For Business Authentication Method.
  • Field Details

    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The date and time that this Windows Hello for Business key was registered.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The name of the device on which Windows Hello for Business is registered
    • keyStrength

      @SerializedName(value="keyStrength", alternate="KeyStrength") @Expose @Nullable public AuthenticationMethodKeyStrength keyStrength
      The Key Strength. Key strength of this Windows Hello for Business key. Possible values are: normal, weak, unknown.
    • device

      @SerializedName(value="device", alternate="Device") @Expose @Nullable public Device device
      The Device. The registered device on which this Windows Hello for Business key resides. Supports $expand. When you get a user's Windows Hello for Business registration information, this property is returned only on a single GET and when you specify ?$expand. For example, GET /users/admin@contoso.com/authentication/windowsHelloForBusinessMethods/_jpuR-TGZtk6aQCLF3BQjA2?$expand=device.
  • Constructor Details

    • WindowsHelloForBusinessAuthenticationMethod

      public WindowsHelloForBusinessAuthenticationMethod()
  • 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 AuthenticationMethod
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to