Class AuthenticationMethodsPolicy

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

public class AuthenticationMethodsPolicy extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Authentication Methods Policy.
  • Field Details

    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. A description of the policy. Read-only.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The name of the policy. Read-only.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. The date and time of the last update to the policy. Read-only.
    • policyVersion

      @SerializedName(value="policyVersion", alternate="PolicyVersion") @Expose @Nullable public String policyVersion
      The Policy Version. The version of the policy in use. Read-only.
    • reconfirmationInDays

      @SerializedName(value="reconfirmationInDays", alternate="ReconfirmationInDays") @Expose @Nullable public Integer reconfirmationInDays
      The Reconfirmation In Days.
    • registrationEnforcement

      @SerializedName(value="registrationEnforcement", alternate="RegistrationEnforcement") @Expose @Nullable public RegistrationEnforcement registrationEnforcement
      The Registration Enforcement. Enforce registration at sign-in time. This property can be used to remind users to set up targeted authentication methods.
    • authenticationMethodConfigurations

      @SerializedName(value="authenticationMethodConfigurations", alternate="AuthenticationMethodConfigurations") @Expose @Nullable public AuthenticationMethodConfigurationCollectionPage authenticationMethodConfigurations
      The Authentication Method Configurations. Represents the settings for each authentication method. Automatically expanded on GET /policies/authenticationMethodsPolicy.
  • Constructor Details

    • AuthenticationMethodsPolicy

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