Package odata.msgraph.client.beta.entity
Class ServicePrincipalRiskDetection
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.ServicePrincipalRiskDetection
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class ServicePrincipalRiskDetection extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.CountRestrictions
Countable = false
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.SkipSupported
false
Org.OData.Capabilities.V1.TopSupported
true
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServicePrincipalRiskDetection.Builder
-
Field Summary
Fields Modifier and Type Field Description protected ActivityTypeactivityprotected OffsetDateTimeactivityDateTimeprotected StringadditionalInfoprotected StringappIdprotected StringcorrelationIdprotected OffsetDateTimedetectedDateTimeprotected RiskDetectionTimingTypedetectionTimingTypeprotected StringipAddressprotected List<String>keyIdsprotected StringkeyIdsNextLinkprotected OffsetDateTimelastUpdatedDateTimeprotected SignInLocationlocationprotected StringrequestIdprotected RiskDetailriskDetailprotected StringriskEventTypeprotected RiskLevelriskLevelprotected RiskStateriskStateprotected StringservicePrincipalDisplayNameprotected StringservicePrincipalIdprotected Stringsourceprotected TokenIssuerTypetokenIssuerType-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedServicePrincipalRiskDetection()
-
Method Summary
-
-
-
Field Detail
-
activity
protected ActivityType activity
-
activityDateTime
protected OffsetDateTime activityDateTime
-
additionalInfo
protected String additionalInfo
-
appId
protected String appId
-
correlationId
protected String correlationId
-
detectedDateTime
protected OffsetDateTime detectedDateTime
-
detectionTimingType
protected RiskDetectionTimingType detectionTimingType
-
ipAddress
protected String ipAddress
-
keyIdsNextLink
protected String keyIdsNextLink
-
lastUpdatedDateTime
protected OffsetDateTime lastUpdatedDateTime
-
location
protected SignInLocation location
-
requestId
protected String requestId
-
riskDetail
protected RiskDetail riskDetail
-
riskEventType
protected String riskEventType
-
riskLevel
protected RiskLevel riskLevel
-
riskState
protected RiskState riskState
-
servicePrincipalDisplayName
protected String servicePrincipalDisplayName
-
servicePrincipalId
protected String servicePrincipalId
-
source
protected String source
-
tokenIssuerType
protected TokenIssuerType tokenIssuerType
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderServicePrincipalRiskDetection
public static ServicePrincipalRiskDetection.Builder builderServicePrincipalRiskDetection()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getActivity
public Optional<ActivityType> getActivity()
-
withActivity
public ServicePrincipalRiskDetection withActivity(ActivityType activity)
-
getActivityDateTime
public Optional<OffsetDateTime> getActivityDateTime()
-
withActivityDateTime
public ServicePrincipalRiskDetection withActivityDateTime(OffsetDateTime activityDateTime)
-
withAdditionalInfo
public ServicePrincipalRiskDetection withAdditionalInfo(String additionalInfo)
-
withAppId
public ServicePrincipalRiskDetection withAppId(String appId)
-
withCorrelationId
public ServicePrincipalRiskDetection withCorrelationId(String correlationId)
-
getDetectedDateTime
public Optional<OffsetDateTime> getDetectedDateTime()
-
withDetectedDateTime
public ServicePrincipalRiskDetection withDetectedDateTime(OffsetDateTime detectedDateTime)
-
getDetectionTimingType
public Optional<RiskDetectionTimingType> getDetectionTimingType()
-
withDetectionTimingType
public ServicePrincipalRiskDetection withDetectionTimingType(RiskDetectionTimingType detectionTimingType)
-
withIpAddress
public ServicePrincipalRiskDetection withIpAddress(String ipAddress)
-
getKeyIds
public com.github.davidmoten.odata.client.CollectionPage<String> getKeyIds()
-
withKeyIds
public ServicePrincipalRiskDetection withKeyIds(List<String> keyIds)
-
getKeyIds
public com.github.davidmoten.odata.client.CollectionPage<String> getKeyIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getLastUpdatedDateTime
public Optional<OffsetDateTime> getLastUpdatedDateTime()
-
withLastUpdatedDateTime
public ServicePrincipalRiskDetection withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
-
getLocation
public Optional<SignInLocation> getLocation()
-
withLocation
public ServicePrincipalRiskDetection withLocation(SignInLocation location)
-
withRequestId
public ServicePrincipalRiskDetection withRequestId(String requestId)
-
getRiskDetail
public Optional<RiskDetail> getRiskDetail()
-
withRiskDetail
public ServicePrincipalRiskDetection withRiskDetail(RiskDetail riskDetail)
-
withRiskEventType
public ServicePrincipalRiskDetection withRiskEventType(String riskEventType)
-
withRiskLevel
public ServicePrincipalRiskDetection withRiskLevel(RiskLevel riskLevel)
-
withRiskState
public ServicePrincipalRiskDetection withRiskState(RiskState riskState)
-
withServicePrincipalDisplayName
public ServicePrincipalRiskDetection withServicePrincipalDisplayName(String servicePrincipalDisplayName)
-
withServicePrincipalId
public ServicePrincipalRiskDetection withServicePrincipalId(String servicePrincipalId)
-
withSource
public ServicePrincipalRiskDetection withSource(String source)
-
getTokenIssuerType
public Optional<TokenIssuerType> getTokenIssuerType()
-
withTokenIssuerType
public ServicePrincipalRiskDetection withTokenIssuerType(TokenIssuerType tokenIssuerType)
-
withUnmappedField
public ServicePrincipalRiskDetection withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public ServicePrincipalRiskDetection patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public ServicePrincipalRiskDetection put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-