Package com.microsoft.graph.models
Class SignIn
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.SignIn
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
- Direct Known Subclasses:
RestrictedSignIn
The class for the Sign In.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe App Display Name.The App Id.The Applied Conditional Access Policies.The Client App Used.The Conditional Access Status.The Correlation Id.The Created Date Time.The Device Detail.The Ip Address.The Is Interactive.The Location.The Resource Display Name.The Resource Id.The Risk Detail.The Risk Event Types.The Risk Event Types_v2.The Risk Level Aggregated.The Risk Level During Sign In.The Risk State.The Status.The User Display Name.The User Id.The User Principal Name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
appDisplayName
@SerializedName(value="appDisplayName", alternate="AppDisplayName") @Expose @Nullable public String appDisplayNameThe App Display Name. The application name displayed in the Azure Portal. Supports $filter (eq and startsWith operators only). -
appId
The App Id. The application identifier in Azure Active Directory. Supports $filter (eq operator only). -
appliedConditionalAccessPolicies
@SerializedName(value="appliedConditionalAccessPolicies", alternate="AppliedConditionalAccessPolicies") @Expose @Nullable public List<AppliedConditionalAccessPolicy> appliedConditionalAccessPoliciesThe Applied Conditional Access Policies. A list of conditional access policies that are triggered by the corresponding sign-in activity. -
clientAppUsed
@SerializedName(value="clientAppUsed", alternate="ClientAppUsed") @Expose @Nullable public String clientAppUsedThe Client App Used. The legacy client used for sign-in activity. For example: Browser, Exchange ActiveSync, Modern clients, IMAP, MAPI, SMTP, or POP. Supports $filter (eq operator only). -
conditionalAccessStatus
@SerializedName(value="conditionalAccessStatus", alternate="ConditionalAccessStatus") @Expose @Nullable public ConditionalAccessStatus conditionalAccessStatusThe Conditional Access Status. The status of the conditional access policy triggered. Possible values: success, failure, notApplied, or unknownFutureValue. Supports $filter (eq operator only). -
correlationId
@SerializedName(value="correlationId", alternate="CorrelationId") @Expose @Nullable public String correlationIdThe Correlation Id. The identifier that's sent from the client when sign-in is initiated. This is used for troubleshooting the corresponding sign-in activity when calling for support. Supports $filter (eq operator only). -
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe Created Date Time. The date and time the sign-in was initiated. The Timestamp type is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Supports $orderby and $filter (eq, le, and ge operators only). -
deviceDetail
@SerializedName(value="deviceDetail", alternate="DeviceDetail") @Expose @Nullable public DeviceDetail deviceDetailThe Device Detail. The device information from where the sign-in occurred. Includes information such as deviceId, OS, and browser. Supports $filter (eq and startsWith operators only) on browser and operatingSystem properties. -
ipAddress
The Ip Address. The IP address of the client from where the sign-in occurred. Supports $filter (eq and startsWith operators only). -
isInteractive
@SerializedName(value="isInteractive", alternate="IsInteractive") @Expose @Nullable public Boolean isInteractiveThe Is Interactive. Indicates whether a user sign in is interactive. In interactive sign in, the user provides an authentication factor to Azure AD. These factors include passwords, responses to MFA challenges, biometric factors, or QR codes that a user provides to Azure AD or an associated app. In non-interactive sign in, the user doesn't provide an authentication factor. Instead, the client app uses a token or code to authenticate or access a resource on behalf of a user. Non-interactive sign ins are commonly used for a client to sign in on a user's behalf in a process transparent to the user. -
location
@SerializedName(value="location", alternate="Location") @Expose @Nullable public SignInLocation locationThe Location. The city, state, and 2 letter country code from where the sign-in occurred. Supports $filter (eq and startsWith operators only) on city, state, and countryOrRegion properties. -
resourceDisplayName
@SerializedName(value="resourceDisplayName", alternate="ResourceDisplayName") @Expose @Nullable public String resourceDisplayNameThe Resource Display Name. The name of the resource that the user signed in to. Supports $filter (eq operator only). -
resourceId
@SerializedName(value="resourceId", alternate="ResourceId") @Expose @Nullable public String resourceIdThe Resource Id. The identifier of the resource that the user signed in to. Supports $filter (eq operator only). -
riskDetail
@SerializedName(value="riskDetail", alternate="RiskDetail") @Expose @Nullable public RiskDetail riskDetailThe Risk Detail. The reason behind a specific state of a risky user, sign-in, or a risk event. Possible values: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, or unknownFutureValue. The value none means that no action has been performed on the user or sign-in so far. Supports $filter (eq operator only). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers are returned hidden. -
riskEventTypes
@SerializedName(value="riskEventTypes", alternate="RiskEventTypes") @Expose @Nullable public List<RiskEventType> riskEventTypesThe Risk Event Types. Risk event types associated with the sign-in. The possible values are: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, and unknownFutureValue. Supports $filter (eq operator only). -
riskEventTypes_v2
@SerializedName(value="riskEventTypes_v2", alternate="RiskEventTypes_v2") @Expose @Nullable public List<String> riskEventTypes_v2The Risk Event Types_v2. The list of risk event types associated with the sign-in. Possible values: unlikelyTravel, anonymizedIPAddress, maliciousIPAddress, unfamiliarFeatures, malwareInfectedIPAddress, suspiciousIPAddress, leakedCredentials, investigationsThreatIntelligence, generic, or unknownFutureValue. Supports $filter (eq and startsWith operators only). -
riskLevelAggregated
@SerializedName(value="riskLevelAggregated", alternate="RiskLevelAggregated") @Expose @Nullable public RiskLevel riskLevelAggregatedThe Risk Level Aggregated. The aggregated risk level. Possible values: none, low, medium, high, hidden, or unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq operator only). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers are returned hidden. -
riskLevelDuringSignIn
@SerializedName(value="riskLevelDuringSignIn", alternate="RiskLevelDuringSignIn") @Expose @Nullable public RiskLevel riskLevelDuringSignInThe Risk Level During Sign In. The risk level during sign-in. Possible values: none, low, medium, high, hidden, or unknownFutureValue. The value hidden means the user or sign-in was not enabled for Azure AD Identity Protection. Supports $filter (eq operator only). Note: Details for this property are only available for Azure AD Premium P2 customers. All other customers are returned hidden. -
riskState
@SerializedName(value="riskState", alternate="RiskState") @Expose @Nullable public RiskState riskStateThe Risk State. The risk state of a risky user, sign-in, or a risk event. Possible values: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, or unknownFutureValue. Supports $filter (eq operator only). -
status
The Status. The sign-in status. Includes the error code and description of the error (in case of a sign-in failure). Supports $filter (eq operator only) on errorCode property. -
userDisplayName
@SerializedName(value="userDisplayName", alternate="UserDisplayName") @Expose @Nullable public String userDisplayNameThe User Display Name. The display name of the user. Supports $filter (eq and startsWith operators only). -
userId
The User Id. The identifier of the user. Supports $filter (eq operator only). -
userPrincipalName
@SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalNameThe User Principal Name. The UPN of the user. Supports $filter (eq and startsWith operators only).
-
-
Constructor Details
-
SignIn
public SignIn()
-
-
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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-