Package com.microsoft.graph.models
Class TemporaryAccessPassAuthenticationMethodConfiguration
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AuthenticationMethodConfiguration
com.microsoft.graph.models.TemporaryAccessPassAuthenticationMethodConfiguration
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TemporaryAccessPassAuthenticationMethodConfiguration
extends AuthenticationMethodConfiguration
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Temporary Access Pass Authentication Method Configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Default Length.The Default Lifetime In Minutes.The Include Targets.The Is Usable Once.The Maximum Lifetime In Minutes.The Minimum Lifetime In Minutes.Fields inherited from class com.microsoft.graph.models.AuthenticationMethodConfiguration
state -
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
-
defaultLength
@SerializedName(value="defaultLength", alternate="DefaultLength") @Expose @Nullable public Integer defaultLengthThe Default Length. -
defaultLifetimeInMinutes
@SerializedName(value="defaultLifetimeInMinutes", alternate="DefaultLifetimeInMinutes") @Expose @Nullable public Integer defaultLifetimeInMinutesThe Default Lifetime In Minutes. -
isUsableOnce
@SerializedName(value="isUsableOnce", alternate="IsUsableOnce") @Expose @Nullable public Boolean isUsableOnceThe Is Usable Once. -
maximumLifetimeInMinutes
@SerializedName(value="maximumLifetimeInMinutes", alternate="MaximumLifetimeInMinutes") @Expose @Nullable public Integer maximumLifetimeInMinutesThe Maximum Lifetime In Minutes. -
minimumLifetimeInMinutes
@SerializedName(value="minimumLifetimeInMinutes", alternate="MinimumLifetimeInMinutes") @Expose @Nullable public Integer minimumLifetimeInMinutesThe Minimum Lifetime In Minutes. -
includeTargets
@SerializedName(value="includeTargets", alternate="IncludeTargets") @Expose @Nullable public AuthenticationMethodTargetCollectionPage includeTargetsThe Include Targets.
-
-
Constructor Details
-
TemporaryAccessPassAuthenticationMethodConfiguration
public TemporaryAccessPassAuthenticationMethodConfiguration()
-
-
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 classAuthenticationMethodConfiguration- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-