| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
RiskDetection |
RiskDetection.Builder.build() |
RiskDetection |
RiskDetection.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
RiskDetection |
RiskDetection.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
RiskDetection |
RiskDetection.withActivity(ActivityType activity) |
RiskDetection |
RiskDetection.withActivityDateTime(OffsetDateTime activityDateTime) |
RiskDetection |
RiskDetection.withAdditionalInfo(String additionalInfo) |
RiskDetection |
RiskDetection.withCorrelationId(String correlationId) |
RiskDetection |
RiskDetection.withDetectedDateTime(OffsetDateTime detectedDateTime) |
RiskDetection |
RiskDetection.withDetectionTimingType(RiskDetectionTimingType detectionTimingType) |
RiskDetection |
RiskDetection.withIpAddress(String ipAddress) |
RiskDetection |
RiskDetection.withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime) |
RiskDetection |
RiskDetection.withLocation(SignInLocation location) |
RiskDetection |
RiskDetection.withRequestId(String requestId) |
RiskDetection |
RiskDetection.withRiskDetail(RiskDetail riskDetail) |
RiskDetection |
RiskDetection.withRiskEventType(String riskEventType) |
RiskDetection |
RiskDetection.withRiskLevel(RiskLevel riskLevel) |
RiskDetection |
RiskDetection.withRiskState(RiskState riskState) |
RiskDetection |
RiskDetection.withRiskType(RiskEventType riskType) |
RiskDetection |
RiskDetection.withSource(String source) |
RiskDetection |
RiskDetection.withTokenIssuerType(TokenIssuerType tokenIssuerType) |
RiskDetection |
RiskDetection.withUserDisplayName(String userDisplayName) |
RiskDetection |
RiskDetection.withUserId(String userId) |
RiskDetection |
RiskDetection.withUserPrincipalName(String userPrincipalName) |
Copyright © 2018–2020. All rights reserved.