Package com.microsoft.graph.models
Class Authentication
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.Authentication
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class Authentication
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Authentication.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Email Methods.The Fido2Methods.The Methods.The Microsoft Authenticator Methods.The Operations.The Password Methods.The Phone Methods.The Software Oath Methods.The Temporary Access Pass Methods.The Windows Hello For Business Methods. -
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
-
emailMethods
@SerializedName(value="emailMethods", alternate="EmailMethods") @Expose @Nullable public EmailAuthenticationMethodCollectionPage emailMethodsThe Email Methods. The email address registered to a user for authentication. -
fido2Methods
@SerializedName(value="fido2Methods", alternate="Fido2Methods") @Expose @Nullable public Fido2AuthenticationMethodCollectionPage fido2MethodsThe Fido2Methods. Represents the FIDO2 security keys registered to a user for authentication. -
methods
@SerializedName(value="methods", alternate="Methods") @Expose @Nullable public AuthenticationMethodCollectionPage methodsThe Methods. Represents all authentication methods registered to a user. -
microsoftAuthenticatorMethods
@SerializedName(value="microsoftAuthenticatorMethods", alternate="MicrosoftAuthenticatorMethods") @Expose @Nullable public MicrosoftAuthenticatorAuthenticationMethodCollectionPage microsoftAuthenticatorMethodsThe Microsoft Authenticator Methods. The details of the Microsoft Authenticator app registered to a user for authentication. -
operations
@SerializedName(value="operations", alternate="Operations") @Expose @Nullable public LongRunningOperationCollectionPage operationsThe Operations. Represents the status of a long-running operation. -
passwordMethods
@SerializedName(value="passwordMethods", alternate="PasswordMethods") @Expose @Nullable public PasswordAuthenticationMethodCollectionPage passwordMethodsThe Password Methods. Represents the password that's registered to a user for authentication. For security, the password itself will never be returned in the object, but action can be taken to reset a password. -
phoneMethods
@SerializedName(value="phoneMethods", alternate="PhoneMethods") @Expose @Nullable public PhoneAuthenticationMethodCollectionPage phoneMethodsThe Phone Methods. The phone numbers registered to a user for authentication. -
softwareOathMethods
@SerializedName(value="softwareOathMethods", alternate="SoftwareOathMethods") @Expose @Nullable public SoftwareOathAuthenticationMethodCollectionPage softwareOathMethodsThe Software Oath Methods. The software OATH TOTP applications registered to a user for authentication. -
temporaryAccessPassMethods
@SerializedName(value="temporaryAccessPassMethods", alternate="TemporaryAccessPassMethods") @Expose @Nullable public TemporaryAccessPassAuthenticationMethodCollectionPage temporaryAccessPassMethodsThe Temporary Access Pass Methods. Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. -
windowsHelloForBusinessMethods
@SerializedName(value="windowsHelloForBusinessMethods", alternate="WindowsHelloForBusinessMethods") @Expose @Nullable public WindowsHelloForBusinessAuthenticationMethodCollectionPage windowsHelloForBusinessMethodsThe Windows Hello For Business Methods. Represents the Windows Hello for Business authentication method registered to a user for authentication.
-
-
Constructor Details
-
Authentication
public Authentication()
-
-
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 classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-