Class RelyingPartyDetailedSummary

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

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

    • RelyingPartyDetailedSummary

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

    • createFromDiscriminatorValue

      @Nonnull public static RelyingPartyDetailedSummary 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 RelyingPartyDetailedSummary
    • getFailedSignInCount

      @Nullable public Long getFailedSignInCount()
      Gets the failedSignInCount property value. Number of failed sign ins on AD FS in the period specified. Supports $orderby, $filter (eq).
      Returns:
      a Long
    • 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>>
    • getMigrationStatus

      @Nullable public MigrationStatus getMigrationStatus()
      Gets the migrationStatus property value. The migrationStatus property
      Returns:
      a MigrationStatus
    • getMigrationValidationDetails

      @Nullable public List<KeyValuePair> getMigrationValidationDetails()
      Gets the migrationValidationDetails property value. Specifies all the validations checks done on applications config details.
      Returns:
      a List<KeyValuePair>
    • getRelyingPartyId

      @Nullable public String getRelyingPartyId()
      Gets the relyingPartyId property value. Identifies the relying party to this federation service. It's used when issuing claims to the relying party. Supports $orderby, $filter (eq).
      Returns:
      a String
    • getRelyingPartyName

      @Nullable public String getRelyingPartyName()
      Gets the relyingPartyName property value. Name of the relying party's website or other entity on the Internet that uses an identity provider to authenticate a user who wants to log in. Supports $orderby, $filter (eq).
      Returns:
      a String
    • getReplyUrls

      @Nullable public List<String> getReplyUrls()
      Gets the replyUrls property value. Specifies where the relying party expects to receive the token.
      Returns:
      a List<String>
    • getServiceId

      @Nullable public String getServiceId()
      Gets the serviceId property value. Uniquely identifies the Active Directory forest. Supports $orderby, $filter (eq).
      Returns:
      a String
    • getSignInSuccessRate

      @Nullable public Double getSignInSuccessRate()
      Gets the signInSuccessRate property value. Calculated as Number of successful / (Number of successful + Number of failed sign ins) or successfulSignInCount / totalSignInCount on AD FS in the period specified. Supports $orderby, $filter (eq).
      Returns:
      a Double
    • getSuccessfulSignInCount

      @Nullable public Long getSuccessfulSignInCount()
      Gets the successfulSignInCount property value. Number of successful sign ins on AD FS. Supports $orderby, $filter (eq).
      Returns:
      a Long
    • getTotalSignInCount

      @Nullable public Long getTotalSignInCount()
      Gets the totalSignInCount property value. Number of successful + failed sign ins on AD FS in the period specified. Supports $orderby, $filter (eq).
      Returns:
      a Long
    • getUniqueUserCount

      @Nullable public Long getUniqueUserCount()
      Gets the uniqueUserCount property value. Number of unique users that signed into the application. Supports $orderby, $filter (eq).
      Returns:
      a Long
    • 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
    • setFailedSignInCount

      public void setFailedSignInCount(@Nullable Long value)
      Sets the failedSignInCount property value. Number of failed sign ins on AD FS in the period specified. Supports $orderby, $filter (eq).
      Parameters:
      value - Value to set for the failedSignInCount property.
    • setMigrationStatus

      public void setMigrationStatus(@Nullable MigrationStatus value)
      Sets the migrationStatus property value. The migrationStatus property
      Parameters:
      value - Value to set for the migrationStatus property.
    • setMigrationValidationDetails

      public void setMigrationValidationDetails(@Nullable List<KeyValuePair> value)
      Sets the migrationValidationDetails property value. Specifies all the validations checks done on applications config details.
      Parameters:
      value - Value to set for the migrationValidationDetails property.
    • setRelyingPartyId

      public void setRelyingPartyId(@Nullable String value)
      Sets the relyingPartyId property value. Identifies the relying party to this federation service. It's used when issuing claims to the relying party. Supports $orderby, $filter (eq).
      Parameters:
      value - Value to set for the relyingPartyId property.
    • setRelyingPartyName

      public void setRelyingPartyName(@Nullable String value)
      Sets the relyingPartyName property value. Name of the relying party's website or other entity on the Internet that uses an identity provider to authenticate a user who wants to log in. Supports $orderby, $filter (eq).
      Parameters:
      value - Value to set for the relyingPartyName property.
    • setReplyUrls

      public void setReplyUrls(@Nullable List<String> value)
      Sets the replyUrls property value. Specifies where the relying party expects to receive the token.
      Parameters:
      value - Value to set for the replyUrls property.
    • setServiceId

      public void setServiceId(@Nullable String value)
      Sets the serviceId property value. Uniquely identifies the Active Directory forest. Supports $orderby, $filter (eq).
      Parameters:
      value - Value to set for the serviceId property.
    • setSignInSuccessRate

      public void setSignInSuccessRate(@Nullable Double value)
      Sets the signInSuccessRate property value. Calculated as Number of successful / (Number of successful + Number of failed sign ins) or successfulSignInCount / totalSignInCount on AD FS in the period specified. Supports $orderby, $filter (eq).
      Parameters:
      value - Value to set for the signInSuccessRate property.
    • setSuccessfulSignInCount

      public void setSuccessfulSignInCount(@Nullable Long value)
      Sets the successfulSignInCount property value. Number of successful sign ins on AD FS. Supports $orderby, $filter (eq).
      Parameters:
      value - Value to set for the successfulSignInCount property.
    • setTotalSignInCount

      public void setTotalSignInCount(@Nullable Long value)
      Sets the totalSignInCount property value. Number of successful + failed sign ins on AD FS in the period specified. Supports $orderby, $filter (eq).
      Parameters:
      value - Value to set for the totalSignInCount property.
    • setUniqueUserCount

      public void setUniqueUserCount(@Nullable Long value)
      Sets the uniqueUserCount property value. Number of unique users that signed into the application. Supports $orderby, $filter (eq).
      Parameters:
      value - Value to set for the uniqueUserCount property.