Uses of Class
odata.msgraph.client.beta.entity.RiskDetection
-
Packages that use RiskDetection Package Description odata.msgraph.client.beta.entity -
-
Uses of RiskDetection in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return RiskDetection Modifier and Type Method Description RiskDetectionRiskDetection.Builder. build()RiskDetectionRiskDetection. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.RiskDetectionRiskDetection. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).RiskDetectionRiskDetection. withActivity(ActivityType activity)RiskDetectionRiskDetection. withActivityDateTime(OffsetDateTime activityDateTime)RiskDetectionRiskDetection. withAdditionalInfo(String additionalInfo)RiskDetectionRiskDetection. withCorrelationId(String correlationId)RiskDetectionRiskDetection. withDetectedDateTime(OffsetDateTime detectedDateTime)RiskDetectionRiskDetection. withDetectionTimingType(RiskDetectionTimingType detectionTimingType)RiskDetectionRiskDetection. withIpAddress(String ipAddress)RiskDetectionRiskDetection. withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)RiskDetectionRiskDetection. withLocation(SignInLocation location)RiskDetectionRiskDetection. withRequestId(String requestId)RiskDetectionRiskDetection. withRiskDetail(RiskDetail riskDetail)RiskDetectionRiskDetection. withRiskEventType(String riskEventType)RiskDetectionRiskDetection. withRiskLevel(RiskLevel riskLevel)RiskDetectionRiskDetection. withRiskState(RiskState riskState)RiskDetectionRiskDetection. withRiskType(RiskEventType riskType)RiskDetectionRiskDetection. withSource(String source)RiskDetectionRiskDetection. withTokenIssuerType(TokenIssuerType tokenIssuerType)RiskDetectionRiskDetection. withUnmappedField(String name, String value)RiskDetectionRiskDetection. withUserDisplayName(String userDisplayName)RiskDetectionRiskDetection. withUserId(String userId)RiskDetectionRiskDetection. withUserPrincipalName(String userPrincipalName)
-