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
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. App name displayed in the Azure Portal. Supports $filter (eq and startsWith operators only). -
appId
The App Id. Unique GUID representing the app ID in the Azure Active Directory. Supports $filter (eq operator only). -
appliedConditionalAccessPolicies
@SerializedName(value="appliedConditionalAccessPolicies", alternate="AppliedConditionalAccessPolicies") @Expose @Nullable public List<AppliedConditionalAccessPolicy> appliedConditionalAccessPoliciesThe Applied Conditional Access Policies. -
clientAppUsed
@SerializedName(value="clientAppUsed", alternate="ClientAppUsed") @Expose @Nullable public String clientAppUsedThe Client App Used. Identifies the client used for the sign-in activity. Modern authentication clients include Browser and modern clients. Legacy authentication clients include Exchange ActiveSync, IMAP, MAPI, SMTP, POP, and other clients. Supports $filter (eq operator only). -
conditionalAccessStatus
@SerializedName(value="conditionalAccessStatus", alternate="ConditionalAccessStatus") @Expose @Nullable public ConditionalAccessStatus conditionalAccessStatusThe Conditional Access Status. Reports status of an activated conditional access policy. Possible values are: success, failure, notApplied, and unknownFutureValue. Supports $filter (eq operator only). -
correlationId
@SerializedName(value="correlationId", alternate="CorrelationId") @Expose @Nullable public String correlationIdThe Correlation Id. The request ID sent from the client when the sign-in is initiated; used to troubleshoot sign-in activity. Supports $filter (eq operator only). -
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe Created Date Time. Date and time (UTC) the sign-in was initiated. Example: midnight on Jan 1, 2014 is reported as 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. Device information from where the sign-in occurred; includes device ID, operating system, and browser. Supports $filter (eq and startsWith operators only) on browser and operatingSytem properties. -
ipAddress
The Ip Address. IP address of the client used to sign in. Supports $filter (eq and startsWith operators only). -
isInteractive
@SerializedName(value="isInteractive", alternate="IsInteractive") @Expose @Nullable public Boolean isInteractiveThe Is Interactive. Indicates if a sign-in is interactive or not. -
location
@SerializedName(value="location", alternate="Location") @Expose @Nullable public SignInLocation locationThe Location. Provides the city, state, and country code where the sign-in originated. 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. Name of the resource the user signed into. Supports $filter (eq operator only). -
resourceId
@SerializedName(value="resourceId", alternate="ResourceId") @Expose @Nullable public String resourceIdThe Resource Id. ID of the resource that the user signed into. Supports $filter (eq operator only). -
riskDetail
@SerializedName(value="riskDetail", alternate="RiskDetail") @Expose @Nullable public RiskDetail riskDetailThe Risk Detail. Provides the 'reason' behind a specific state of a risky user, sign-in or a risk event. The possible values are: none, adminGeneratedTemporaryPassword, userPerformedSecuredPasswordChange, userPerformedSecuredPasswordReset, adminConfirmedSigninSafe, aiConfirmedSigninSafe, userPassedMFADrivenByRiskBasedPolicy, adminDismissedAllRiskForUser, adminConfirmedSigninCompromised, 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 require an Azure AD Premium P2 license. Other licenses return the value 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. Aggregated risk level. The possible values are: none, low, medium, high, hidden, and 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 will be returned hidden. -
riskLevelDuringSignIn
@SerializedName(value="riskLevelDuringSignIn", alternate="RiskLevelDuringSignIn") @Expose @Nullable public RiskLevel riskLevelDuringSignInThe Risk Level During Sign In. Risk level during sign-in. The possible values are: none, low, medium, high, hidden, and 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 will be returned hidden. -
riskState
@SerializedName(value="riskState", alternate="RiskState") @Expose @Nullable public RiskState riskStateThe Risk State. Reports status of the risky user, sign-in, or a risk event. The possible values are: none, confirmedSafe, remediated, dismissed, atRisk, confirmedCompromised, unknownFutureValue. Supports $filter (eq operator only). -
status
The Status. 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. Display name of the user that initiated the sign-in. Supports $filter (eq and startsWith operators only). -
userId
The User Id. ID of the user that initiated the sign-in. Supports $filter (eq operator only). -
userPrincipalName
@SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalNameThe User Principal Name. User principal name of the user that initiated the sign-in. 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
-