Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Created Date Time.The Device.The Display Name.The Key Strength. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe 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 displayNameThe 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 keyStrengthThe Key Strength. Key strength of this Windows Hello for Business key. Possible values are: normal, weak, unknown. -
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classAuthenticationMethod- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-