Uses of Class
odata.msgraph.client.entity.SignIn
-
Packages that use SignIn Package Description odata.msgraph.client.entity -
-
Uses of SignIn in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type SignIn Modifier and Type Field Description protected List<SignIn>AuditLogRoot. signInsMethods in odata.msgraph.client.entity that return SignIn Modifier and Type Method Description SignInSignIn.Builder. build()SignInSignIn. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SignInSignIn. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SignInSignIn. withAppDisplayName(String appDisplayName)SignInSignIn. withAppId(String appId)SignInSignIn. withAppliedConditionalAccessPolicies(List<AppliedConditionalAccessPolicy> appliedConditionalAccessPolicies)SignInSignIn. withClientAppUsed(String clientAppUsed)SignInSignIn. withConditionalAccessStatus(ConditionalAccessStatus conditionalAccessStatus)SignInSignIn. withCorrelationId(String correlationId)SignInSignIn. withCreatedDateTime(OffsetDateTime createdDateTime)SignInSignIn. withDeviceDetail(DeviceDetail deviceDetail)SignInSignIn. withIpAddress(String ipAddress)SignInSignIn. withIsInteractive(Boolean isInteractive)SignInSignIn. withLocation(SignInLocation location)SignInSignIn. withResourceDisplayName(String resourceDisplayName)SignInSignIn. withResourceId(String resourceId)SignInSignIn. withRiskDetail(RiskDetail riskDetail)SignInSignIn. withRiskEventTypes(List<RiskEventType> riskEventTypes)SignInSignIn. withRiskEventTypes_v2(List<String> riskEventTypes_v2)SignInSignIn. withRiskLevelAggregated(RiskLevel riskLevelAggregated)SignInSignIn. withRiskLevelDuringSignIn(RiskLevel riskLevelDuringSignIn)SignInSignIn. withRiskState(RiskState riskState)SignInSignIn. withStatus(SignInStatus status)SignInSignIn. withUnmappedField(String name, Object value)SignInSignIn. withUserDisplayName(String userDisplayName)SignInSignIn. withUserId(String userId)SignInSignIn. withUserPrincipalName(String userPrincipalName)Methods in odata.msgraph.client.entity with parameters of type SignIn Modifier and Type Method Description AuditLogRoot.BuilderAuditLogRoot.Builder. signIns(SignIn... signIns)Method parameters in odata.msgraph.client.entity with type arguments of type SignIn Modifier and Type Method Description AuditLogRoot.BuilderAuditLogRoot.Builder. signIns(List<SignIn> signIns)AuditLogRootAuditLogRoot. withSignIns(List<SignIn> signIns)
-