Class AuthenticationStrengthPolicy

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

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

    • allowedCombinations

      @SerializedName(value="allowedCombinations", alternate="AllowedCombinations") @Expose @Nullable public List<EnumSet<AuthenticationMethodModes>> allowedCombinations
      The Allowed Combinations. A collection of authentication method modes that are required be used to satify this authentication strength.
    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The datetime when this policy was created.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. The human-readable description of this policy.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The human-readable display name of this policy. Supports $filter (eq, ne, not , and in).
    • modifiedDateTime

      @SerializedName(value="modifiedDateTime", alternate="ModifiedDateTime") @Expose @Nullable public OffsetDateTime modifiedDateTime
      The Modified Date Time. The datetime when this policy was last modified.
    • policyType

      @SerializedName(value="policyType", alternate="PolicyType") @Expose @Nullable public AuthenticationStrengthPolicyType policyType
      The Policy Type. A descriptor of whether this policy is built into Azure AD or created by an admin for the tenant. The possible values are: builtIn, custom, unknownFutureValue. Supports $filter (eq, ne, not , and in).
    • requirementsSatisfied

      @SerializedName(value="requirementsSatisfied", alternate="RequirementsSatisfied") @Expose @Nullable public EnumSet<AuthenticationStrengthRequirements> requirementsSatisfied
      The Requirements Satisfied. A descriptor of whether this authentication strength grants the MFA claim upon successful satisfaction. The possible values are: none, mfa, unknownFutureValue.
    • combinationConfigurations

      @SerializedName(value="combinationConfigurations", alternate="CombinationConfigurations") @Expose @Nullable public AuthenticationCombinationConfigurationCollectionPage combinationConfigurations
      The Combination Configurations. Settings that may be used to require specific types or instances of an authentication method to be used when authenticating with a specified combination of authentication methods.
  • Constructor Details

    • AuthenticationStrengthPolicy

      public AuthenticationStrengthPolicy()
  • 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