Package com.microsoft.graph.models
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
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RelyingPartyDetailedSummarycreateFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the failedSignInCount property value.The deserialization information for the current modelGets the migrationStatus property value.Gets the migrationValidationDetails property value.Gets the relyingPartyId property value.Gets the relyingPartyName property value.Gets the replyUrls property value.Gets the serviceId property value.Gets the signInSuccessRate property value.Gets the successfulSignInCount property value.Gets the totalSignInCount property value.Gets the uniqueUserCount property value.voidserialize(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoidsetFailedSignInCount(Long value) Sets the failedSignInCount property value.voidSets the migrationStatus property value.voidSets the migrationValidationDetails property value.voidsetRelyingPartyId(String value) Sets the relyingPartyId property value.voidsetRelyingPartyName(String value) Sets the relyingPartyName property value.voidsetReplyUrls(List<String> value) Sets the replyUrls property value.voidsetServiceId(String value) Sets the serviceId property value.voidsetSignInSuccessRate(Double value) Sets the signInSuccessRate property value.voidsetSuccessfulSignInCount(Long value) Sets the successfulSignInCount property value.voidsetTotalSignInCount(Long value) Sets the totalSignInCount property value.voidsetUniqueUserCount(Long value) Sets the uniqueUserCount property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
RelyingPartyDetailedSummary
public RelyingPartyDetailedSummary()Instantiates a newRelyingPartyDetailedSummaryand 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
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:
getFieldDeserializersin interfacecom.microsoft.kiota.serialization.Parsable- Overrides:
getFieldDeserializersin classEntity- Returns:
- a
Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
-
getMigrationStatus
Gets the migrationStatus property value. The migrationStatus property- Returns:
- a
MigrationStatus
-
getMigrationValidationDetails
Gets the migrationValidationDetails property value. Specifies all the validations checks done on applications config details.- Returns:
- a
List<KeyValuePair>
-
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
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
Gets the replyUrls property value. Specifies where the relying party expects to receive the token. -
getServiceId
Gets the serviceId property value. Uniquely identifies the Active Directory forest. Supports $orderby, $filter (eq).- Returns:
- a
String
-
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
Gets the successfulSignInCount property value. Number of successful sign ins on AD FS. Supports $orderby, $filter (eq).- Returns:
- a
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
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 -
setFailedSignInCount
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
Sets the migrationStatus property value. The migrationStatus property- Parameters:
value- Value to set for the migrationStatus property.
-
setMigrationValidationDetails
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
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
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
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
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
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
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
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
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.
-