Package com.microsoft.graph.models
Class MicrosoftAuthenticatorAuthenticationMethodConfiguration
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AuthenticationMethodConfiguration
com.microsoft.graph.models.MicrosoftAuthenticatorAuthenticationMethodConfiguration
- All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder,com.microsoft.kiota.serialization.Parsable,com.microsoft.kiota.store.BackedModel
@Generated("com.microsoft.kiota")
public class MicrosoftAuthenticatorAuthenticationMethodConfiguration
extends AuthenticationMethodConfiguration
implements com.microsoft.kiota.serialization.Parsable
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a newMicrosoftAuthenticatorAuthenticationMethodConfigurationand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptioncreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the featureSettings property value.The deserialization information for the current modelGets the includeTargets property value.Gets the isSoftwareOathEnabled property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidSets the featureSettings property value.voidSets the includeTargets property value.voidsetIsSoftwareOathEnabled(Boolean value) Sets the isSoftwareOathEnabled property value.Methods inherited from class com.microsoft.graph.models.AuthenticationMethodConfiguration
getExcludeTargets, getState, setExcludeTargets, setStateMethods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
MicrosoftAuthenticatorAuthenticationMethodConfiguration
public MicrosoftAuthenticatorAuthenticationMethodConfiguration()Instantiates a newMicrosoftAuthenticatorAuthenticationMethodConfigurationand sets the default values.
-
-
Method Details
-
createFromDiscriminatorValue
@Nonnull public static MicrosoftAuthenticatorAuthenticationMethodConfiguration createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value- Parameters:
parseNode- The parse node to use to read the discriminator value and create the object- Returns:
- a
MicrosoftAuthenticatorAuthenticationMethodConfiguration
-
getFeatureSettings
Gets the featureSettings property value. A collection of Microsoft Authenticator settings such as application context and location context, and whether they are enabled for all users or specific users only.- Returns:
- a
MicrosoftAuthenticatorFeatureSettings
-
getFieldDeserializers
@Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()The deserialization information for the current model- Specified by:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classAuthenticationMethodConfiguration- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getIncludeTargets
Gets the includeTargets property value. A collection of groups that are enabled to use the authentication method. Expanded by default.- Returns:
- a
List<MicrosoftAuthenticatorAuthenticationMethodTarget>
-
getIsSoftwareOathEnabled
Gets the isSoftwareOathEnabled property value. The isSoftwareOathEnabled property- Returns:
- a
Boolean
-
serialize
public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current object- Specified by:
serializein interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
serializein classAuthenticationMethodConfiguration- Parameters:
writer- Serialization writer to use to serialize this model
-
setFeatureSettings
Sets the featureSettings property value. A collection of Microsoft Authenticator settings such as application context and location context, and whether they are enabled for all users or specific users only.- Parameters:
value- Value to set for the featureSettings property.
-
setIncludeTargets
public void setIncludeTargets(@Nullable List<MicrosoftAuthenticatorAuthenticationMethodTarget> value) Sets the includeTargets property value. A collection of groups that are enabled to use the authentication method. Expanded by default.- Parameters:
value- Value to set for the includeTargets property.
-
setIsSoftwareOathEnabled
Sets the isSoftwareOathEnabled property value. The isSoftwareOathEnabled property- Parameters:
value- Value to set for the isSoftwareOathEnabled property.
-