Class AuthenticationStrengthPolicy

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AuthenticationStrengthPolicy
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class AuthenticationStrengthPolicy extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • AuthenticationStrengthPolicy

      public AuthenticationStrengthPolicy()
      Instantiates a new AuthenticationStrengthPolicy and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static AuthenticationStrengthPolicy 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 AuthenticationStrengthPolicy
    • getAllowedCombinations

      @Nullable public List<AuthenticationMethodModes> getAllowedCombinations()
      Gets the allowedCombinations property value. A collection of authentication method modes that are required be used to satify this authentication strength.
      Returns:
      a List<AuthenticationMethodModes>
    • getCombinationConfigurations

      @Nullable public List<AuthenticationCombinationConfiguration> getCombinationConfigurations()
      Gets the combinationConfigurations property value. 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.
      Returns:
      a List<AuthenticationCombinationConfiguration>
    • getCreatedDateTime

      @Nullable public OffsetDateTime getCreatedDateTime()
      Gets the createdDateTime property value. The datetime when this policy was created.
      Returns:
      a OffsetDateTime
    • getDescription

      @Nullable public String getDescription()
      Gets the description property value. The human-readable description of this policy.
      Returns:
      a String
    • getDisplayName

      @Nullable public String getDisplayName()
      Gets the displayName property value. The human-readable display name of this policy. Supports $filter (eq, ne, not , and in).
      Returns:
      a String
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getModifiedDateTime

      @Nullable public OffsetDateTime getModifiedDateTime()
      Gets the modifiedDateTime property value. The datetime when this policy was last modified.
      Returns:
      a OffsetDateTime
    • getPolicyType

      @Nullable public AuthenticationStrengthPolicyType getPolicyType()
      Gets the policyType property value. The policyType property
      Returns:
      a AuthenticationStrengthPolicyType
    • getRequirementsSatisfied

      @Nullable public EnumSet<AuthenticationStrengthRequirements> getRequirementsSatisfied()
      Gets the requirementsSatisfied property value. The requirementsSatisfied property
      Returns:
      a EnumSet<AuthenticationStrengthRequirements>
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAllowedCombinations

      public void setAllowedCombinations(@Nullable List<AuthenticationMethodModes> value)
      Sets the allowedCombinations property value. A collection of authentication method modes that are required be used to satify this authentication strength.
      Parameters:
      value - Value to set for the allowedCombinations property.
    • setCombinationConfigurations

      public void setCombinationConfigurations(@Nullable List<AuthenticationCombinationConfiguration> value)
      Sets the combinationConfigurations property value. 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.
      Parameters:
      value - Value to set for the combinationConfigurations property.
    • setCreatedDateTime

      public void setCreatedDateTime(@Nullable OffsetDateTime value)
      Sets the createdDateTime property value. The datetime when this policy was created.
      Parameters:
      value - Value to set for the createdDateTime property.
    • setDescription

      public void setDescription(@Nullable String value)
      Sets the description property value. The human-readable description of this policy.
      Parameters:
      value - Value to set for the description property.
    • setDisplayName

      public void setDisplayName(@Nullable String value)
      Sets the displayName property value. The human-readable display name of this policy. Supports $filter (eq, ne, not , and in).
      Parameters:
      value - Value to set for the displayName property.
    • setModifiedDateTime

      public void setModifiedDateTime(@Nullable OffsetDateTime value)
      Sets the modifiedDateTime property value. The datetime when this policy was last modified.
      Parameters:
      value - Value to set for the modifiedDateTime property.
    • setPolicyType

      public void setPolicyType(@Nullable AuthenticationStrengthPolicyType value)
      Sets the policyType property value. The policyType property
      Parameters:
      value - Value to set for the policyType property.
    • setRequirementsSatisfied

      public void setRequirementsSatisfied(@Nullable EnumSet<AuthenticationStrengthRequirements> value)
      Sets the requirementsSatisfied property value. The requirementsSatisfied property
      Parameters:
      value - Value to set for the requirementsSatisfied property.